From 2719f73b6813d11d13a9650cdd2ab8ec6e69385d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 9 Jul 2022 15:43:36 +0100 Subject: gentoo resync : 09.07.2022 --- x11-misc/vdpauinfo/Manifest | 4 +-- x11-misc/vdpauinfo/vdpauinfo-1.4_p20220208.ebuild | 31 ----------------------- x11-misc/vdpauinfo/vdpauinfo-1.5.ebuild | 28 ++++++++++++++++++++ 3 files changed, 30 insertions(+), 33 deletions(-) delete mode 100644 x11-misc/vdpauinfo/vdpauinfo-1.4_p20220208.ebuild create 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 57977bc2fa6c..691960b78cf1 100644 --- a/x11-misc/vdpauinfo/Manifest +++ b/x11-misc/vdpauinfo/Manifest @@ -1,3 +1,3 @@ -DIST vdpauinfo-1.4_p20220208.tar.gz 12251 BLAKE2B 14b2a6bb81ac1843d30f0ae9c976971cd3409b50bd6b9adcb59d9132535fcebd3dda7a7f772aabce03bb6877e8140991301a770a58bcc4e82c864c10494773ed SHA512 a87f92a4467f87293fc931a2c5c003763aab8551adcce7fa7281b20f5520a8d2a9df2ff06bb66814cdd059266381a145c851fd7169749e8066e80e4a578cccaa -EBUILD vdpauinfo-1.4_p20220208.ebuild 664 BLAKE2B e0497f504751fbc6551b0b029f474c63446d1bd09cfd647f9662c7b0afa3e956f2e67411bc4e500cb44d96faf6135a30cec2ce16ab117af48c02875458f44373 SHA512 3fc89ad3dfb079694258b8bca91afeb19b0e3c861a3222ed9b2c88f0063d4083e325809d22144a420ad4a32e91336535096c132a001be2f81c8eede6adf6bf50 +DIST vdpauinfo-1.5.tar.gz 12246 BLAKE2B 5673eb6d00e501234cab3434ee06ef428495f86cf18304eed628e41dd0b17f8fe25aff8ef3bb896f4f70eefe2121446eae740c638b48b3ae1bc3547de4cb3102 SHA512 f3d359242443de919803ae0b8d89809c71e94d59d8ee9994f8f315036b829ad24030b75d953346989c1d0ddf436107041491e299c3212b013ad1d2b3c0571e59 +EBUILD vdpauinfo-1.5.ebuild 548 BLAKE2B 59392934c2cd5be295e2c944877ef2d648df9bc3d2ff809dc9ea4e898281c7478e2ff3f50ad3b3449bc683f6bd34113ad90d406c2378de4db306d6412c35e090 SHA512 606eb3ee428b6b160377e162875e5738a0ef4b2ec8b0307fe73effba137c8f1ccaf05294183e67622b31cfbd260e6219667c31a81d24c0f17bec18e3c009adf3 MISC metadata.xml 246 BLAKE2B a512e6e8ffd8a998f89ea9dbf8a29dd4bb2d6db435e4ac0ef3182fc23996e04a6e87c1771975d835038ad86d6cb61e4a1aea8b80286666d64ad0b511c9d8f163 SHA512 d827f64596500d61c0f24c9d2a69fa3ca2f8b52e5f5815106d7db2837482172f0518d99677e6332a69fd4c34289ef817203a5047363ea7d2c10372b09f9e0618 diff --git a/x11-misc/vdpauinfo/vdpauinfo-1.4_p20220208.ebuild b/x11-misc/vdpauinfo/vdpauinfo-1.4_p20220208.ebuild deleted file mode 100644 index 133cc3bc678a..000000000000 --- a/x11-misc/vdpauinfo/vdpauinfo-1.4_p20220208.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -VDPAUINFO_COMMIT="da66af25aa327d21179d478f3a6d8c03b6c7f574" - -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/${VDPAUINFO_COMMIT}/${P}.tar.gz" -S="${WORKDIR}/${PN}-${VDPAUINFO_COMMIT}" - -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 -} diff --git a/x11-misc/vdpauinfo/vdpauinfo-1.5.ebuild b/x11-misc/vdpauinfo/vdpauinfo-1.5.ebuild new file mode 100644 index 000000000000..4969f9251cdf --- /dev/null +++ b/x11-misc/vdpauinfo/vdpauinfo-1.5.ebuild @@ -0,0 +1,28 @@ +# 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