public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/vpl-gpu-rt/
@ 2024-12-26 12:10 Nowa Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Nowa Ammerlaan @ 2024-12-26 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     d531ee0304166ac197cc0f8c1c4d3eafadb42349
Author:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 12:10:28 2024 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 12:10:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d531ee03

media-libs/vpl-gpu-rt: add 24.4.4

Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 media-libs/vpl-gpu-rt/Manifest                 |  1 +
 media-libs/vpl-gpu-rt/vpl-gpu-rt-24.4.4.ebuild | 49 ++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/media-libs/vpl-gpu-rt/Manifest b/media-libs/vpl-gpu-rt/Manifest
index 435902cce164..27e13a723167 100644
--- a/media-libs/vpl-gpu-rt/Manifest
+++ b/media-libs/vpl-gpu-rt/Manifest
@@ -1,3 +1,4 @@
 DIST vpl-gpu-rt-24.2.5.tar.gz 9063523 BLAKE2B 1d993c5f8fc460323b3630af4068e49c8222c685288f32a3500d9bc646ef99ef1273854422d34831739bbe13750993a9f23b1a8e4ed827b28e0712422b06786f SHA512 a7aa37d27e4f2429634382d55074a014d96fa15ff2c5c40539f753888152f42dd46c9e5b0899021099091167f7a611016e79792ed8808935276adf34199113bf
 DIST vpl-gpu-rt-24.3.4.tar.gz 9193620 BLAKE2B 9a1804bdf4ce8624bf57d38a7f0f349770ac743b50dc513fa2569bf233aabf3972d8bbd0081e00dbf2dc6e5127cdc4372b68b3b65c9b44f0dce67b4f29f1991e SHA512 586094dc531ff4ca952f6682a7a6148d77bca0beaaff7a8411d942ca23bd1c4e70969d4354b3afe65af92fdb42816cd93fe757c4dc21b52bafde14346ac6296a
 DIST vpl-gpu-rt-24.4.2.tar.gz 9181545 BLAKE2B fb71d94710b4414a6f7c5eac9e194fdc24687f3250546dad91cb901f2e02322aa09d6b899b7e43038fbf199a46174a687f2f278184651db734933280d22e015a SHA512 800081e87a4d4d4fa161007ab2ea3031c096e82bb70d4e0aa784e9c4b9713a35bbb6343af3782525f702131f15063b757110f23a9e65adea67524fe776e6c05b
+DIST vpl-gpu-rt-24.4.4.tar.gz 9185059 BLAKE2B 25438360274d456fd8fafe95a3bafe9fd2637a8a02422cb42acfd6948fafe8826d438fd1a431d7a0e95f035bd46b20f23a71585c6e3ca4d9faa0e07c02aae02b SHA512 bb5fa4213b5e142c798324e55aec6c4e3faf1d20afda3c35c4cf1d0050263b493df442961b55ff035430002dd180fc51f22b774d525a5b0c80e10e5fddb622da

diff --git a/media-libs/vpl-gpu-rt/vpl-gpu-rt-24.4.4.ebuild b/media-libs/vpl-gpu-rt/vpl-gpu-rt-24.4.4.ebuild
new file mode 100644
index 000000000000..861810f2ef94
--- /dev/null
+++ b/media-libs/vpl-gpu-rt/vpl-gpu-rt-24.4.4.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NOTE: please bump with the other parts of intel's media stack, listed below
+# https://github.com/intel/vpl-gpu-rt/releases
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Intel Video Processing Library GPU Runtime"
+HOMEPAGE="https://github.com/intel/vpl-gpu-rt/"
+SRC_URI="https://github.com/intel/${PN}/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, 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
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/vpl-gpu-rt/
@ 2024-12-26 12:10 Nowa Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Nowa Ammerlaan @ 2024-12-26 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     5f88cab4f41fde23ec0e33894a8762ba804afb62
Author:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 12:10:37 2024 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 12:10:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f88cab4

media-libs/vpl-gpu-rt: drop 24.2.5

Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 media-libs/vpl-gpu-rt/Manifest                 |  1 -
 media-libs/vpl-gpu-rt/vpl-gpu-rt-24.2.5.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/media-libs/vpl-gpu-rt/Manifest b/media-libs/vpl-gpu-rt/Manifest
index 27e13a723167..290d8e567b31 100644
--- a/media-libs/vpl-gpu-rt/Manifest
+++ b/media-libs/vpl-gpu-rt/Manifest
@@ -1,4 +1,3 @@
-DIST vpl-gpu-rt-24.2.5.tar.gz 9063523 BLAKE2B 1d993c5f8fc460323b3630af4068e49c8222c685288f32a3500d9bc646ef99ef1273854422d34831739bbe13750993a9f23b1a8e4ed827b28e0712422b06786f SHA512 a7aa37d27e4f2429634382d55074a014d96fa15ff2c5c40539f753888152f42dd46c9e5b0899021099091167f7a611016e79792ed8808935276adf34199113bf
 DIST vpl-gpu-rt-24.3.4.tar.gz 9193620 BLAKE2B 9a1804bdf4ce8624bf57d38a7f0f349770ac743b50dc513fa2569bf233aabf3972d8bbd0081e00dbf2dc6e5127cdc4372b68b3b65c9b44f0dce67b4f29f1991e SHA512 586094dc531ff4ca952f6682a7a6148d77bca0beaaff7a8411d942ca23bd1c4e70969d4354b3afe65af92fdb42816cd93fe757c4dc21b52bafde14346ac6296a
 DIST vpl-gpu-rt-24.4.2.tar.gz 9181545 BLAKE2B fb71d94710b4414a6f7c5eac9e194fdc24687f3250546dad91cb901f2e02322aa09d6b899b7e43038fbf199a46174a687f2f278184651db734933280d22e015a SHA512 800081e87a4d4d4fa161007ab2ea3031c096e82bb70d4e0aa784e9c4b9713a35bbb6343af3782525f702131f15063b757110f23a9e65adea67524fe776e6c05b
 DIST vpl-gpu-rt-24.4.4.tar.gz 9185059 BLAKE2B 25438360274d456fd8fafe95a3bafe9fd2637a8a02422cb42acfd6948fafe8826d438fd1a431d7a0e95f035bd46b20f23a71585c6e3ca4d9faa0e07c02aae02b SHA512 bb5fa4213b5e142c798324e55aec6c4e3faf1d20afda3c35c4cf1d0050263b493df442961b55ff035430002dd180fc51f22b774d525a5b0c80e10e5fddb622da

diff --git a/media-libs/vpl-gpu-rt/vpl-gpu-rt-24.2.5.ebuild b/media-libs/vpl-gpu-rt/vpl-gpu-rt-24.2.5.ebuild
deleted file mode 100644
index 8eba3560671e..000000000000
--- a/media-libs/vpl-gpu-rt/vpl-gpu-rt-24.2.5.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="Intel Video Processing Library GPU Runtime"
-HOMEPAGE="https://github.com/intel/vpl-gpu-rt/"
-SRC_URI="https://github.com/intel/${PN}/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, 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
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/vpl-gpu-rt/
@ 2025-05-19 14:22 Nowa Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Nowa Ammerlaan @ 2025-05-19 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     1d9ca3847a85ed7dc59c155e3a19522aed59f149
Author:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
AuthorDate: Mon May 19 14:18:26 2025 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Mon May 19 14:22:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9ca384

media-libs/vpl-gpu-rt: add 25.2.2

Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 media-libs/vpl-gpu-rt/Manifest                 |  1 +
 media-libs/vpl-gpu-rt/vpl-gpu-rt-25.2.2.ebuild | 50 ++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/media-libs/vpl-gpu-rt/Manifest b/media-libs/vpl-gpu-rt/Manifest
index 3273e3348e72..842fe5b8fef8 100644
--- a/media-libs/vpl-gpu-rt/Manifest
+++ b/media-libs/vpl-gpu-rt/Manifest
@@ -1 +1,2 @@
 DIST vpl-gpu-rt-24.4.4.tar.gz 9185059 BLAKE2B 25438360274d456fd8fafe95a3bafe9fd2637a8a02422cb42acfd6948fafe8826d438fd1a431d7a0e95f035bd46b20f23a71585c6e3ca4d9faa0e07c02aae02b SHA512 bb5fa4213b5e142c798324e55aec6c4e3faf1d20afda3c35c4cf1d0050263b493df442961b55ff035430002dd180fc51f22b774d525a5b0c80e10e5fddb622da
+DIST vpl-gpu-rt-25.2.2.tar.gz 9194348 BLAKE2B c21f4876cbaab42085d7af5b151fe09509dae10ffbc22814225c82d4df113ba48705844431e7b0ce828c3b293ea1d1731ba60e5e05c6089d5fb1ae4d64f14f83 SHA512 7d32dec65b059e22bc10d6b82cee16fdd9eeddc4cec03fd0f078f6f696e81d8614c14f48c88a8587107f1255d28f6f08f505db6ceda7e3403d570740967ba2d9

diff --git a/media-libs/vpl-gpu-rt/vpl-gpu-rt-25.2.2.ebuild b/media-libs/vpl-gpu-rt/vpl-gpu-rt-25.2.2.ebuild
new file mode 100644
index 000000000000..aaefd1d2372b
--- /dev/null
+++ b/media-libs/vpl-gpu-rt/vpl-gpu-rt-25.2.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NOTE: please bump with the other parts of intel's media stack, listed below
+# https://github.com/intel/vpl-gpu-rt/releases
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Intel Video Processing Library GPU Runtime"
+HOMEPAGE="https://github.com/intel/vpl-gpu-rt/"
+SRC_URI="https://github.com/intel/${PN}/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/gmmlib
+	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
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/vpl-gpu-rt/
@ 2025-05-19 14:22 Nowa Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Nowa Ammerlaan @ 2025-05-19 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     975df7f8fcacded512f73f4b5d305eff46bdacdf
Author:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
AuthorDate: Mon May 19 14:17:59 2025 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Mon May 19 14:17:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=975df7f8

media-libs/vpl-gpu-rt: drop 24.3.4, 24.4.2

Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 media-libs/vpl-gpu-rt/Manifest                 |  2 --
 media-libs/vpl-gpu-rt/vpl-gpu-rt-24.3.4.ebuild | 49 --------------------------
 media-libs/vpl-gpu-rt/vpl-gpu-rt-24.4.2.ebuild | 49 --------------------------
 3 files changed, 100 deletions(-)

diff --git a/media-libs/vpl-gpu-rt/Manifest b/media-libs/vpl-gpu-rt/Manifest
index 290d8e567b31..3273e3348e72 100644
--- a/media-libs/vpl-gpu-rt/Manifest
+++ b/media-libs/vpl-gpu-rt/Manifest
@@ -1,3 +1 @@
-DIST vpl-gpu-rt-24.3.4.tar.gz 9193620 BLAKE2B 9a1804bdf4ce8624bf57d38a7f0f349770ac743b50dc513fa2569bf233aabf3972d8bbd0081e00dbf2dc6e5127cdc4372b68b3b65c9b44f0dce67b4f29f1991e SHA512 586094dc531ff4ca952f6682a7a6148d77bca0beaaff7a8411d942ca23bd1c4e70969d4354b3afe65af92fdb42816cd93fe757c4dc21b52bafde14346ac6296a
-DIST vpl-gpu-rt-24.4.2.tar.gz 9181545 BLAKE2B fb71d94710b4414a6f7c5eac9e194fdc24687f3250546dad91cb901f2e02322aa09d6b899b7e43038fbf199a46174a687f2f278184651db734933280d22e015a SHA512 800081e87a4d4d4fa161007ab2ea3031c096e82bb70d4e0aa784e9c4b9713a35bbb6343af3782525f702131f15063b757110f23a9e65adea67524fe776e6c05b
 DIST vpl-gpu-rt-24.4.4.tar.gz 9185059 BLAKE2B 25438360274d456fd8fafe95a3bafe9fd2637a8a02422cb42acfd6948fafe8826d438fd1a431d7a0e95f035bd46b20f23a71585c6e3ca4d9faa0e07c02aae02b SHA512 bb5fa4213b5e142c798324e55aec6c4e3faf1d20afda3c35c4cf1d0050263b493df442961b55ff035430002dd180fc51f22b774d525a5b0c80e10e5fddb622da

diff --git a/media-libs/vpl-gpu-rt/vpl-gpu-rt-24.3.4.ebuild b/media-libs/vpl-gpu-rt/vpl-gpu-rt-24.3.4.ebuild
deleted file mode 100644
index 861810f2ef94..000000000000
--- a/media-libs/vpl-gpu-rt/vpl-gpu-rt-24.3.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NOTE: please bump with the other parts of intel's media stack, listed below
-# https://github.com/intel/vpl-gpu-rt/releases
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Intel Video Processing Library GPU Runtime"
-HOMEPAGE="https://github.com/intel/vpl-gpu-rt/"
-SRC_URI="https://github.com/intel/${PN}/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, 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
-}

diff --git a/media-libs/vpl-gpu-rt/vpl-gpu-rt-24.4.2.ebuild b/media-libs/vpl-gpu-rt/vpl-gpu-rt-24.4.2.ebuild
deleted file mode 100644
index 861810f2ef94..000000000000
--- a/media-libs/vpl-gpu-rt/vpl-gpu-rt-24.4.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NOTE: please bump with the other parts of intel's media stack, listed below
-# https://github.com/intel/vpl-gpu-rt/releases
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Intel Video Processing Library GPU Runtime"
-HOMEPAGE="https://github.com/intel/vpl-gpu-rt/"
-SRC_URI="https://github.com/intel/${PN}/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, 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
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-05-19 14:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-19 14:22 [gentoo-commits] repo/gentoo:master commit in: media-libs/vpl-gpu-rt/ Nowa Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2025-05-19 14:22 Nowa Ammerlaan
2024-12-26 12:10 Nowa Ammerlaan
2024-12-26 12:10 Nowa Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox