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-media-driver/
Date: Mon, 04 Jul 2022 02:41:18
Message-Id: 1656902429.69e63037508c5c0239801d03c602cf815be50f00.mattst88@gentoo
1 commit: 69e63037508c5c0239801d03c602cf815be50f00
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 4 02:32:14 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 02:40:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e63037
7
8 x11-libs/libva-intel-media-driver: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libva-intel-media-driver/Manifest | 4 --
13 .../libva-intel-media-driver-22.1.0-r1.ebuild | 55 ----------------------
14 .../libva-intel-media-driver-22.3.1.ebuild | 55 ----------------------
15 .../libva-intel-media-driver-22.4.1.ebuild | 55 ----------------------
16 .../libva-intel-media-driver-22.4.2.ebuild | 55 ----------------------
17 5 files changed, 224 deletions(-)
18
19 diff --git a/x11-libs/libva-intel-media-driver/Manifest b/x11-libs/libva-intel-media-driver/Manifest
20 index 5e60d643f6ef..67c96d667e8d 100644
21 --- a/x11-libs/libva-intel-media-driver/Manifest
22 +++ b/x11-libs/libva-intel-media-driver/Manifest
23 @@ -1,6 +1,2 @@
24 -DIST intel-media-22.1.0.tar.gz 26188730 BLAKE2B 7ade4b25d2fe50ed6c3498c37f0fb39ecf7241ba21485c423a4a8769628b78d8134471639aad12bcac79a7d107682e36cb5954227528601eb5253be5ce00acac SHA512 dd444608fd15fc7f05a0d2c9e6e2c8be3a588a1253ac014c045c207d5d59c9d172c89d248e94688078097a224f57025c11e86b9392271cd111bb9dce6d07617e
25 -DIST intel-media-22.3.1.tar.gz 27302226 BLAKE2B 24ac80adcd9a72f9e9b7db4b878715233835f2b69a25d1029538fb87da1fa49ed3c0606478a8b24e198f0c366003ff315e31972c7576e9ff2ecd8419e12ab150 SHA512 286f974a11546f8541429230330c5bd514c5eb372d3278461a132fb236f19908aa544a44010e52981bb942573ab6c2047c8c03471517182e2daf2da87b0eb74f
26 -DIST intel-media-22.4.1.tar.gz 27407593 BLAKE2B eed738064b6febc17e93f195f81f71be55cb539f0bac1a90b0a60695b89ed2eb8deac5da3a646bd178396ace8e68c35a8e58fbebd74e6298aea6c1bd505fd482 SHA512 7615c76d501f9fa127da8465c4f5ecf8067b0374e14ee699b874ec7b4dfc131630901e2ec4d85e420b13c33bb1431938adefb60add7e1abe7e7351bec5e6322c
27 -DIST intel-media-22.4.2.tar.gz 27408373 BLAKE2B dfc72e1188eddc47207f7def060efb4852aaa57971d26690657117facfab8dbfc7f3a249bb1defbf52ed2e3db218f5f4eedcd397e25d8f790bf472c92d058bf5 SHA512 1f32709b80cd25006e2156e4487d75d07ff5eb337164c6aaacb92385dc31c1ce0c80a3c7062c830f89674d70bfedd7f81e4f34ea4d1dd8adb4da0d2212e744ea
28 DIST intel-media-22.4.3.tar.gz 27415572 BLAKE2B d4298d6195cfd160c3bbc0789e2bbdbfe4ffac2fe592b697d52320e60c62a542902d8610c1a1a41ce7f79bf80bce7ee386cfe8b8e4b10509066dff8e6b52deee SHA512 9acf38fc0ffc65a7ef39570a31e9403600b1c6fe532a741ccdb26588e056a4bb0e5a53290942a026f4813b86db95d7d1eb3166682a889e482ac1645c6ce8aba4
29 DIST intel-media-22.4.4.tar.gz 27437439 BLAKE2B 63bee317ff12c34e7a2da9f5dce51ebb21708f8b5b3f3a58618f487e72f7826f0d4afa486bac08c2db8582d8a4774de716b5bb9a3dff93ff4fc266e56d434519 SHA512 e6ed669476e42396df7714732c628aa67d90fc8040c006605b754d70bdb7ecf476c5eb5c849a8647646dd3858c5fd469ba05f5c6b02b36d2211dc4f4cc7fa77f
30
31 diff --git a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.1.0-r1.ebuild b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.1.0-r1.ebuild
32 deleted file mode 100644
33 index d35edb899163..000000000000
34 --- a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.1.0-r1.ebuild
35 +++ /dev/null
36 @@ -1,55 +0,0 @@
37 -# Copyright 1999-2022 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -inherit cmake
43 -
44 -if [[ ${PV} == *9999 ]] ; then
45 - : ${EGIT_REPO_URI:="https://github.com/intel/media-driver"}
46 - if [[ ${PV%9999} != "" ]] ; then
47 - : ${EGIT_BRANCH:="release/${PV%.9999}"}
48 - fi
49 - inherit git-r3
50 -else
51 - MY_PV="${PV%_pre}"
52 - SRC_URI="https://github.com/intel/media-driver/archive/intel-media-${MY_PV}.tar.gz"
53 - S="${WORKDIR}/media-driver-intel-media-${MY_PV}"
54 - if [[ ${PV} != *_pre* ]] ; then
55 - KEYWORDS="amd64"
56 - fi
57 -fi
58 -
59 -DESCRIPTION="Intel Media Driver for VAAPI (iHD)"
60 -HOMEPAGE="https://github.com/intel/media-driver"
61 -
62 -LICENSE="MIT BSD redistributable? ( no-source-code )"
63 -SLOT="0"
64 -IUSE="+redistributable test X"
65 -
66 -RESTRICT="!test? ( test )"
67 -
68 -DEPEND=">=media-libs/gmmlib-22.0.0:=
69 - >=x11-libs/libva-2.13.0[X?]
70 -"
71 -RDEPEND="${DEPEND}"
72 -
73 -PATCHES=(
74 - "${FILESDIR}"/${PN}-20.2.0_x11_optional.patch
75 - "${FILESDIR}"/${PN}-21.4.2-Remove-unwanted-CFLAGS.patch
76 - "${FILESDIR}"/${PN}-20.4.5_testing_in_src_test.patch
77 -)
78 -
79 -src_configure() {
80 - local mycmakeargs=(
81 - -DMEDIA_BUILD_FATAL_WARNINGS=OFF
82 - -DMEDIA_RUN_TEST_SUITE=$(usex test)
83 - -DBUILD_TYPE=Release
84 - -DPLATFORM=linux
85 - -DUSE_X11=$(usex X)
86 - -DENABLE_NONFREE_KERNELS=$(usex redistributable)
87 - -DLATEST_CPP_NEEDED=ON # Seems to be the best option for now
88 - )
89 - local CMAKE_BUILD_TYPE="Release"
90 - cmake_src_configure
91 -}
92
93 diff --git a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.3.1.ebuild b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.3.1.ebuild
94 deleted file mode 100644
95 index 141ad87fa83e..000000000000
96 --- a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.3.1.ebuild
97 +++ /dev/null
98 @@ -1,55 +0,0 @@
99 -# Copyright 1999-2022 Gentoo Authors
100 -# Distributed under the terms of the GNU General Public License v2
101 -
102 -EAPI=7
103 -
104 -inherit cmake
105 -
106 -if [[ ${PV} == *9999 ]] ; then
107 - : ${EGIT_REPO_URI:="https://github.com/intel/media-driver"}
108 - if [[ ${PV%9999} != "" ]] ; then
109 - : ${EGIT_BRANCH:="release/${PV%.9999}"}
110 - fi
111 - inherit git-r3
112 -else
113 - MY_PV="${PV%_pre}"
114 - SRC_URI="https://github.com/intel/media-driver/archive/intel-media-${MY_PV}.tar.gz"
115 - S="${WORKDIR}/media-driver-intel-media-${MY_PV}"
116 - if [[ ${PV} != *_pre* ]] ; then
117 - KEYWORDS="amd64"
118 - fi
119 -fi
120 -
121 -DESCRIPTION="Intel Media Driver for VAAPI (iHD)"
122 -HOMEPAGE="https://github.com/intel/media-driver"
123 -
124 -LICENSE="MIT BSD redistributable? ( no-source-code )"
125 -SLOT="0"
126 -IUSE="+redistributable test X"
127 -
128 -RESTRICT="!test? ( test )"
129 -
130 -DEPEND=">=media-libs/gmmlib-22.0.0:=
131 - >=x11-libs/libva-2.14.0[X?]
132 -"
133 -RDEPEND="${DEPEND}"
134 -
135 -PATCHES=(
136 - "${FILESDIR}"/${PN}-20.2.0_x11_optional.patch
137 - "${FILESDIR}"/${PN}-21.4.2-Remove-unwanted-CFLAGS.patch
138 - "${FILESDIR}"/${PN}-20.4.5_testing_in_src_test.patch
139 -)
140 -
141 -src_configure() {
142 - local mycmakeargs=(
143 - -DMEDIA_BUILD_FATAL_WARNINGS=OFF
144 - -DMEDIA_RUN_TEST_SUITE=$(usex test)
145 - -DBUILD_TYPE=Release
146 - -DPLATFORM=linux
147 - -DUSE_X11=$(usex X)
148 - -DENABLE_NONFREE_KERNELS=$(usex redistributable)
149 - -DLATEST_CPP_NEEDED=ON # Seems to be the best option for now
150 - )
151 - local CMAKE_BUILD_TYPE="Release"
152 - cmake_src_configure
153 -}
154
155 diff --git a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.4.1.ebuild b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.4.1.ebuild
156 deleted file mode 100644
157 index 9a49528f5647..000000000000
158 --- a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.4.1.ebuild
159 +++ /dev/null
160 @@ -1,55 +0,0 @@
161 -# Copyright 1999-2022 Gentoo Authors
162 -# Distributed under the terms of the GNU General Public License v2
163 -
164 -EAPI=8
165 -
166 -inherit cmake
167 -
168 -if [[ ${PV} == *9999 ]] ; then
169 - : ${EGIT_REPO_URI:="https://github.com/intel/media-driver"}
170 - if [[ ${PV%9999} != "" ]] ; then
171 - : ${EGIT_BRANCH:="release/${PV%.9999}"}
172 - fi
173 - inherit git-r3
174 -else
175 - MY_PV="${PV%_pre}"
176 - SRC_URI="https://github.com/intel/media-driver/archive/intel-media-${MY_PV}.tar.gz"
177 - S="${WORKDIR}/media-driver-intel-media-${MY_PV}"
178 - if [[ ${PV} != *_pre* ]] ; then
179 - KEYWORDS="~amd64"
180 - fi
181 -fi
182 -
183 -DESCRIPTION="Intel Media Driver for VAAPI (iHD)"
184 -HOMEPAGE="https://github.com/intel/media-driver"
185 -
186 -LICENSE="MIT BSD redistributable? ( no-source-code )"
187 -SLOT="0"
188 -IUSE="+redistributable test X"
189 -
190 -RESTRICT="!test? ( test )"
191 -
192 -DEPEND=">=media-libs/gmmlib-22.0.0:=
193 - >=x11-libs/libva-2.14.0[X?]
194 -"
195 -RDEPEND="${DEPEND}"
196 -
197 -PATCHES=(
198 - "${FILESDIR}"/${PN}-20.2.0_x11_optional.patch
199 - "${FILESDIR}"/${PN}-21.4.2-Remove-unwanted-CFLAGS.patch
200 - "${FILESDIR}"/${PN}-20.4.5_testing_in_src_test.patch
201 -)
202 -
203 -src_configure() {
204 - local mycmakeargs=(
205 - -DMEDIA_BUILD_FATAL_WARNINGS=OFF
206 - -DMEDIA_RUN_TEST_SUITE=$(usex test)
207 - -DBUILD_TYPE=Release
208 - -DPLATFORM=linux
209 - -DUSE_X11=$(usex X)
210 - -DENABLE_NONFREE_KERNELS=$(usex redistributable)
211 - -DLATEST_CPP_NEEDED=ON # Seems to be the best option for now
212 - )
213 - local CMAKE_BUILD_TYPE="Release"
214 - cmake_src_configure
215 -}
216
217 diff --git a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.4.2.ebuild b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.4.2.ebuild
218 deleted file mode 100644
219 index 9a49528f5647..000000000000
220 --- a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.4.2.ebuild
221 +++ /dev/null
222 @@ -1,55 +0,0 @@
223 -# Copyright 1999-2022 Gentoo Authors
224 -# Distributed under the terms of the GNU General Public License v2
225 -
226 -EAPI=8
227 -
228 -inherit cmake
229 -
230 -if [[ ${PV} == *9999 ]] ; then
231 - : ${EGIT_REPO_URI:="https://github.com/intel/media-driver"}
232 - if [[ ${PV%9999} != "" ]] ; then
233 - : ${EGIT_BRANCH:="release/${PV%.9999}"}
234 - fi
235 - inherit git-r3
236 -else
237 - MY_PV="${PV%_pre}"
238 - SRC_URI="https://github.com/intel/media-driver/archive/intel-media-${MY_PV}.tar.gz"
239 - S="${WORKDIR}/media-driver-intel-media-${MY_PV}"
240 - if [[ ${PV} != *_pre* ]] ; then
241 - KEYWORDS="~amd64"
242 - fi
243 -fi
244 -
245 -DESCRIPTION="Intel Media Driver for VAAPI (iHD)"
246 -HOMEPAGE="https://github.com/intel/media-driver"
247 -
248 -LICENSE="MIT BSD redistributable? ( no-source-code )"
249 -SLOT="0"
250 -IUSE="+redistributable test X"
251 -
252 -RESTRICT="!test? ( test )"
253 -
254 -DEPEND=">=media-libs/gmmlib-22.0.0:=
255 - >=x11-libs/libva-2.14.0[X?]
256 -"
257 -RDEPEND="${DEPEND}"
258 -
259 -PATCHES=(
260 - "${FILESDIR}"/${PN}-20.2.0_x11_optional.patch
261 - "${FILESDIR}"/${PN}-21.4.2-Remove-unwanted-CFLAGS.patch
262 - "${FILESDIR}"/${PN}-20.4.5_testing_in_src_test.patch
263 -)
264 -
265 -src_configure() {
266 - local mycmakeargs=(
267 - -DMEDIA_BUILD_FATAL_WARNINGS=OFF
268 - -DMEDIA_RUN_TEST_SUITE=$(usex test)
269 - -DBUILD_TYPE=Release
270 - -DPLATFORM=linux
271 - -DUSE_X11=$(usex X)
272 - -DENABLE_NONFREE_KERNELS=$(usex redistributable)
273 - -DLATEST_CPP_NEEDED=ON # Seems to be the best option for now
274 - )
275 - local CMAKE_BUILD_TYPE="Release"
276 - cmake_src_configure
277 -}