Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
Date: Wed, 30 Mar 2022 07:16:57
Message-Id: 1648623321.e86cebb0e0ce6c2da18d3539fd8483e78f251d5d.ionen@gentoo
1 commit: e86cebb0e0ce6c2da18d3539fd8483e78f251d5d
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 30 06:51:28 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 30 06:55:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86cebb0
7
8 x11-libs/libvdpau: drop 1.4
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 x11-libs/libvdpau/Manifest | 1 -
13 x11-libs/libvdpau/libvdpau-1.4.ebuild | 49 -----------------------------------
14 2 files changed, 50 deletions(-)
15
16 diff --git a/x11-libs/libvdpau/Manifest b/x11-libs/libvdpau/Manifest
17 index 47e3451d26c7..f28ef4789b45 100644
18 --- a/x11-libs/libvdpau/Manifest
19 +++ b/x11-libs/libvdpau/Manifest
20 @@ -1,2 +1 @@
21 -DIST libvdpau-1.4.tar.bz2 139504 BLAKE2B de2b9251060f10e3126b59f44595c3b9cc65c3f5bc719133809414ed51362fb1f90fa67d0351007a178455329493f929d0983a2a7e67c29022ff351ea1f5adfc SHA512 68f502f53f4a95c9af571bd5a3f5048dd1afe30d7576f7e80751c7f29450ef8cb226c1281562b616079d6c177830ec67391d0fae33348a4627ca8c113990cd01
22 DIST libvdpau-1.5.tar.gz 152838 BLAKE2B c3d76c1e46b718d71daff74232f2de9efb989c496cef7fa1016ec76d751530be39b5b6ad6354819579043f23744a647492d5d52b5ab93cae89dd82fb17d08289 SHA512 cebe0e0d9411b87238fa2adec40516881c61a67f33f80c22372f514e672e2dff839687291ab0b01d47af811c254fa65da579f360fcded3f65e382720548d3ea5
23
24 diff --git a/x11-libs/libvdpau/libvdpau-1.4.ebuild b/x11-libs/libvdpau/libvdpau-1.4.ebuild
25 deleted file mode 100644
26 index ab328e5779fd..000000000000
27 --- a/x11-libs/libvdpau/libvdpau-1.4.ebuild
28 +++ /dev/null
29 @@ -1,49 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -VIRTUALX_REQUIRED="test"
35 -inherit flag-o-matic meson-multilib virtualx
36 -
37 -DESCRIPTION="VDPAU wrapper and trace libraries"
38 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
39 -SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${PV}/${P}.tar.bz2"
40 -
41 -LICENSE="MIT"
42 -SLOT="0"
43 -KEYWORDS="~alpha amd64 arm64 ~riscv x86"
44 -IUSE="doc dri"
45 -
46 -RDEPEND="
47 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
48 - dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
49 -"
50 -DEPEND="${RDEPEND}
51 - dri? ( x11-base/xorg-proto )
52 -"
53 -BDEPEND="
54 - virtual/pkgconfig
55 - doc? (
56 - app-doc/doxygen
57 - media-gfx/graphviz
58 - virtual/latex-base
59 - )
60 -"
61 -
62 -src_prepare() {
63 - sed -i -e "/^docdir/s|${PN}|${PF}|g" doc/meson.build || die
64 - default
65 -}
66 -
67 -multilib_src_configure() {
68 - append-cppflags -D_GNU_SOURCE
69 - local emesonargs=(
70 - $(meson_use dri dri2)
71 - $(meson_native_use_bool doc documentation)
72 - )
73 - meson_src_configure
74 -}
75 -
76 -multilib_src_test() {
77 - virtx meson_src_test
78 -}