x11-misc/vdpauinfo: add 1.5, drop 1.4_p20220208

Straight-to-stable mostly-copy given no upstream changes beside a
configure check for >=libvdpau-1.5 (which the ebuild already checked).

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2022-07-06 22:14:16 -04:00
parent 6d678996b6
commit 90bbb61f95
2 changed files with 2 additions and 5 deletions

View File

@@ -1 +1 @@
DIST vdpauinfo-1.4_p20220208.tar.gz 12251 BLAKE2B 14b2a6bb81ac1843d30f0ae9c976971cd3409b50bd6b9adcb59d9132535fcebd3dda7a7f772aabce03bb6877e8140991301a770a58bcc4e82c864c10494773ed SHA512 a87f92a4467f87293fc931a2c5c003763aab8551adcce7fa7281b20f5520a8d2a9df2ff06bb66814cdd059266381a145c851fd7169749e8066e80e4a578cccaa
DIST vdpauinfo-1.5.tar.gz 12246 BLAKE2B 5673eb6d00e501234cab3434ee06ef428495f86cf18304eed628e41dd0b17f8fe25aff8ef3bb896f4f70eefe2121446eae740c638b48b3ae1bc3547de4cb3102 SHA512 f3d359242443de919803ae0b8d89809c71e94d59d8ee9994f8f315036b829ad24030b75d953346989c1d0ddf436107041491e299c3212b013ad1d2b3c0571e59

View File

@@ -5,12 +5,9 @@ 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}"
SRC_URI="https://gitlab.freedesktop.org/vdpau/vdpauinfo/-/archive/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"