From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libva-intel-media-driver/
Date: Tue, 12 Mar 2024 18:57:04 +0000 (UTC) [thread overview]
Message-ID: <1710269820.3feff8553797b9d6c49d9bc6c17342c359a5ca11.mattst88@gentoo> (raw)
commit: 3feff8553797b9d6c49d9bc6c17342c359a5ca11
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 18:52:03 2024 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 18:57:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3feff855
media-libs/libva-intel-media-driver: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
media-libs/libva-intel-media-driver/Manifest | 2 -
.../libva-intel-media-driver-23.4.3.ebuild | 57 ----------------------
.../libva-intel-media-driver-24.1.1.ebuild | 57 ----------------------
3 files changed, 116 deletions(-)
diff --git a/media-libs/libva-intel-media-driver/Manifest b/media-libs/libva-intel-media-driver/Manifest
index e354a5a3e183..686af388b7b9 100644
--- a/media-libs/libva-intel-media-driver/Manifest
+++ b/media-libs/libva-intel-media-driver/Manifest
@@ -1,4 +1,2 @@
-DIST intel-media-23.4.3.tar.gz 25805389 BLAKE2B ecb766bc3316e7cda338cc0b279ee31455596d004c11282dd1cad94f85f36c7711077648ae78c9b24e02198f8cc00746161fef119b86b10da52ddb2bf2949de5 SHA512 f28967d5474d43878ce6bf3e793c1a129fa0cd0240a2478d5d56ceb1fba3171ee8389c328818d90f914cabdd26caf1e7185dc9b38cd911a799b1fe2d8bc1ddfb
-DIST intel-media-24.1.1.tar.gz 25814687 BLAKE2B b9d721c17f7caa594668c2221cb730fe7e2b8f7a8ccef85b3f174012d76500c5f890a1abc8a0b0ca893cc80314044321b5e965e72dac4ed357197bc426b493d0 SHA512 42c30d24aab0d73510069dd83e59e0e9a29484b98969e94078681cfa2a832a3c44fac3942535a57db8c75db75d47e3a76c7b7d919fcff292fe6455eede418198
DIST intel-media-24.1.3.tar.gz 25817697 BLAKE2B 683c22c484b5b10ad392e98bb75e85652f8e3b0ca9d06ab08d8c23fe71f46cb34804722405c70727b97a9bdf13c7610518a093a674996e35affed7a327ed9d83 SHA512 4f1844422ebad74f698ae5d14fd8e0bf7d9b2c4e98edb8f7c0a36957f8ebb43bc0191fab36b9b7b57d96f44ec3bb1f3dcba7b2c74f51786164d9380fb3523c3e
DIST intel-media-24.1.4.tar.gz 25821533 BLAKE2B 9c9d18f7c5a9b2016daa1df8e208f6ba2670fc353f72faec5f57f82bef69fcc9987cd81b4913e831e19930692631648fe9bc7a364486e51aa165f722af8c2e0b SHA512 ca590c1ffe5c38959717d48fdee893aab5896df45e3e80618cb63fa9cfc502688e68b5cc45d6e20ddd496b546906829852dfdb296f5fe4b1fec396878417fe23
diff --git a/media-libs/libva-intel-media-driver/libva-intel-media-driver-23.4.3.ebuild b/media-libs/libva-intel-media-driver/libva-intel-media-driver-23.4.3.ebuild
deleted file mode 100644
index 724fb1822753..000000000000
--- a/media-libs/libva-intel-media-driver/libva-intel-media-driver-23.4.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake-multilib flag-o-matic
-
-if [[ ${PV} == *9999 ]] ; then
- : ${EGIT_REPO_URI:="https://github.com/intel/media-driver"}
- if [[ ${PV%9999} != "" ]] ; then
- : ${EGIT_BRANCH:="release/${PV%.9999}"}
- fi
- inherit git-r3
-else
- MY_PV="${PV%_pre}"
- SRC_URI="https://github.com/intel/media-driver/archive/intel-media-${MY_PV}.tar.gz"
- S="${WORKDIR}/media-driver-intel-media-${MY_PV}"
- if [[ ${PV} != *_pre* ]] ; then
- KEYWORDS="amd64"
- fi
-fi
-
-DESCRIPTION="Intel Media Driver for VA-API (iHD)"
-HOMEPAGE="https://github.com/intel/media-driver"
-
-LICENSE="MIT BSD redistributable? ( no-source-code )"
-SLOT="0"
-IUSE="+redistributable test X"
-
-RESTRICT="!test? ( test )"
-
-DEPEND=">=media-libs/gmmlib-22.3.14:=[${MULTILIB_USEDEP}]
- >=media-libs/libva-2.20.0[X?,${MULTILIB_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-23.3.4-Remove-unwanted-CFLAGS.patch
- "${FILESDIR}"/${PN}-23.3.4_testing_in_src_test.patch
-)
-
-multilib_src_configure() {
- # https://github.com/intel/media-driver/issues/356
- append-cxxflags -D_FILE_OFFSET_BITS=64
-
- local mycmakeargs=(
- -DMEDIA_BUILD_FATAL_WARNINGS=OFF
- -DMEDIA_RUN_TEST_SUITE=$(usex test)
- -DBUILD_TYPE=Release
- -DPLATFORM=linux
- -DCMAKE_DISABLE_FIND_PACKAGE_X11=$(usex !X)
- -DENABLE_NONFREE_KERNELS=$(usex redistributable)
- -DLATEST_CPP_NEEDED=ON # Seems to be the best option for now
- )
- local CMAKE_BUILD_TYPE="Release"
- cmake_src_configure
-}
diff --git a/media-libs/libva-intel-media-driver/libva-intel-media-driver-24.1.1.ebuild b/media-libs/libva-intel-media-driver/libva-intel-media-driver-24.1.1.ebuild
deleted file mode 100644
index c39052ca1e08..000000000000
--- a/media-libs/libva-intel-media-driver/libva-intel-media-driver-24.1.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake-multilib flag-o-matic
-
-if [[ ${PV} == *9999 ]] ; then
- : ${EGIT_REPO_URI:="https://github.com/intel/media-driver"}
- if [[ ${PV%9999} != "" ]] ; then
- : ${EGIT_BRANCH:="release/${PV%.9999}"}
- fi
- inherit git-r3
-else
- MY_PV="${PV%_pre}"
- SRC_URI="https://github.com/intel/media-driver/archive/intel-media-${MY_PV}.tar.gz"
- S="${WORKDIR}/media-driver-intel-media-${MY_PV}"
- if [[ ${PV} != *_pre* ]] ; then
- KEYWORDS="~amd64"
- fi
-fi
-
-DESCRIPTION="Intel Media Driver for VA-API (iHD)"
-HOMEPAGE="https://github.com/intel/media-driver"
-
-LICENSE="MIT BSD redistributable? ( no-source-code )"
-SLOT="0"
-IUSE="+redistributable test X"
-
-RESTRICT="!test? ( test )"
-
-DEPEND=">=media-libs/gmmlib-22.3.14:=[${MULTILIB_USEDEP}]
- >=media-libs/libva-2.20.0[X?,${MULTILIB_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-23.3.4-Remove-unwanted-CFLAGS.patch
- "${FILESDIR}"/${PN}-23.3.4_testing_in_src_test.patch
-)
-
-multilib_src_configure() {
- # https://github.com/intel/media-driver/issues/356
- append-cxxflags -D_FILE_OFFSET_BITS=64
-
- local mycmakeargs=(
- -DMEDIA_BUILD_FATAL_WARNINGS=OFF
- -DMEDIA_RUN_TEST_SUITE=$(usex test)
- -DBUILD_TYPE=Release
- -DPLATFORM=linux
- -DCMAKE_DISABLE_FIND_PACKAGE_X11=$(usex !X)
- -DENABLE_NONFREE_KERNELS=$(usex redistributable)
- -DLATEST_CPP_NEEDED=ON # Seems to be the best option for now
- )
- local CMAKE_BUILD_TYPE="Release"
- cmake_src_configure
-}
next reply other threads:[~2024-03-12 18:57 UTC|newest]
Thread overview: 79+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-12 18:57 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-16 2:21 [gentoo-commits] repo/gentoo:master commit in: media-libs/libva-intel-media-driver/ Matt Turner
2025-04-26 16:32 Matt Turner
2025-04-26 16:32 Matt Turner
2025-04-25 18:58 Arthur Zamarin
2025-03-28 20:24 Matt Turner
2025-03-10 16:18 Matt Turner
2025-02-26 20:34 Matt Turner
2025-02-10 17:39 Matt Turner
2025-01-22 20:03 Matt Turner
2025-01-22 20:03 Matt Turner
2025-01-22 20:03 Matt Turner
2025-01-17 13:08 Jakov Smolić
2025-01-04 22:35 Matt Turner
2024-12-11 17:26 Matt Turner
2024-11-23 21:16 Matt Turner
2024-11-05 16:36 Matt Turner
2024-10-21 22:41 Matt Turner
2024-10-18 6:50 Arthur Zamarin
2024-09-21 19:59 Matt Turner
2024-09-17 2:05 Matt Turner
2024-09-04 16:20 Matt Turner
2024-09-02 17:52 Matt Turner
2024-08-07 13:07 Sam James
2024-08-06 14:49 Matt Turner
2024-08-01 1:41 Matt Turner
2024-07-15 2:50 Sam James
2024-07-11 15:41 Matt Turner
2024-07-10 16:05 Matt Turner
2024-05-31 13:55 Matt Turner
2024-05-26 0:17 Matt Turner
2024-05-03 15:36 Matt Turner
2024-04-22 16:37 Matt Turner
2024-04-22 16:37 Matt Turner
2024-04-20 14:51 Arthur Zamarin
2024-04-03 20:33 Matt Turner
2024-03-27 15:55 Matt Turner
2024-03-12 18:57 Matt Turner
2024-03-07 9:15 Jakov Smolić
2024-02-13 19:38 Matt Turner
2024-01-24 17:00 Matt Turner
2024-01-15 1:55 Matt Turner
2024-01-03 6:22 Sam James
2023-12-30 18:46 Matt Turner
2023-12-20 20:23 Matt Turner
2023-11-25 17:07 Matt Turner
2023-11-25 17:01 Matt Turner
2023-10-29 16:36 Matt Turner
2023-09-07 0:04 Matt Turner
2023-09-06 2:06 Matt Turner
2023-08-26 16:03 Matt Turner
2023-07-28 4:26 Matt Turner
2023-07-24 20:33 Jakov Smolić
2023-07-19 15:04 Matt Turner
2023-07-15 16:01 Matt Turner
2023-06-06 0:59 Matt Turner
2023-05-22 14:07 Matt Turner
2023-05-22 14:07 Matt Turner
2023-05-12 22:27 Sam James
2023-05-07 15:28 Matt Turner
2023-04-27 5:06 Matt Turner
2023-04-27 5:06 Matt Turner
2023-03-29 21:51 Matt Turner
2023-03-29 21:51 Matt Turner
2023-03-21 20:56 Andrew Ammerlaan
2023-03-17 6:40 Arthur Zamarin
2023-03-04 3:16 Matt Turner
2023-02-02 22:14 Matt Turner
2023-02-02 22:12 Matt Turner
2022-12-30 23:39 Conrad Kostecki
2022-12-30 23:39 Conrad Kostecki
2022-11-19 21:52 Conrad Kostecki
2022-11-15 15:03 Conrad Kostecki
2022-11-15 14:32 Conrad Kostecki
2022-11-15 14:32 Conrad Kostecki
2022-11-13 19:35 Conrad Kostecki
2022-11-11 21:40 Conrad Kostecki
2022-10-30 2:57 Robin H. Johnson
2022-10-16 3:02 Matt Turner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1710269820.3feff8553797b9d6c49d9bc6c17342c359a5ca11.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox