From e9c5cd3a9230f2f3f5980a5ca0c4ec20c099c7ed Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 10 Aug 2022 14:18:01 +0100 Subject: gentoo auto-resync : 10:08:2022 - 14:18:00 --- x11-misc/vdpauinfo/Manifest | 2 +- x11-misc/vdpauinfo/vdpauinfo-1.5-r1.ebuild | 30 ++++++++++++++++++++++++++++++ x11-misc/vdpauinfo/vdpauinfo-1.5.ebuild | 28 ---------------------------- 3 files changed, 31 insertions(+), 29 deletions(-) create mode 100644 x11-misc/vdpauinfo/vdpauinfo-1.5-r1.ebuild delete mode 100644 x11-misc/vdpauinfo/vdpauinfo-1.5.ebuild (limited to 'x11-misc/vdpauinfo') diff --git a/x11-misc/vdpauinfo/Manifest b/x11-misc/vdpauinfo/Manifest index 691960b78cf1..a2014ac2578a 100644 --- a/x11-misc/vdpauinfo/Manifest +++ b/x11-misc/vdpauinfo/Manifest @@ -1,3 +1,3 @@ DIST vdpauinfo-1.5.tar.gz 12246 BLAKE2B 5673eb6d00e501234cab3434ee06ef428495f86cf18304eed628e41dd0b17f8fe25aff8ef3bb896f4f70eefe2121446eae740c638b48b3ae1bc3547de4cb3102 SHA512 f3d359242443de919803ae0b8d89809c71e94d59d8ee9994f8f315036b829ad24030b75d953346989c1d0ddf436107041491e299c3212b013ad1d2b3c0571e59 -EBUILD vdpauinfo-1.5.ebuild 548 BLAKE2B 59392934c2cd5be295e2c944877ef2d648df9bc3d2ff809dc9ea4e898281c7478e2ff3f50ad3b3449bc683f6bd34113ad90d406c2378de4db306d6412c35e090 SHA512 606eb3ee428b6b160377e162875e5738a0ef4b2ec8b0307fe73effba137c8f1ccaf05294183e67622b31cfbd260e6219667c31a81d24c0f17bec18e3c009adf3 +EBUILD vdpauinfo-1.5-r1.ebuild 605 BLAKE2B 85626a6421f67beb30919bd7702497a61297e980b8d4cfe695cd30435d23c515421ff72d8ac83d1ca87d4c164c0240b064ffbedb1db04327c91d7234996c878e SHA512 e7bb71b97809e36961beb753f382a5e176577de3a2d241f93b1997067bbc84c4e0bdcf37cf7c43ed3b317e39b1987b85700cc884a1911d6a8487359aea7d1dae MISC metadata.xml 246 BLAKE2B a512e6e8ffd8a998f89ea9dbf8a29dd4bb2d6db435e4ac0ef3182fc23996e04a6e87c1771975d835038ad86d6cb61e4a1aea8b80286666d64ad0b511c9d8f163 SHA512 d827f64596500d61c0f24c9d2a69fa3ca2f8b52e5f5815106d7db2837482172f0518d99677e6332a69fd4c34289ef817203a5047363ea7d2c10372b09f9e0618 diff --git a/x11-misc/vdpauinfo/vdpauinfo-1.5-r1.ebuild b/x11-misc/vdpauinfo/vdpauinfo-1.5-r1.ebuild new file mode 100644 index 000000000000..985ed1288c27 --- /dev/null +++ b/x11-misc/vdpauinfo/vdpauinfo-1.5-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools flag-o-matic + +DESCRIPTION="Displays info about your card's VDPAU support" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU" +SRC_URI="https://gitlab.freedesktop.org/vdpau/vdpauinfo/-/archive/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND=" + >=x11-libs/libvdpau-1.5 + x11-libs/libX11" +DEPEND=" + ${RDEPEND} + x11-base/xorg-proto" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + default + + eautoreconf + + append-flags -fno-strict-aliasing #864755 +} diff --git a/x11-misc/vdpauinfo/vdpauinfo-1.5.ebuild b/x11-misc/vdpauinfo/vdpauinfo-1.5.ebuild deleted file mode 100644 index 4969f9251cdf..000000000000 --- a/x11-misc/vdpauinfo/vdpauinfo-1.5.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Displays info about your card's VDPAU support" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU" -SRC_URI="https://gitlab.freedesktop.org/vdpau/vdpauinfo/-/archive/${PV}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - >=x11-libs/libvdpau-1.5 - x11-libs/libX11" -DEPEND=" - ${RDEPEND} - x11-base/xorg-proto" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - default - - eautoreconf -} -- cgit v1.2.3