commit:     f65ac1f7575865ae793bfa3e1668eb5cdb82db1f
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Sat Dec 14 15:02:17 2024 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 15:07:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f65ac1f7

media-libs/libvpl: drop 2.13.0-r0

Closes: https://bugs.gentoo.org/936750
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 media-libs/libvpl/libvpl-2.13.0.ebuild | 51 ----------------------------------
 1 file changed, 51 deletions(-)

diff --git a/media-libs/libvpl/libvpl-2.13.0.ebuild 
b/media-libs/libvpl/libvpl-2.13.0.ebuild
deleted file mode 100644
index a30f50707598..000000000000
--- a/media-libs/libvpl/libvpl-2.13.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake-multilib optfeature flag-o-matic
-
-DESCRIPTION="Intel Video Processing Library dispatcher"
-HOMEPAGE="https://github.com/intel/libvpl/";
-SRC_URI="https://github.com/intel/libvpl/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/2"
-KEYWORDS="~amd64"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       x11-libs/libpciaccess[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-       filter-lto
-       cmake_src_prepare
-}
-
-multilib_src_configure() {
-       local mycmakeargs=(
-               -DBUILD_SHARED_LIBS=ON
-               -DBUILD_TESTS="$(usex test)"
-               -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
-               -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
-       )
-       cmake_src_configure
-}
-
-multilib_src_install() {
-       cmake_src_install
-       # Remove these license files
-       rm -r "${ED}/usr/share/vpl/licensing" || die
-}
-
-pkg_postinst() {
-       optfeature_header "This package provides only the dispatcher, to use it 
install one or more implementations"
-       optfeature "CPUs" media-libs/oneVPL-cpu
-       optfeature "Intel GPUs newer then, and including, Intel Xe" 
media-libs/vpl-gpu-rt
-       optfeature "Intel GPUs older then Intel Xe" media-libs/intel-mediasdk
-}

Reply via email to