commit:     c86362f40329a974a0788ae6f5aff8f2b288ab03
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 30 09:02:05 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 09:02:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c86362f4

media-libs/oneVPL-cpu: drop 2023.1.1, 2023.1.2, 2023.1.3

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 media-libs/oneVPL-cpu/Manifest                   |  3 --
 media-libs/oneVPL-cpu/oneVPL-cpu-2023.1.1.ebuild | 57 ------------------------
 media-libs/oneVPL-cpu/oneVPL-cpu-2023.1.2.ebuild | 57 ------------------------
 media-libs/oneVPL-cpu/oneVPL-cpu-2023.1.3.ebuild | 57 ------------------------
 4 files changed, 174 deletions(-)

diff --git a/media-libs/oneVPL-cpu/Manifest b/media-libs/oneVPL-cpu/Manifest
index 7ba6d70948bc..0179b5977a6a 100644
--- a/media-libs/oneVPL-cpu/Manifest
+++ b/media-libs/oneVPL-cpu/Manifest
@@ -1,4 +1 @@
-DIST oneVPL-cpu-2023.1.1.tar.gz 9917709 BLAKE2B 
2e30f8e8e493b4027089031ea9434dd04e2ca4dc75d56083259077ef6f2b906c4419451592ce7d272af689c9e46f5dafe2a1552564e77a8012eb4881edc6afc2
 SHA512 
d294268f45dd59ebae43f3845641c39ecdea39055b9b2fb0fa660e7a3c809ba675f52a23a4cfb67b7c6e6dc0ea200aeb43d3313aeb70efa2b5027eec3d25e5f8
-DIST oneVPL-cpu-2023.1.2.tar.gz 10130122 BLAKE2B 
4f78258071cbcfb3bf5357bce86e4f2c5d6551800a3f98589d130efc106a83dcaa298d621564cd0c362f227759417a0f6bb6037e6caff4a6f8fa8bfc20c0cde0
 SHA512 
e206589b8f8b57094e7c850ba2de26fa777e1d90985187d49a26753525ce80fc380cff538a6c4fe67db00314252c56afcca35081e9d39f7a80d1e59b1e7617af
-DIST oneVPL-cpu-2023.1.3.tar.gz 10138929 BLAKE2B 
bbbe20e7434abcf713fe43d7c1974bba20864fc8ab9087d5e22f82483500738190aaa7a4204ba68c4bcdb1d11552156df97485da09ef9f1084d7c3c60797b178
 SHA512 
6b9f4a350c771ad5e509f1d39aee67acc5d6501f62741855d3a13f41c29ee1c06b8d885873db2373a5413a0efc349eceaf915ddc789b5ef7da8bf4dfe21ae0d6
 DIST oneVPL-cpu-2023.2.0.tar.gz 10140311 BLAKE2B 
eacd9bdc30939c7701453b6cff051de0fddf810792cd6f2db027342f7756fa289ddb2571fab920c87fa51b09241cbf65fd13cbcd3840080ba15917a90dd0e992
 SHA512 
1b2755e384c3cfb88e2046d02f4414a51485cbc6fa4ce9c9aa9b48c0eb21a96e49d21640bc259dc8b9dafa76afa4d1619c6660e0d1757fcd2625a27e46553328

diff --git a/media-libs/oneVPL-cpu/oneVPL-cpu-2023.1.1.ebuild 
b/media-libs/oneVPL-cpu/oneVPL-cpu-2023.1.1.ebuild
deleted file mode 100644
index 513675dc8a74..000000000000
--- a/media-libs/oneVPL-cpu/oneVPL-cpu-2023.1.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="oneAPI Video Processing Library CPU implementation"
-HOMEPAGE="https://github.com/oneapi-src/oneVPL-cpu";
-SRC_URI="https://github.com/oneapi-src/oneVPL-cpu/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="MIT x264? ( GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="experimental openh264 test +x264"
-REQUIRED_USE="^^ ( openh264 x264 )"
-# RESTRICT="!test? ( test )"
-# Tests fail
-RESTRICT="test"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="
-       media-libs/dav1d
-       media-libs/oneVPL[experimental?]
-       media-libs/svt-av1
-       media-libs/svt-hevc
-       media-video/ffmpeg
-       x264? ( media-libs/x264 )
-       openh264? ( media-libs/openh264 )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-2022.2.5-use-system-libs.patch"
-       "${FILESDIR}/${PN}-2022.2.5-respect-user-flags.patch"
-)
-
-src_configure() {
-       # Use system libraries
-       export VPL_BUILD_DEPENDENCIES="${ESYSROOT}/usr"
-       local mycmakeargs=(
-               -DUSE_EXPERIMENTAL_API="$(usex experimental)"
-               -DBUILD_OPENH264="$(usex openh264)"
-               -DBUILD_TESTS="$(usex test)"
-               -DBUILD_GPL_X264="$(usex x264)"
-               # Use FHS instead
-               -DUSE_ONEAPI_INSTALL_LAYOUT=NO
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-       # Remove these license files
-       rm -r "${ED}/usr/share/oneVPL-cpu/licensing" || die
-}

diff --git a/media-libs/oneVPL-cpu/oneVPL-cpu-2023.1.2.ebuild 
b/media-libs/oneVPL-cpu/oneVPL-cpu-2023.1.2.ebuild
deleted file mode 100644
index 513675dc8a74..000000000000
--- a/media-libs/oneVPL-cpu/oneVPL-cpu-2023.1.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="oneAPI Video Processing Library CPU implementation"
-HOMEPAGE="https://github.com/oneapi-src/oneVPL-cpu";
-SRC_URI="https://github.com/oneapi-src/oneVPL-cpu/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="MIT x264? ( GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="experimental openh264 test +x264"
-REQUIRED_USE="^^ ( openh264 x264 )"
-# RESTRICT="!test? ( test )"
-# Tests fail
-RESTRICT="test"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="
-       media-libs/dav1d
-       media-libs/oneVPL[experimental?]
-       media-libs/svt-av1
-       media-libs/svt-hevc
-       media-video/ffmpeg
-       x264? ( media-libs/x264 )
-       openh264? ( media-libs/openh264 )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-2022.2.5-use-system-libs.patch"
-       "${FILESDIR}/${PN}-2022.2.5-respect-user-flags.patch"
-)
-
-src_configure() {
-       # Use system libraries
-       export VPL_BUILD_DEPENDENCIES="${ESYSROOT}/usr"
-       local mycmakeargs=(
-               -DUSE_EXPERIMENTAL_API="$(usex experimental)"
-               -DBUILD_OPENH264="$(usex openh264)"
-               -DBUILD_TESTS="$(usex test)"
-               -DBUILD_GPL_X264="$(usex x264)"
-               # Use FHS instead
-               -DUSE_ONEAPI_INSTALL_LAYOUT=NO
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-       # Remove these license files
-       rm -r "${ED}/usr/share/oneVPL-cpu/licensing" || die
-}

diff --git a/media-libs/oneVPL-cpu/oneVPL-cpu-2023.1.3.ebuild 
b/media-libs/oneVPL-cpu/oneVPL-cpu-2023.1.3.ebuild
deleted file mode 100644
index 513675dc8a74..000000000000
--- a/media-libs/oneVPL-cpu/oneVPL-cpu-2023.1.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="oneAPI Video Processing Library CPU implementation"
-HOMEPAGE="https://github.com/oneapi-src/oneVPL-cpu";
-SRC_URI="https://github.com/oneapi-src/oneVPL-cpu/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="MIT x264? ( GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="experimental openh264 test +x264"
-REQUIRED_USE="^^ ( openh264 x264 )"
-# RESTRICT="!test? ( test )"
-# Tests fail
-RESTRICT="test"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="
-       media-libs/dav1d
-       media-libs/oneVPL[experimental?]
-       media-libs/svt-av1
-       media-libs/svt-hevc
-       media-video/ffmpeg
-       x264? ( media-libs/x264 )
-       openh264? ( media-libs/openh264 )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-2022.2.5-use-system-libs.patch"
-       "${FILESDIR}/${PN}-2022.2.5-respect-user-flags.patch"
-)
-
-src_configure() {
-       # Use system libraries
-       export VPL_BUILD_DEPENDENCIES="${ESYSROOT}/usr"
-       local mycmakeargs=(
-               -DUSE_EXPERIMENTAL_API="$(usex experimental)"
-               -DBUILD_OPENH264="$(usex openh264)"
-               -DBUILD_TESTS="$(usex test)"
-               -DBUILD_GPL_X264="$(usex x264)"
-               # Use FHS instead
-               -DUSE_ONEAPI_INSTALL_LAYOUT=NO
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-       # Remove these license files
-       rm -r "${ED}/usr/share/oneVPL-cpu/licensing" || die
-}

Reply via email to