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: Sun, 29 Sep 2024 15:02:36 +0000 (UTC)	[thread overview]
Message-ID: <1727622121.02b9a000cd24283b6ee8c3e60fb3503d40b82faf.andrewammerlaan@gentoo> (raw)

commit:     02b9a000cd24283b6ee8c3e60fb3503d40b82faf
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 14:59:03 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 15:02:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b9a000

media-libs/oneVPL-intel-gpu: drop 24.2.2

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

 media-libs/oneVPL-intel-gpu/Manifest               |  1 -
 .../oneVPL-intel-gpu-24.2.2.ebuild                 | 46 ----------------------
 2 files changed, 47 deletions(-)

diff --git a/media-libs/oneVPL-intel-gpu/Manifest b/media-libs/oneVPL-intel-gpu/Manifest
index 42c39833676e..f06f2e9dbd4f 100644
--- a/media-libs/oneVPL-intel-gpu/Manifest
+++ b/media-libs/oneVPL-intel-gpu/Manifest
@@ -1,3 +1,2 @@
-DIST oneVPL-intel-gpu-24.2.2.tar.gz 9059065 BLAKE2B 05ff0161fab1d7b3c55bfeeae0262f960136f04e75530d1b1fa7bf99cefc5c30f4041907d303c7197eefbf55e30d834e6cd7a15fe6216780e0aaead8585ff8e2 SHA512 47cdbcf39fddd7a54682b9d1dbeb210175fa052326b33664bc5b80f9dc073df333c9e21ae57db49781d494e49a199c6ffe2f90719041b09c5e5fa46922e3e159
 DIST oneVPL-intel-gpu-24.2.5.tar.gz 9063523 BLAKE2B 1d993c5f8fc460323b3630af4068e49c8222c685288f32a3500d9bc646ef99ef1273854422d34831739bbe13750993a9f23b1a8e4ed827b28e0712422b06786f SHA512 a7aa37d27e4f2429634382d55074a014d96fa15ff2c5c40539f753888152f42dd46c9e5b0899021099091167f7a611016e79792ed8808935276adf34199113bf
 DIST oneVPL-intel-gpu-24.3.4.tar.gz 9193620 BLAKE2B 9a1804bdf4ce8624bf57d38a7f0f349770ac743b50dc513fa2569bf233aabf3972d8bbd0081e00dbf2dc6e5127cdc4372b68b3b65c9b44f0dce67b4f29f1991e SHA512 586094dc531ff4ca952f6682a7a6148d77bca0beaaff7a8411d942ca23bd1c4e70969d4354b3afe65af92fdb42816cd93fe757c4dc21b52bafde14346ac6296a

diff --git a/media-libs/oneVPL-intel-gpu/oneVPL-intel-gpu-24.2.2.ebuild b/media-libs/oneVPL-intel-gpu/oneVPL-intel-gpu-24.2.2.ebuild
deleted file mode 100644
index bcc124a916dc..000000000000
--- a/media-libs/oneVPL-intel-gpu/oneVPL-intel-gpu-24.2.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2022-2024 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}/vpl-gpu-rt-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, libvpl is preferred but mediasdk also works
-RDEPEND="${DEPEND}
-	>=media-libs/libva-intel-media-driver-${PV}
-	|| (
-		media-libs/libvpl
-		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:[~2024-09-29 15:02 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-29 15:02 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-18 10:41 [gentoo-commits] repo/gentoo:master commit in: media-libs/oneVPL-intel-gpu/ Nowa Ammerlaan
2024-11-13 10:05 Nowa 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-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=1727622121.02b9a000cd24283b6ee8c3e60fb3503d40b82faf.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