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: Sat, 10 Sep 2022 22:26:06
Message-Id: 1662848750.4969ec39e4d71449b130f80cc6322e28ff1cd8dd.mattst88@gentoo
1 commit: 4969ec39e4d71449b130f80cc6322e28ff1cd8dd
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 10 22:25:34 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 10 22:25:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4969ec39
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 | 3 --
13 .../libva-intel-media-driver-22.4.3.ebuild | 55 ----------------------
14 .../libva-intel-media-driver-22.5.1.ebuild | 55 ----------------------
15 .../libva-intel-media-driver-22.5.2.ebuild | 55 ----------------------
16 4 files changed, 168 deletions(-)
17
18 diff --git a/x11-libs/libva-intel-media-driver/Manifest b/x11-libs/libva-intel-media-driver/Manifest
19 index 806f13b6f3b1..941c53ea5379 100644
20 --- a/x11-libs/libva-intel-media-driver/Manifest
21 +++ b/x11-libs/libva-intel-media-driver/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST intel-media-22.4.3.tar.gz 27415572 BLAKE2B d4298d6195cfd160c3bbc0789e2bbdbfe4ffac2fe592b697d52320e60c62a542902d8610c1a1a41ce7f79bf80bce7ee386cfe8b8e4b10509066dff8e6b52deee SHA512 9acf38fc0ffc65a7ef39570a31e9403600b1c6fe532a741ccdb26588e056a4bb0e5a53290942a026f4813b86db95d7d1eb3166682a889e482ac1645c6ce8aba4
24 DIST intel-media-22.4.4.tar.gz 27437439 BLAKE2B 63bee317ff12c34e7a2da9f5dce51ebb21708f8b5b3f3a58618f487e72f7826f0d4afa486bac08c2db8582d8a4774de716b5bb9a3dff93ff4fc266e56d434519 SHA512 e6ed669476e42396df7714732c628aa67d90fc8040c006605b754d70bdb7ecf476c5eb5c849a8647646dd3858c5fd469ba05f5c6b02b36d2211dc4f4cc7fa77f
25 -DIST intel-media-22.5.1.tar.gz 27432609 BLAKE2B 37513b70097f73e717125637b149c923c2a51acd209c1e26f3d8f2e871f11f8dc4c85aeece473b9736ec56cf9cfd879dbbfe793d7ab689d5f13d54081cb1d890 SHA512 068c9e71b58087bb833444df1d79d41a8185e90170815c519ffe8cab8bd307893d7f79e3c287bab809dab3bd0bd0e54ecd215becf80ababa1df9f3b3ee2718c2
26 -DIST intel-media-22.5.2.tar.gz 27470594 BLAKE2B 71ad9a46ded91acfcdb6a77620725873ccffd379005d8f7b3415170bbc0b4740ec61b95dccdcf404a50698826a32c5669a6c4c69d50bb1f81fc00870930ec07a SHA512 fb936306a334cc1e39730a508be715b7acaab9a0fd6fef0222fa426652b3b39697dcbcdf1eb560fe3e837139a816d05874c5474391b624411118083476fc9b97
27 DIST intel-media-22.5.3.tar.gz 27488655 BLAKE2B 90d79ac8e7ab8cb97941d37fe81ce4524cef45e49e4b64e57931f00927cb2065c0b6f8b4fff5aba58cb9ea64548337261e37df13a53ba07c8ab81db160990e6e SHA512 987ca85ed95272945fd8c23a388ca68481ff5fdf74737a04659304e58c6d131c00db03ee134fc3549225a9fc33b874632335f1182d1e0c6d90fbc5ea290b486d
28
29 diff --git a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.4.3.ebuild b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.4.3.ebuild
30 deleted file mode 100644
31 index 05341f45c9db..000000000000
32 --- a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.4.3.ebuild
33 +++ /dev/null
34 @@ -1,55 +0,0 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -inherit cmake
41 -
42 -if [[ ${PV} == *9999 ]] ; then
43 - : ${EGIT_REPO_URI:="https://github.com/intel/media-driver"}
44 - if [[ ${PV%9999} != "" ]] ; then
45 - : ${EGIT_BRANCH:="release/${PV%.9999}"}
46 - fi
47 - inherit git-r3
48 -else
49 - MY_PV="${PV%_pre}"
50 - SRC_URI="https://github.com/intel/media-driver/archive/intel-media-${MY_PV}.tar.gz"
51 - S="${WORKDIR}/media-driver-intel-media-${MY_PV}"
52 - if [[ ${PV} != *_pre* ]] ; then
53 - KEYWORDS="amd64"
54 - fi
55 -fi
56 -
57 -DESCRIPTION="Intel Media Driver for VAAPI (iHD)"
58 -HOMEPAGE="https://github.com/intel/media-driver"
59 -
60 -LICENSE="MIT BSD redistributable? ( no-source-code )"
61 -SLOT="0"
62 -IUSE="+redistributable test X"
63 -
64 -RESTRICT="!test? ( test )"
65 -
66 -DEPEND=">=media-libs/gmmlib-22.0.0:=
67 - >=x11-libs/libva-2.14.0[X?]
68 -"
69 -RDEPEND="${DEPEND}"
70 -
71 -PATCHES=(
72 - "${FILESDIR}"/${PN}-20.2.0_x11_optional.patch
73 - "${FILESDIR}"/${PN}-21.4.2-Remove-unwanted-CFLAGS.patch
74 - "${FILESDIR}"/${PN}-20.4.5_testing_in_src_test.patch
75 -)
76 -
77 -src_configure() {
78 - local mycmakeargs=(
79 - -DMEDIA_BUILD_FATAL_WARNINGS=OFF
80 - -DMEDIA_RUN_TEST_SUITE=$(usex test)
81 - -DBUILD_TYPE=Release
82 - -DPLATFORM=linux
83 - -DUSE_X11=$(usex X)
84 - -DENABLE_NONFREE_KERNELS=$(usex redistributable)
85 - -DLATEST_CPP_NEEDED=ON # Seems to be the best option for now
86 - )
87 - local CMAKE_BUILD_TYPE="Release"
88 - cmake_src_configure
89 -}
90
91 diff --git a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.5.1.ebuild b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.5.1.ebuild
92 deleted file mode 100644
93 index 50a4289d1592..000000000000
94 --- a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.5.1.ebuild
95 +++ /dev/null
96 @@ -1,55 +0,0 @@
97 -# Copyright 1999-2022 Gentoo Authors
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI=8
101 -
102 -inherit cmake
103 -
104 -if [[ ${PV} == *9999 ]] ; then
105 - : ${EGIT_REPO_URI:="https://github.com/intel/media-driver"}
106 - if [[ ${PV%9999} != "" ]] ; then
107 - : ${EGIT_BRANCH:="release/${PV%.9999}"}
108 - fi
109 - inherit git-r3
110 -else
111 - MY_PV="${PV%_pre}"
112 - SRC_URI="https://github.com/intel/media-driver/archive/intel-media-${MY_PV}.tar.gz"
113 - S="${WORKDIR}/media-driver-intel-media-${MY_PV}"
114 - if [[ ${PV} != *_pre* ]] ; then
115 - KEYWORDS="~amd64"
116 - fi
117 -fi
118 -
119 -DESCRIPTION="Intel Media Driver for VA-API (iHD)"
120 -HOMEPAGE="https://github.com/intel/media-driver"
121 -
122 -LICENSE="MIT BSD redistributable? ( no-source-code )"
123 -SLOT="0"
124 -IUSE="+redistributable test X"
125 -
126 -RESTRICT="!test? ( test )"
127 -
128 -DEPEND=">=media-libs/gmmlib-22.0.0:=
129 - >=x11-libs/libva-2.14.0[X?]
130 -"
131 -RDEPEND="${DEPEND}"
132 -
133 -PATCHES=(
134 - "${FILESDIR}"/${PN}-20.2.0_x11_optional.patch
135 - "${FILESDIR}"/${PN}-21.4.2-Remove-unwanted-CFLAGS.patch
136 - "${FILESDIR}"/${PN}-20.4.5_testing_in_src_test.patch
137 -)
138 -
139 -src_configure() {
140 - local mycmakeargs=(
141 - -DMEDIA_BUILD_FATAL_WARNINGS=OFF
142 - -DMEDIA_RUN_TEST_SUITE=$(usex test)
143 - -DBUILD_TYPE=Release
144 - -DPLATFORM=linux
145 - -DUSE_X11=$(usex X)
146 - -DENABLE_NONFREE_KERNELS=$(usex redistributable)
147 - -DLATEST_CPP_NEEDED=ON # Seems to be the best option for now
148 - )
149 - local CMAKE_BUILD_TYPE="Release"
150 - cmake_src_configure
151 -}
152
153 diff --git a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.5.2.ebuild b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.5.2.ebuild
154 deleted file mode 100644
155 index 50a4289d1592..000000000000
156 --- a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.5.2.ebuild
157 +++ /dev/null
158 @@ -1,55 +0,0 @@
159 -# Copyright 1999-2022 Gentoo Authors
160 -# Distributed under the terms of the GNU General Public License v2
161 -
162 -EAPI=8
163 -
164 -inherit cmake
165 -
166 -if [[ ${PV} == *9999 ]] ; then
167 - : ${EGIT_REPO_URI:="https://github.com/intel/media-driver"}
168 - if [[ ${PV%9999} != "" ]] ; then
169 - : ${EGIT_BRANCH:="release/${PV%.9999}"}
170 - fi
171 - inherit git-r3
172 -else
173 - MY_PV="${PV%_pre}"
174 - SRC_URI="https://github.com/intel/media-driver/archive/intel-media-${MY_PV}.tar.gz"
175 - S="${WORKDIR}/media-driver-intel-media-${MY_PV}"
176 - if [[ ${PV} != *_pre* ]] ; then
177 - KEYWORDS="~amd64"
178 - fi
179 -fi
180 -
181 -DESCRIPTION="Intel Media Driver for VA-API (iHD)"
182 -HOMEPAGE="https://github.com/intel/media-driver"
183 -
184 -LICENSE="MIT BSD redistributable? ( no-source-code )"
185 -SLOT="0"
186 -IUSE="+redistributable test X"
187 -
188 -RESTRICT="!test? ( test )"
189 -
190 -DEPEND=">=media-libs/gmmlib-22.0.0:=
191 - >=x11-libs/libva-2.14.0[X?]
192 -"
193 -RDEPEND="${DEPEND}"
194 -
195 -PATCHES=(
196 - "${FILESDIR}"/${PN}-20.2.0_x11_optional.patch
197 - "${FILESDIR}"/${PN}-21.4.2-Remove-unwanted-CFLAGS.patch
198 - "${FILESDIR}"/${PN}-20.4.5_testing_in_src_test.patch
199 -)
200 -
201 -src_configure() {
202 - local mycmakeargs=(
203 - -DMEDIA_BUILD_FATAL_WARNINGS=OFF
204 - -DMEDIA_RUN_TEST_SUITE=$(usex test)
205 - -DBUILD_TYPE=Release
206 - -DPLATFORM=linux
207 - -DUSE_X11=$(usex X)
208 - -DENABLE_NONFREE_KERNELS=$(usex redistributable)
209 - -DLATEST_CPP_NEEDED=ON # Seems to be the best option for now
210 - )
211 - local CMAKE_BUILD_TYPE="Release"
212 - cmake_src_configure
213 -}