Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva/
Date: Fri, 13 Sep 2019 17:19:44
Message-Id: 1568395167.fceb86d010db7c3562b60c69329d2bbe88adedf2.mattst88@gentoo
1 commit: fceb86d010db7c3562b60c69329d2bbe88adedf2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 13 17:18:59 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 13 17:19:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fceb86d0
7
8 x11-libs/libva: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libva/Manifest | 3 --
13 x11-libs/libva/libva-1.7.3.ebuild | 82 -----------------------------------
14 x11-libs/libva/libva-1.8.3.ebuild | 81 -----------------------------------
15 x11-libs/libva/libva-2.4.1-r1.ebuild | 83 ------------------------------------
16 x11-libs/libva/metadata.xml | 1 -
17 5 files changed, 250 deletions(-)
18
19 diff --git a/x11-libs/libva/Manifest b/x11-libs/libva/Manifest
20 index 5a82e0d8ecb..7ba0f46a84e 100644
21 --- a/x11-libs/libva/Manifest
22 +++ b/x11-libs/libva/Manifest
23 @@ -1,4 +1 @@
24 -DIST libva-1.7.3.tar.bz2 824490 BLAKE2B 0579492b700b00e9ed009798e6dcf6dd7fd6cd19e32af9fbab6d780ba83ae3a264dbbfab2633a3458a624fec1935435974875e58a9e57baca9be9cb7ce627488 SHA512 ecc1ba17e2afea2efe4d36e8d9358d420015b3ad9d2a510ee2b263274c889caf39915a8b8da2d16329184bf4f42d0cbd124af3d070b83235b6a7453afd30b3a0
25 -DIST libva-1.8.3.tar.gz 186915 BLAKE2B 10713e3bd7aaefc033490fc9ef6485ec50774f274f09e9e06fd1479b882b221791375533a6826e5db9a758f2acd74f913a478da61fe32250a3e2d9c0062739fc SHA512 f2f360876d8443a22a3434aa1ac7ec5aa6d4b3cc1f13f475ef74e716f5937acc43e02f9a8b858b5b7b6539da3731f763843d45664cc19c70e81d8b87e93659ea
26 -DIST libva-2.4.1.tar.bz2 456435 BLAKE2B 8500d5d234f6b5841611b7e46c9a729d8becaba0ce8311fe41cc6689339fb80ae665a974152c04c9b7ae5ce7693ed2549c3c0f284d8b21ecb25964745b6f43e1 SHA512 24af06e407c833f588e05e2be853bf004b0322d35ab35838ec2705c4158feb41e8ecc3a1b619fc291dfa7da49c8e17dd49993937624df0d4ed7ee2dbb90b1568
27 DIST libva-2.5.0.tar.bz2 459677 BLAKE2B d6e5bf94bcbda0a724634164bd8cf91efbdbe36120e62e7e7eefcd749afffec1950d8904318b472c81ae07490c559c68b0853725c654a08592457118cd5d6a83 SHA512 ffaeb9cf8ed1f93073c1cb3e58f5b3d3612e81622d02f8e428c089f625d4370b496b7681ac2fc2823c48670c9fd3da50893b1db51de768cf0f5d866e2ee78106
28
29 diff --git a/x11-libs/libva/libva-1.7.3.ebuild b/x11-libs/libva/libva-1.7.3.ebuild
30 deleted file mode 100644
31 index 463df89d0fa..00000000000
32 --- a/x11-libs/libva/libva-1.7.3.ebuild
33 +++ /dev/null
34 @@ -1,82 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -SCM=""
41 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
42 - SCM=git-2
43 - EGIT_BRANCH=master
44 - EGIT_REPO_URI="https://github.com/intel/libva"
45 -fi
46 -
47 -AUTOTOOLS_AUTORECONF="yes"
48 -inherit autotools-multilib ${SCM} multilib
49 -
50 -DESCRIPTION="Video Acceleration (VA) API for Linux"
51 -HOMEPAGE="https://01.org/linuxmedia/vaapi"
52 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
53 - SRC_URI=""
54 - S="${WORKDIR}/${PN}"
55 -else
56 - SRC_URI="https://www.freedesktop.org/software/vaapi/releases/libva/${P}.tar.bz2"
57 -fi
58 -
59 -LICENSE="MIT"
60 -SLOT="0"
61 -if [ "${PV%9999}" = "${PV}" ] ; then
62 - KEYWORDS="amd64 arm64 x86 ~amd64-linux ~x86-linux"
63 -else
64 - KEYWORDS="arm64"
65 -fi
66 -IUSE="+drm egl opengl vdpau wayland X"
67 -
68 -VIDEO_CARDS="dummy nvidia intel i965 nouveau"
69 -for x in ${VIDEO_CARDS}; do
70 - IUSE+=" video_cards_${x}"
71 -done
72 -
73 -RDEPEND=">=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}]
74 - X? (
75 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
76 - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
77 - >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
78 - )
79 - egl? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] )
80 - opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
81 - wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )"
82 -
83 -DEPEND="${RDEPEND}
84 - virtual/pkgconfig"
85 -PDEPEND="video_cards_nvidia? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] )
86 - video_cards_nouveau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r3[${MULTILIB_USEDEP}] )
87 - vdpau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] )
88 - video_cards_intel? ( >=x11-libs/libva-intel-driver-1.2.2-r1[${MULTILIB_USEDEP}] )
89 - video_cards_i965? ( >=x11-libs/libva-intel-driver-1.2.2-r1[${MULTILIB_USEDEP}] )
90 - "
91 -
92 -REQUIRED_USE="|| ( drm wayland X )
93 - opengl? ( X )"
94 -
95 -DOCS=( NEWS )
96 -
97 -MULTILIB_WRAPPED_HEADERS=(
98 -/usr/include/va/va_backend_glx.h
99 -/usr/include/va/va_x11.h
100 -/usr/include/va/va_dri2.h
101 -/usr/include/va/va_dricommon.h
102 -/usr/include/va/va_glx.h
103 -)
104 -
105 -multilib_src_configure() {
106 - local myeconfargs=(
107 - --with-drivers-path="${EPREFIX}/usr/$(get_libdir)/va/drivers"
108 - $(use_enable video_cards_dummy dummy-driver)
109 - $(use_enable opengl glx)
110 - $(use_enable X x11)
111 - $(use_enable wayland)
112 - $(use_enable egl)
113 - $(use_enable drm)
114 - )
115 - autotools-utils_src_configure
116 -}
117
118 diff --git a/x11-libs/libva/libva-1.8.3.ebuild b/x11-libs/libva/libva-1.8.3.ebuild
119 deleted file mode 100644
120 index 46863705b68..00000000000
121 --- a/x11-libs/libva/libva-1.8.3.ebuild
122 +++ /dev/null
123 @@ -1,81 +0,0 @@
124 -# Copyright 1999-2019 Gentoo Authors
125 -# Distributed under the terms of the GNU General Public License v2
126 -
127 -EAPI=5
128 -
129 -SCM=""
130 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
131 - SCM=git-r3
132 - EGIT_BRANCH=master
133 - EGIT_REPO_URI="https://github.com/intel/libva"
134 -fi
135 -
136 -AUTOTOOLS_AUTORECONF="yes"
137 -inherit autotools-multilib ${SCM} multilib
138 -
139 -DESCRIPTION="Video Acceleration (VA) API for Linux"
140 -HOMEPAGE="https://01.org/linuxmedia/vaapi"
141 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
142 - SRC_URI=""
143 -else
144 - SRC_URI="https://github.com/01org/libva/archive/${PV}.tar.gz -> ${P}.tar.gz"
145 -fi
146 -
147 -LICENSE="MIT"
148 -SLOT="0"
149 -if [ "${PV%9999}" = "${PV}" ] ; then
150 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
151 -else
152 - KEYWORDS=""
153 -fi
154 -IUSE="+drm egl opengl vdpau wayland X utils"
155 -
156 -VIDEO_CARDS="nvidia intel i965 nouveau"
157 -for x in ${VIDEO_CARDS}; do
158 - IUSE+=" video_cards_${x}"
159 -done
160 -
161 -RDEPEND=">=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}]
162 - X? (
163 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
164 - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
165 - >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
166 - )
167 - egl? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] )
168 - opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
169 - wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )"
170 -
171 -DEPEND="${RDEPEND}
172 - virtual/pkgconfig"
173 -PDEPEND="video_cards_nvidia? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] )
174 - video_cards_nouveau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r3[${MULTILIB_USEDEP}] )
175 - vdpau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] )
176 - video_cards_intel? ( >=x11-libs/libva-intel-driver-1.2.2-r1[${MULTILIB_USEDEP}] )
177 - video_cards_i965? ( >=x11-libs/libva-intel-driver-1.2.2-r1[${MULTILIB_USEDEP}] )
178 - utils? ( media-video/libva-utils )
179 - "
180 -
181 -REQUIRED_USE="|| ( drm wayland X )
182 - opengl? ( X )"
183 -
184 -DOCS=( NEWS )
185 -
186 -MULTILIB_WRAPPED_HEADERS=(
187 -/usr/include/va/va_backend_glx.h
188 -/usr/include/va/va_x11.h
189 -/usr/include/va/va_dri2.h
190 -/usr/include/va/va_dricommon.h
191 -/usr/include/va/va_glx.h
192 -)
193 -
194 -multilib_src_configure() {
195 - local myeconfargs=(
196 - --with-drivers-path="${EPREFIX}/usr/$(get_libdir)/va/drivers"
197 - $(use_enable opengl glx)
198 - $(use_enable X x11)
199 - $(use_enable wayland)
200 - $(use_enable egl)
201 - $(use_enable drm)
202 - )
203 - autotools-utils_src_configure
204 -}
205
206 diff --git a/x11-libs/libva/libva-2.4.1-r1.ebuild b/x11-libs/libva/libva-2.4.1-r1.ebuild
207 deleted file mode 100644
208 index 00629ae44ae..00000000000
209 --- a/x11-libs/libva/libva-2.4.1-r1.ebuild
210 +++ /dev/null
211 @@ -1,83 +0,0 @@
212 -# Copyright 1999-2019 Gentoo Authors
213 -# Distributed under the terms of the GNU General Public License v2
214 -
215 -EAPI=7
216 -
217 -inherit multilib-minimal
218 -
219 -DESCRIPTION="Video Acceleration (VA) API for Linux"
220 -HOMEPAGE="https://01.org/linuxmedia/vaapi"
221 -
222 -if [[ ${PV} = *9999* ]] ; then # Live ebuild
223 - inherit autotools git-r3
224 - EGIT_BRANCH=master
225 - EGIT_REPO_URI="https://github.com/intel/libva"
226 - AUTOTOOLS_AUTORECONF="yes"
227 -else
228 - SRC_URI="https://github.com/intel/libva/releases/download/${PV}/${P}.tar.bz2"
229 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
230 -fi
231 -
232 -LICENSE="MIT"
233 -SLOT="0/$(ver_cut 1)"
234 -IUSE="+drm opengl utils vdpau wayland X"
235 -
236 -VIDEO_CARDS="nvidia intel i965 nouveau"
237 -for x in ${VIDEO_CARDS}; do
238 - IUSE+=" video_cards_${x}"
239 -done
240 -
241 -RDEPEND="
242 - >=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}]
243 - opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
244 - wayland? ( >=dev-libs/wayland-1.11[${MULTILIB_USEDEP}] )
245 - X? (
246 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
247 - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
248 - >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
249 - )
250 -"
251 -DEPEND="${RDEPEND}"
252 -BDEPEND="
253 - virtual/pkgconfig
254 -"
255 -PDEPEND="video_cards_nvidia? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] )
256 - video_cards_nouveau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r3[${MULTILIB_USEDEP}] )
257 - vdpau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] )
258 - video_cards_intel? ( >=x11-libs/libva-intel-driver-2.0.0[${MULTILIB_USEDEP}] )
259 - video_cards_i965? ( >=x11-libs/libva-intel-driver-2.0.0[${MULTILIB_USEDEP}] )
260 - utils? ( media-video/libva-utils )
261 -"
262 -
263 -REQUIRED_USE="|| ( drm wayland X )
264 - opengl? ( X )"
265 -
266 -DOCS=( NEWS )
267 -
268 -MULTILIB_WRAPPED_HEADERS=(
269 -/usr/include/va/va_backend_glx.h
270 -/usr/include/va/va_x11.h
271 -/usr/include/va/va_dri2.h
272 -/usr/include/va/va_dricommon.h
273 -/usr/include/va/va_glx.h
274 -)
275 -
276 -src_prepare() {
277 - default
278 - [[ "${PV}" == *9999* ]] && eautoreconf
279 -}
280 -
281 -multilib_src_configure() {
282 - local myeconfargs=(
283 - --with-drivers-path="${EPREFIX}/usr/$(get_libdir)/va/drivers"
284 - $(use_enable opengl glx)
285 - $(use_enable X x11)
286 - $(use_enable wayland)
287 - $(use_enable drm)
288 - )
289 - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
290 -}
291 -
292 -multilib_src_install_all() {
293 - find "${ED}" -type f -name "*.la" -delete || die
294 -}
295
296 diff --git a/x11-libs/libva/metadata.xml b/x11-libs/libva/metadata.xml
297 index 25cdd598e95..7f3149fdd2b 100644
298 --- a/x11-libs/libva/metadata.xml
299 +++ b/x11-libs/libva/metadata.xml
300 @@ -6,7 +6,6 @@
301 <name>Alexis Ballier</name>
302 </maintainer>
303 <use>
304 - <flag name="egl">Enables EGL support.</flag>
305 <flag name="drm">Enables VA/DRM API support.</flag>
306 <flag name="utils">Install VA-API utility programs.</flag>
307 </use>