public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/oneVPL-intel-gpu/
Date: Wed,  6 Sep 2023 09:35:52 +0000 (UTC)	[thread overview]
Message-ID: <1693992926.8252e9abf0f842e82bfe9ddc8bbafd499f477b12.andrewammerlaan@gentoo> (raw)

commit:     8252e9abf0f842e82bfe9ddc8bbafd499f477b12
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  6 09:35:13 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 09:35:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8252e9ab

media-libs/oneVPL-intel-gpu: drop 23.2.2, 23.2.3

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

 media-libs/oneVPL-intel-gpu/Manifest               |  2 -
 .../oneVPL-intel-gpu-23.2.2.ebuild                 | 46 ----------------------
 .../oneVPL-intel-gpu-23.2.3.ebuild                 | 46 ----------------------
 3 files changed, 94 deletions(-)

diff --git a/media-libs/oneVPL-intel-gpu/Manifest b/media-libs/oneVPL-intel-gpu/Manifest
index 7f0501cd6d60..8f861f7a0133 100644
--- a/media-libs/oneVPL-intel-gpu/Manifest
+++ b/media-libs/oneVPL-intel-gpu/Manifest
@@ -1,5 +1,3 @@
-DIST oneVPL-intel-gpu-23.2.2.tar.gz 6989173 BLAKE2B 5e0d65f320df1b7c7bba4524b51f525a71595a33e6954b0f74e1b913e0e001e55321c93c43d18dc915fc29ae4c73d408852d993084564e74ea85a75d0e959fa9 SHA512 d419519c2369444ad0daf4ff6f12ddd57e4ffb6dcba05f686490adff65c693db563d306ab9ce76fa9d21d3c4b1b01717d0a8a1d63f595d6ceb43c11657dde7af
-DIST oneVPL-intel-gpu-23.2.3.tar.gz 6989464 BLAKE2B 3e58be00fec9c7c8bb296e79a8910035b3423ce2baea73f3f9b96c7b88e9df37e86f6622a97f6cbe234495f54db2b764edb5bd088168abb6e9b47f041b3f991a SHA512 45039f16116053ab4d7b0b2081f267187105ce728c15236b90b835e1f70f97c3d2905b04b42d5b7ea2147ad4a305e15c705935a93a3252afc57bafc865e425c2
 DIST oneVPL-intel-gpu-23.3.0.tar.gz 9025885 BLAKE2B 64346c71ddf24401445522390558ec8c0b354e2f609d45bd8528336b7be9199b0547076b326e5900caf2743349d04447e9c05025055a043fa34e0da6883974da SHA512 3fc4ebc0f1faade624e221e399716fa62b5e4baba4b134a7bb65e47812ee3cca64e1d1f3def3139f0aaa9bae35de3c44aaeb061a44c466af9268e12a5aa21a80
 DIST oneVPL-intel-gpu-23.3.1.tar.gz 9028608 BLAKE2B f1d28d63ea80de954d9ae13c53c58e5aed66f81208b4f5ef565961221362270b10bbfb5cdffcd20241f5ea3ea420c741881d1ca579cb4810f2ef029c37ab0af3 SHA512 a9607f28c4d20c8de774ea498fc612b80f2558f3223c96feea6ffcb6990e7d8ddae180fbceed8599fcf1c7d3b7347f86bdbe45a347964984e902cf5ff8843d1c
 DIST oneVPL-intel-gpu-23.3.2.tar.gz 9028702 BLAKE2B 8e3505a6af829c5cbd15bba4db4fd139e031eb1bea475e7f2979cdb3a452c7362f76e2b627ae256025e071d8ec39e5759ca07d464e6a1eaeb9d7da2e6218700a SHA512 87c0168f29b6b93cda9670c2e3a91bbccf751f4a3e3ced2f89b617af4029f2bfc8c931f8f754988d146359676072f792273adbc4e048076455080628db17399f

diff --git a/media-libs/oneVPL-intel-gpu/oneVPL-intel-gpu-23.2.2.ebuild b/media-libs/oneVPL-intel-gpu/oneVPL-intel-gpu-23.2.2.ebuild
deleted file mode 100644
index 6d87d22aff64..000000000000
--- a/media-libs/oneVPL-intel-gpu/oneVPL-intel-gpu-23.2.2.ebuild
+++ /dev/null
@@ -1,46 +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 Intel GPU implementation"
-HOMEPAGE="https://github.com/oneapi-src/oneVPL-intel-gpu"
-SRC_URI="https://github.com/oneapi-src/oneVPL-intel-gpu/archive/refs/tags/intel-onevpl-${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-intel-onevpl-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	media-libs/libva
-	x11-libs/libdrm[video_cards_intel]
-"
-# At runtime we need a dispatcher, oneVPL is preferred but mediasdk also works
-RDEPEND="${DEPEND}
-	>=media-libs/libva-intel-media-driver-${PV}
-	|| (
-		media-libs/oneVPL[drm,vaapi]
-		media-libs/intel-mediasdk
-	)
-"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_RUNTIME=ON
-		# To build the kernels we need to package the cm-compiler, use pre-built instead
-		-DBUILD_KERNELS=OFF
-		-DBUILD_TESTS="$(usex test)"
-		# This only seems to do something if we BUILD_KERNELS=ON
-		#-DBUILD_TOOLS="$(usex tools)"
-		# OpenCL only has an effect if we build kernels
-		-DENABLE_OPENCL=OFF
-	)
-	cmake_src_configure
-}

diff --git a/media-libs/oneVPL-intel-gpu/oneVPL-intel-gpu-23.2.3.ebuild b/media-libs/oneVPL-intel-gpu/oneVPL-intel-gpu-23.2.3.ebuild
deleted file mode 100644
index 6d87d22aff64..000000000000
--- a/media-libs/oneVPL-intel-gpu/oneVPL-intel-gpu-23.2.3.ebuild
+++ /dev/null
@@ -1,46 +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 Intel GPU implementation"
-HOMEPAGE="https://github.com/oneapi-src/oneVPL-intel-gpu"
-SRC_URI="https://github.com/oneapi-src/oneVPL-intel-gpu/archive/refs/tags/intel-onevpl-${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-intel-onevpl-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	media-libs/libva
-	x11-libs/libdrm[video_cards_intel]
-"
-# At runtime we need a dispatcher, oneVPL is preferred but mediasdk also works
-RDEPEND="${DEPEND}
-	>=media-libs/libva-intel-media-driver-${PV}
-	|| (
-		media-libs/oneVPL[drm,vaapi]
-		media-libs/intel-mediasdk
-	)
-"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_RUNTIME=ON
-		# To build the kernels we need to package the cm-compiler, use pre-built instead
-		-DBUILD_KERNELS=OFF
-		-DBUILD_TESTS="$(usex test)"
-		# This only seems to do something if we BUILD_KERNELS=ON
-		#-DBUILD_TOOLS="$(usex tools)"
-		# OpenCL only has an effect if we build kernels
-		-DENABLE_OPENCL=OFF
-	)
-	cmake_src_configure
-}


             reply	other threads:[~2023-09-06  9:35 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-06  9:35 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-13 10:05 [gentoo-commits] repo/gentoo:master commit in: media-libs/oneVPL-intel-gpu/ Nowa Ammerlaan
2024-09-29 15:02 Andrew Ammerlaan
2024-09-29 15:02 Andrew Ammerlaan
2024-07-31 18:48 Andrew Ammerlaan
2024-05-17 14:13 Andrew Ammerlaan
2024-05-17 14:13 Andrew Ammerlaan
2024-04-26 10:38 Andrew Ammerlaan
2024-04-26 10:38 Andrew Ammerlaan
2024-04-04  9:21 Andrew Ammerlaan
2024-03-15 10:40 Andrew Ammerlaan
2024-03-15 10:40 Andrew Ammerlaan
2024-03-07 19:55 Andrew Ammerlaan
2024-02-14 12:47 Andrew Ammerlaan
2024-02-14 12:47 Andrew Ammerlaan
2024-01-15 11:14 Andrew Ammerlaan
2024-01-15 11:14 Andrew Ammerlaan
2023-12-27  9:31 Andrew Ammerlaan
2023-11-27 13:09 Andrew Ammerlaan
2023-11-27 13:09 Andrew Ammerlaan
2023-10-20 15:54 Andrew Ammerlaan
2023-10-20 15:54 Andrew Ammerlaan
2023-09-06  9:35 Andrew Ammerlaan
2023-08-30  7:37 Andrew Ammerlaan
2023-08-17  7:49 Andrew Ammerlaan
2023-06-14 20:06 Andrew Ammerlaan
2023-06-14 20:04 Andrew Ammerlaan
2023-05-31  6:55 Andrew Ammerlaan
2023-05-31  6:55 Andrew Ammerlaan
2023-05-11 15:27 Andrew Ammerlaan
2023-04-30  9:05 Andrew Ammerlaan
2023-04-30  9:05 Andrew Ammerlaan
2023-04-01 15:38 Andrew Ammerlaan
2023-04-01 15:38 Andrew Ammerlaan
2023-03-21 20:56 Andrew Ammerlaan
2023-03-06 10:22 Andrew Ammerlaan
2023-02-23  9:27 Andrew Ammerlaan
2023-02-23  9:27 Andrew Ammerlaan
2023-01-03 19:32 Andrew Ammerlaan
2022-12-06 18:09 Andrew Ammerlaan

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=1693992926.8252e9abf0f842e82bfe9ddc8bbafd499f477b12.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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