diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-07-03 22:23:43 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-07-03 22:40:29 -0400 |
commit | 8520c69ede1dee39e72cc97e84b5a97370a2d197 (patch) | |
tree | cfbe432a7bd378886911ebb0c4c42639f9ea7ce1 | |
parent | media-video/libva-utils: Version bump to 2.15.0 (diff) | |
download | gentoo-8520c69ede1dee39e72cc97e84b5a97370a2d197.tar.gz gentoo-8520c69ede1dee39e72cc97e84b5a97370a2d197.tar.bz2 gentoo-8520c69ede1dee39e72cc97e84b5a97370a2d197.zip |
media-video/libva-utils: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | media-video/libva-utils/Manifest | 1 | ||||
-rw-r--r-- | media-video/libva-utils/files/libva-utils-2.10.0_test_in_sandbox.patch | 17 | ||||
-rw-r--r-- | media-video/libva-utils/libva-utils-2.13.0.ebuild | 97 | ||||
-rw-r--r-- | media-video/libva-utils/metadata.xml | 2 |
4 files changed, 0 insertions, 117 deletions
diff --git a/media-video/libva-utils/Manifest b/media-video/libva-utils/Manifest index a5f74d971097..e8905bbfec08 100644 --- a/media-video/libva-utils/Manifest +++ b/media-video/libva-utils/Manifest @@ -1,3 +1,2 @@ -DIST libva-utils-2.13.0.tar.gz 1230036 BLAKE2B 4e70a13fb9b4362713b6f461a0ee199b8f7e9d9cbac7bc664c11870db92a87873d73306b5777c554830b932a15e726965e1db3591fd1349fb62f068617dd8558 SHA512 81c7c122a4d1bdf8d390a4ea3e0d34499158fb7b7fe0f7aa9d556158895e755139975fd01d73d883897c0a4390612d131b6349febbdf16fa5edcd46a6a82acd2 DIST libva-utils-2.14.0.tar.gz 1241072 BLAKE2B 17f1e0badb05e39f3979bde652dfe6832e8bfb2accd99fd6c5d972090cfce630e2a93ad96e5d17bc7bd9c393b12c2a7b066cb60a715c2dbb128dd263c480bcca SHA512 631e9becf5b2f6d083906962c004c9080d2e2b2d98b6003638a31dde8ad4e2549606301b97e88822471e29007232fc470a2116be09dc0c55d3cc2df6a45a7be1 DIST libva-utils-2.15.0.tar.gz 1245559 BLAKE2B 92fe1e7dbd3c953eecb351625213c2b537ad640f61534f3316d3a46070cb3818b4acafbc7a666e24b51d0900cea044074a7a6519f3c4aba6d2a38cf6ed0b2d66 SHA512 90cfa83fb7443fc90558c148c740c9c272796197fba49ff0179af94c40e97c830fc26c534e9a74fa58f597075f9ba68b477aabc784148c14dc09bde07f23cdeb diff --git a/media-video/libva-utils/files/libva-utils-2.10.0_test_in_sandbox.patch b/media-video/libva-utils/files/libva-utils-2.10.0_test_in_sandbox.patch deleted file mode 100644 index c35e5926796f..000000000000 --- a/media-video/libva-utils/files/libva-utils-2.10.0_test_in_sandbox.patch +++ /dev/null @@ -1,17 +0,0 @@ -There are only two test compatible with portage sandbox. -All other tests require access to install VA driver and -Intel video on the host machine. - -https://bugs.gentoo.org/647746 -https://bugs.gentoo.org/632180 -https://bugs.gentoo.org/714126 -https://bugs.gentoo.org/758620 ---- a/test/Makefile.am -+++ b/test/Makefile.am -@@ -91,4 +91,4 @@ test_va_api_CXXFLAGS = \ - $(NULL) - - check-local: test_va_api -- $(builddir)/test_va_api -+ $(builddir)/test_va_api '--gtest_filter=Internal.*:VAAPIInitTerminate.InitTermWithoutDisplay' - diff --git a/media-video/libva-utils/libva-utils-2.13.0.ebuild b/media-video/libva-utils/libva-utils-2.13.0.ebuild deleted file mode 100644 index 20c064a87332..000000000000 --- a/media-video/libva-utils/libva-utils-2.13.0.ebuild +++ /dev/null @@ -1,97 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Collection of utilities and tests for VA-API" -HOMEPAGE="https://01.org/linuxmedia/vaapi" -if [[ ${PV} = *9999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/intel/libva-utils" -else - # Tarball with pre-built 'configure' not always available, portage use tarballs - # without pre-built 'configure' as they are always available upstream. - # SRC_URI="https://github.com/intel/libva-utils/releases/download/${PV}/${P}.tar.bz2" - SRC_URI="https://github.com/intel/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm64 ppc64 ~riscv x86 ~amd64-linux ~x86-linux" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="+drm examples putsurface test test-va-api +vainfo wayland X" -RESTRICT="!test? ( test )" - -REQUIRED_USE=" - || ( drm wayland X ) - putsurface? ( || ( wayland X ) ) - putsurface? ( drm ) - || ( examples putsurface test-va-api vainfo ) -" - -BDEPEND="virtual/pkgconfig" - -if [[ ${PV} = *9999 ]] ; then - DEPEND="~x11-libs/libva-${PV}:=[drm?,wayland?,X?]" -else - DEPEND=">=x11-libs/libva-$(ver_cut 1-2).0:=[drm?,wayland?,X?]" -fi - -DEPEND+=" - wayland? ( >=dev-libs/wayland-1.0.6 ) - X? ( >=x11-libs/libX11-1.6.2 ) -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-2.10.0_test_in_sandbox.patch" ) - -# CONTRIBUTING.md and README.md are avaialbe only in .tar.gz tarballs and in git -DOCS=( NEWS CONTRIBUTING.md README.md ) - -src_prepare() { - default - - sed -e 's/-Werror//' -i test/Makefile.am || die - - if ! use examples ; then - sed -E -e '/^SUBDIRS \+?=/s!( decode\>| encode\>| videoprocess\>| vendor/intel\>| vendor/intel/sfcsample\>)!!g' -i Makefile.am || die - fi - - if ! use putsurface ; then - sed -E -e '/^SUBDIRS \+?=/s! putsurface\>!!g' -i Makefile.am || die - fi - - if ! use vainfo ; then - sed -E -e '/^SUBDIRS \+?=/s! vainfo\>!!g' -i Makefile.am || die - fi - - eautoreconf -} - -src_configure() { - local myeconfargs=( - $(use_enable drm) - $(use_enable test tests) - $(use_enable wayland) - $(use_enable X x11) - ) - - if use test || use test-va-api ; then - myeconfargs+=( --enable-tests ) - else - myeconfargs+=( --disable-tests ) - fi - - econf "${myeconfargs[@]}" -} - -src_install() { - default - - if ! use test-va-api ; then - if [[ -e "${ED}"/usr/bin/test_va_api ]] ; then - rm -f "${ED}"/usr/bin/test_va_api || die - fi - fi -} diff --git a/media-video/libva-utils/metadata.xml b/media-video/libva-utils/metadata.xml index 1952a21fa412..16a009c1734f 100644 --- a/media-video/libva-utils/metadata.xml +++ b/media-video/libva-utils/metadata.xml @@ -6,10 +6,8 @@ <name>Alexis Ballier</name> </maintainer> <use> - <flag name="drm">Enables VA/DRM API support.</flag> <flag name="examples">Build and install decode, encode, videoprocess and other VA-API examples.</flag> <flag name="putsurface">Build and install putsurface tool.</flag> - <flag name="test-va-api">Install test_va_api tool for thorough testing of the installed VA-API.</flag> <flag name="vainfo">Build and install vainfo tool.</flag> </use> <upstream> |