media-libs/libva-intel-media-driver: Drop old versions

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2025-07-20 12:32:28 -04:00
parent 6c75f36712
commit c3cabf1df2
No known key found for this signature in database
GPG Key ID: ACEB29740C9A4E97
9 changed files with 0 additions and 422 deletions

View File

@ -1,9 +1,2 @@
DIST intel-media-24.4.4.tar.gz 27696988 BLAKE2B cf13b3d0feb005b204892a62402d2a044661279b419bbc47ac414691a5238ada5dc2d59e848a9d53219163420e6b2d364a563f57e10488325587405e2add8ef3 SHA512 0a34a707082a3d7032b472667640d40761f1c9425e291002d2bd2af42d57d69ec3cf6e835430e731ff6c7eb24b22b1843c0b83812001f4ed203fd55097a2c6dc
DIST intel-media-25.1.4.tar.gz 28295445 BLAKE2B b61a8b71c1540ffe636a6545ee015c002cf90bb06398f06d0b30207b0552ea85a372bc155c7c67950ad75a2c7cc1cf36993bc1dfe726c42ae9eb8a6a18a40271 SHA512 d47617a3feadb05ec213ec785de7734ffd06d8c0d4cbdbab5ccf64c29d985797aae2d54998b2fa7a4bd0d12401566a91129060c02215ad86e7b96119697a20c9
DIST intel-media-25.2.1.tar.gz 28337648 BLAKE2B 4b2e41db07b57cefb97c14a1f1c9b34d751a5e11ba42bdc4f63f887c4b1ed01116f121d6331f90c94497b4dcac99f551421741d23d6f5fb80744febff134d8cb SHA512 1e8f3777a1b77a1ab5c4d967285724634f2a1448feda86291671f168a10e11ac3745f95edcf0730eed21598814235f295037cf239b110a72d81df2904d792947
DIST intel-media-25.2.2.tar.gz 28345506 BLAKE2B bece75fb0207e6d30b6c6d33d3c5566dc839fe0fb0b91c642a71b2d158f3e8c8a30dc70de2605adcabaf72b5b7021794194f55795509c4ddd4daac023cceb593 SHA512 da524b8708abb0312fef370bca3014fd617b1797c65a6b5bebcbb17e1b8af49c74476b35d32a8347e9434e0128a3ce65a536fe19bc9d853581f57e027a5472fb
DIST intel-media-25.2.3.tar.gz 28366652 BLAKE2B 5e2b4652bfc2f5fb388907f9edd0a9ab976f6aa610ec38e55ae0a4564d08bb4189ec12a5c052bb9167dc759b8a417356ef5d81cd9c3d20dce404b7dbd04b2e05 SHA512 28c93a71195d9c813f55c6f5450afcaff9945bd717c63792437dd7dc88ac77e331dbfcc9c133f6ac6f7819c75259158b3fc0741761aa31db6ad9b5902bd1a29a
DIST intel-media-25.2.4.tar.gz 28395002 BLAKE2B 06f6b4c14ad269042aed2050442c156d717ab39046b593274953bb793224d7086b26a4d5602f2412307699cb19f6c49892ddf28e9453c88cd2be2fa55dca5f4c SHA512 02f0cab51135febd98e04dda6e7ee8ef81859173b368423b7159615f76e759d45ca3ff6b9495abebe9e4d5d843a18a147cd25680463bd737d45eb2ee16eeea03
DIST intel-media-25.2.5.tar.gz 28402337 BLAKE2B 7e6768e45028167a60648ff44bd4243f23a6d3eb87802c016551d9abdf9fcca7ce051e315cccd107ab76dd3afcc1715d81ac86f555c44028bbb2f29ecd822162 SHA512 abb8f37770cb64bcf75d140450d0e5a5600f8b417b6646187812c0d4ffc486bbbf107996c4c5c4e45e16acc2c6549486bf99eade2f637d05a55bd5f57ed2a209
DIST intel-media-25.2.6.tar.gz 28409738 BLAKE2B dfa455710118e5ae03f40d76d554b37bd04ef5530ae76b9f75530bca8418f5588fd49fcb661798e903ffbb8ce9930e0a54d33d5b7f46dcba3e2f1b9e535242b9 SHA512 4d4c9c3319f9c260f29c1e4283824438a71fa04ffeb1e7666ddb303554d581be60229b0c93b64f17c068ba5137d6ce41b46252f55ea4651b930ba920b4f4cffe
DIST intel-media-25.3.0.tar.gz 28413520 BLAKE2B f67bb8dd5fc0f9c5e7a270d19137e9ec12e2eaae57498cb30c4dea32fa2e6119c012734eb7c62e2ac35c9f2b2dc3cce7049993354bf53b9658a2d522b5148ca0 SHA512 48f1f4a66d6d5c976c3e60763580cbe84ce9e9a1a216ee695e1ea851e8dfb874025bcc97ddf00b0fd1c13170ada01bde2a733edb49a037aa20ee29d24cd9abb9

View File

@ -1,15 +0,0 @@
From https://patch-diff.githubusercontent.com/raw/intel/media-driver/pull/1849.patch
From: Blackteahamburger <blackteahamburger@outlook.com>
Date: Thu, 29 Aug 2024 17:04:55 +0800
Subject: [PATCH] Fix missing cstdint for GCC 15
--- a/media_common/linux/common/os/mos_defs_specific.h
+++ b/media_common/linux/common/os/mos_defs_specific.h
@@ -29,6 +29,7 @@
#include <pthread.h>
#include <semaphore.h>
+#include <cstdint>
#include <string>
typedef pthread_mutex_t MOS_MUTEX, *PMOS_MUTEX; //!< mutex pointer

View File

@ -1,58 +0,0 @@
# Copyright 1999-2025 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.5.4:=[${MULTILIB_USEDEP}]
>=media-libs/libva-2.22.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
"${FILESDIR}"/${PN}-24.4.4-c23-fix.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
}

View File

@ -1,57 +0,0 @@
# Copyright 1999-2025 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.6.0:=[${MULTILIB_USEDEP}]
>=media-libs/libva-2.22.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
}

View File

@ -1,57 +0,0 @@
# Copyright 1999-2025 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.7.1:=[${MULTILIB_USEDEP}]
>=media-libs/libva-2.22.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
}

View File

@ -1,57 +0,0 @@
# Copyright 1999-2025 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.7.1:=[${MULTILIB_USEDEP}]
>=media-libs/libva-2.22.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
}

View File

@ -1,57 +0,0 @@
# Copyright 1999-2025 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.7.1:=[${MULTILIB_USEDEP}]
>=media-libs/libva-2.22.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
}

View File

@ -1,57 +0,0 @@
# Copyright 1999-2025 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.7.1:=[${MULTILIB_USEDEP}]
>=media-libs/libva-2.22.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
}

View File

@ -1,57 +0,0 @@
# Copyright 1999-2025 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.7.1:=[${MULTILIB_USEDEP}]
>=media-libs/libva-2.22.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
}