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-intel-driver/
Date: Fri, 13 Sep 2019 17:19:44
Message-Id: 1568395159.4a5e1adadd6b03173894e4b469724e0100c7da34.mattst88@gentoo
1 commit: 4a5e1adadd6b03173894e4b469724e0100c7da34
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 13 17:17:34 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 13 17:19:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5e1ada
7
8 x11-libs/libva-intel-driver: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libva-intel-driver/Manifest | 4 --
13 .../libva-intel-driver-1.7.3.ebuild | 56 ----------------------
14 .../libva-intel-driver-1.8.3.ebuild | 56 ----------------------
15 .../libva-intel-driver-2.1.0.ebuild | 56 ----------------------
16 .../libva-intel-driver-2.2.0.ebuild | 55 ---------------------
17 x11-libs/libva-intel-driver/metadata.xml | 3 --
18 6 files changed, 230 deletions(-)
19
20 diff --git a/x11-libs/libva-intel-driver/Manifest b/x11-libs/libva-intel-driver/Manifest
21 index 308f3d3c6d6..36c1f515d8d 100644
22 --- a/x11-libs/libva-intel-driver/Manifest
23 +++ b/x11-libs/libva-intel-driver/Manifest
24 @@ -1,5 +1 @@
25 DIST intel-vaapi-driver-2.3.0.tar.bz2 2901075 BLAKE2B 606635c2b4ad05119a3fe1269354e2a27b944c56117360b5c4171b679506f3aa10d48057f1c99957efa1cff3b625a315138ac93e616aa14d30d20d540a3bb6a8 SHA512 60f37c09269e6ae07e55ecfc2c046ae7b6321abe71647625310ea7c75627ea875b94ed8e14813a36ec068bbd605c6d447dfa2c3bd692eb7953a58a871064fd5b
26 -DIST libva-intel-driver-1.7.3.tar.gz 1648659 BLAKE2B 5d5bf82d02c6e887f4afd332fa395e3044ac9b9bbf8e1682aeaf80d6c61c1db537b27ed22b25e932ec71d9011af07d9008f64df2e7c77a2c6f9dd0e10860d41f SHA512 57ae4fbf1bd5799e8a311fcd67eda1a8a6d5b5267df502b83f63f8bd0cdd510a4f78b4d09088833bfa2e98447d841c3d4e7229f4e75a9d9f4b8096fb14027878
27 -DIST libva-intel-driver-1.8.3.tar.gz 2591242 BLAKE2B 954ad024ea93073f23045530506c6988cd55bc4bce565856071b30cfc0c10b673a225d4cfdd50cd360a3f828bf236386ba2937e59c260f72717dbdf72a29152c SHA512 0457147aa998014df82ef6180c873fd087b03573adac7ba84c79516a16bd73eb43ff5f07cf3f40c7f590f4e04981ae3010877a468fb20fe4606843932aaa0990
28 -DIST libva-intel-driver-2.1.0.tar.gz 3954965 BLAKE2B 6ff759860477896df6ee433d7b1ff8f3fda498e98210bfcbec33dc663a65bc07b8304ae219885225985fc65a785d7510aacb785a17d9fd66fb1c16a0ca7ffd57 SHA512 2df0d617a4a64ee37641fd9134f8455f59160d003c252b0e82f7be47adaad7d531f9f2f3ab16d75457b2852e8893887d5be6da5f8128e64ffe8311853baf6453
29 -DIST libva-intel-driver-2.2.0.tar.gz 3966600 BLAKE2B 859bf9a51cabf4736b897bc3189ad20f1d36f9f7ee0acdf828a358e9aaed2d20f4908ad214befbd729f1dbce94d7328018376bc6a2a72e625687e8f8a7131364 SHA512 8843e184c0d4d98a694f4fb1ba692a63795968879257b5f791f9bdf2a32e3d0fe3f9cac46533d78721d91c949063778e97b58bbbc1ba4da95b53b306c04e8e90
30
31 diff --git a/x11-libs/libva-intel-driver/libva-intel-driver-1.7.3.ebuild b/x11-libs/libva-intel-driver/libva-intel-driver-1.7.3.ebuild
32 deleted file mode 100644
33 index f50c5283932..00000000000
34 --- a/x11-libs/libva-intel-driver/libva-intel-driver-1.7.3.ebuild
35 +++ /dev/null
36 @@ -1,56 +0,0 @@
37 -# Copyright 1999-2017 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=5
41 -
42 -SCM=""
43 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
44 - SCM=git-2
45 - EGIT_BRANCH=master
46 - EGIT_REPO_URI="https://github.com/01org/intel-vaapi-driver.git"
47 -fi
48 -
49 -AUTOTOOLS_AUTORECONF="yes"
50 -inherit autotools-multilib ${SCM}
51 -
52 -DESCRIPTION="HW video decode support for Intel integrated graphics"
53 -HOMEPAGE="https://github.com/01org/intel-vaapi-driver"
54 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
55 - SRC_URI=""
56 - S="${WORKDIR}/${PN}"
57 -else
58 - SRC_URI="https://github.com/01org/intel-vaapi-driver/archive/${PV}.tar.gz -> ${P}.tar.gz"
59 - S="${WORKDIR}/intel-vaapi-driver-${PV}"
60 -fi
61 -
62 -LICENSE="MIT"
63 -SLOT="0"
64 -if [ "${PV%9999}" = "${PV}" ] ; then
65 - KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
66 -else
67 - KEYWORDS=""
68 -fi
69 -IUSE="+drm wayland X"
70 -
71 -RDEPEND=">=x11-libs/libva-1.7.2[X?,wayland?,drm?,${MULTILIB_USEDEP}]
72 - >=x11-libs/libdrm-2.4.46[video_cards_intel,${MULTILIB_USEDEP}]
73 - wayland? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )"
74 -
75 -DEPEND="${RDEPEND}
76 - virtual/pkgconfig"
77 -
78 -DOCS=( AUTHORS NEWS README )
79 -
80 -src_prepare() {
81 - sed -e 's/intel-gen4asm/\0diSaBlEd/g' -i configure.ac || die
82 - autotools-multilib_src_prepare
83 -}
84 -
85 -multilib_src_configure() {
86 - local myeconfargs=(
87 - $(use_enable drm)
88 - $(use_enable wayland)
89 - $(use_enable X x11)
90 - )
91 - autotools-utils_src_configure
92 -}
93
94 diff --git a/x11-libs/libva-intel-driver/libva-intel-driver-1.8.3.ebuild b/x11-libs/libva-intel-driver/libva-intel-driver-1.8.3.ebuild
95 deleted file mode 100644
96 index 053f134f8eb..00000000000
97 --- a/x11-libs/libva-intel-driver/libva-intel-driver-1.8.3.ebuild
98 +++ /dev/null
99 @@ -1,56 +0,0 @@
100 -# Copyright 1999-2017 Gentoo Foundation
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=5
104 -
105 -SCM=""
106 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
107 - SCM=git-r3
108 - EGIT_BRANCH=master
109 - EGIT_REPO_URI="https://github.com/01org/intel-vaapi-driver.git"
110 -fi
111 -
112 -AUTOTOOLS_AUTORECONF="yes"
113 -inherit autotools-multilib ${SCM}
114 -
115 -DESCRIPTION="HW video decode support for Intel integrated graphics"
116 -HOMEPAGE="https://github.com/01org/intel-vaapi-driver"
117 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
118 - SRC_URI=""
119 -else
120 - SRC_URI="https://github.com/01org/intel-vaapi-driver/archive/${PV}.tar.gz -> ${P}.tar.gz"
121 - S="${WORKDIR}/intel-vaapi-driver-${PV}"
122 -fi
123 -
124 -LICENSE="MIT"
125 -SLOT="0"
126 -if [ "${PV%9999}" = "${PV}" ] ; then
127 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
128 -else
129 - KEYWORDS=""
130 -fi
131 -IUSE="+drm wayland X"
132 -
133 -RDEPEND=">=x11-libs/libva-1.8.0[X?,wayland?,drm?,${MULTILIB_USEDEP}]
134 - >=x11-libs/libdrm-2.4.46[video_cards_intel,${MULTILIB_USEDEP}]
135 - wayland? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )"
136 -
137 -DEPEND="${RDEPEND}
138 - virtual/pkgconfig"
139 -
140 -DOCS=( AUTHORS NEWS README )
141 -AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
142 -
143 -src_prepare() {
144 - sed -e 's/intel-gen4asm/\0diSaBlEd/g' -i configure.ac || die
145 - autotools-multilib_src_prepare
146 -}
147 -
148 -multilib_src_configure() {
149 - local myeconfargs=(
150 - $(use_enable drm)
151 - $(use_enable wayland)
152 - $(use_enable X x11)
153 - )
154 - autotools-utils_src_configure
155 -}
156
157 diff --git a/x11-libs/libva-intel-driver/libva-intel-driver-2.1.0.ebuild b/x11-libs/libva-intel-driver/libva-intel-driver-2.1.0.ebuild
158 deleted file mode 100644
159 index a440f522871..00000000000
160 --- a/x11-libs/libva-intel-driver/libva-intel-driver-2.1.0.ebuild
161 +++ /dev/null
162 @@ -1,56 +0,0 @@
163 -# Copyright 1999-2018 Gentoo Foundation
164 -# Distributed under the terms of the GNU General Public License v2
165 -
166 -EAPI=5
167 -
168 -SCM=""
169 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
170 - SCM=git-r3
171 - EGIT_BRANCH=master
172 - EGIT_REPO_URI="https://github.com/intel/intel-vaapi-driver"
173 -fi
174 -
175 -AUTOTOOLS_AUTORECONF="yes"
176 -inherit autotools-multilib ${SCM}
177 -
178 -DESCRIPTION="HW video decode support for Intel integrated graphics"
179 -HOMEPAGE="https://github.com/intel/intel-vaapi-driver"
180 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
181 - SRC_URI=""
182 -else
183 - SRC_URI="https://github.com/intel/intel-vaapi-driver/archive/${PV}.tar.gz -> ${P}.tar.gz"
184 - S="${WORKDIR}/intel-vaapi-driver-${PV}"
185 -fi
186 -
187 -LICENSE="MIT"
188 -SLOT="0"
189 -if [ "${PV%9999}" = "${PV}" ] ; then
190 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
191 -else
192 - KEYWORDS=""
193 -fi
194 -IUSE="+drm wayland X"
195 -
196 -RDEPEND=">=x11-libs/libva-2.0.0:=[X?,wayland?,drm?,${MULTILIB_USEDEP}]
197 - >=x11-libs/libdrm-2.4.52[video_cards_intel,${MULTILIB_USEDEP}]
198 - wayland? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] >=dev-libs/wayland-1.11[${MULTILIB_USEDEP}] )"
199 -
200 -DEPEND="${RDEPEND}
201 - virtual/pkgconfig"
202 -
203 -DOCS=( AUTHORS NEWS README )
204 -AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
205 -
206 -src_prepare() {
207 - sed -e 's/intel-gen4asm/\0diSaBlEd/g' -i configure.ac || die
208 - autotools-multilib_src_prepare
209 -}
210 -
211 -multilib_src_configure() {
212 - local myeconfargs=(
213 - $(use_enable drm)
214 - $(use_enable wayland)
215 - $(use_enable X x11)
216 - )
217 - autotools-utils_src_configure
218 -}
219
220 diff --git a/x11-libs/libva-intel-driver/libva-intel-driver-2.2.0.ebuild b/x11-libs/libva-intel-driver/libva-intel-driver-2.2.0.ebuild
221 deleted file mode 100644
222 index 92d13cf8a5b..00000000000
223 --- a/x11-libs/libva-intel-driver/libva-intel-driver-2.2.0.ebuild
224 +++ /dev/null
225 @@ -1,55 +0,0 @@
226 -# Copyright 1999-2018 Gentoo Foundation
227 -# Distributed under the terms of the GNU General Public License v2
228 -
229 -EAPI=5
230 -
231 -SCM=""
232 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
233 - SCM=git-r3
234 - EGIT_BRANCH=master
235 - EGIT_REPO_URI="https://github.com/intel/intel-vaapi-driver"
236 -fi
237 -
238 -AUTOTOOLS_AUTORECONF="yes"
239 -inherit autotools-multilib ${SCM}
240 -
241 -DESCRIPTION="HW video decode support for Intel integrated graphics"
242 -HOMEPAGE="https://github.com/intel/intel-vaapi-driver"
243 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
244 - SRC_URI=""
245 -else
246 - SRC_URI="https://github.com/intel/intel-vaapi-driver/archive/${PV}.tar.gz -> ${P}.tar.gz"
247 - S="${WORKDIR}/intel-vaapi-driver-${PV}"
248 -fi
249 -
250 -LICENSE="MIT"
251 -SLOT="0"
252 -if [ "${PV%9999}" = "${PV}" ] ; then
253 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
254 -else
255 - KEYWORDS=""
256 -fi
257 -IUSE="wayland X"
258 -
259 -RDEPEND=">=x11-libs/libva-2.0.0:=[X?,wayland?,drm,${MULTILIB_USEDEP}]
260 - >=x11-libs/libdrm-2.4.52[video_cards_intel,${MULTILIB_USEDEP}]
261 - wayland? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] >=dev-libs/wayland-1.11[${MULTILIB_USEDEP}] )"
262 -
263 -DEPEND="${RDEPEND}
264 - virtual/pkgconfig"
265 -
266 -DOCS=( AUTHORS NEWS README )
267 -AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
268 -
269 -src_prepare() {
270 - sed -e 's/intel-gen4asm/\0diSaBlEd/g' -i configure.ac || die
271 - autotools-multilib_src_prepare
272 -}
273 -
274 -multilib_src_configure() {
275 - local myeconfargs=(
276 - $(use_enable wayland)
277 - $(use_enable X x11)
278 - )
279 - autotools-utils_src_configure
280 -}
281
282 diff --git a/x11-libs/libva-intel-driver/metadata.xml b/x11-libs/libva-intel-driver/metadata.xml
283 index 234fe309ab9..7949b9ce516 100644
284 --- a/x11-libs/libva-intel-driver/metadata.xml
285 +++ b/x11-libs/libva-intel-driver/metadata.xml
286 @@ -5,9 +5,6 @@
287 <email>aballier@g.o</email>
288 <name>Alexis Ballier</name>
289 </maintainer>
290 - <use>
291 - <flag name="drm">Enables VA/DRM API support.</flag>
292 - </use>
293 <upstream>
294 <remote-id type="github">intel/intel-vaapi-driver</remote-id>
295 </upstream>