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/libvpl-tools/
Date: Fri,  5 Jul 2024 11:57:26 +0000 (UTC)	[thread overview]
Message-ID: <1720180609.33ab74d73776c7ac3be000b36d49bc9db16a9398.andrewammerlaan@gentoo> (raw)

commit:     33ab74d73776c7ac3be000b36d49bc9db16a9398
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  5 11:56:49 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jul  5 11:56:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ab74d7

media-libs/libvpl-tools: drop 1.0.0-r2

Closes: https://bugs.gentoo.org/933835
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 media-libs/libvpl-tools/Manifest                   |  1 -
 .../libvpl-tools/libvpl-tools-1.0.0-r2.ebuild      | 71 ----------------------
 2 files changed, 72 deletions(-)

diff --git a/media-libs/libvpl-tools/Manifest b/media-libs/libvpl-tools/Manifest
index 8f6f0ea54871..1c7eed0e8e89 100644
--- a/media-libs/libvpl-tools/Manifest
+++ b/media-libs/libvpl-tools/Manifest
@@ -1,2 +1 @@
-DIST libvpl-tools-1.0.0.tar.gz 1280283 BLAKE2B 67e2d0339893751a572c133ef34bbde05a254de1d460da3226088608e85aa253c585fe00d3edca05d629d65d0ddb8617c85e0cb87ff25b2cb56d85717834e959 SHA512 d4225eadbed4993a80461119db1175f196b271086d79be5312e74ac7c8d1395c9ba13149145d979441cd6958ef80c7a1755c37374091fa7b7ce7581df570ffb1
 DIST libvpl-tools-1.1.0.tar.gz 1282378 BLAKE2B 4565c5f4c3c7128a925882877f432ac4618ea8d3df05ec308cb6d6b0201fd94953597ce42f1e90dec73ad02612c74afa9deea1a68116436f78204f92ecfeb1e8 SHA512 2aa1e8bca981018bfd09a1500062f468364e7dac51c8643c08103ad3adf791e67b718bec01388143f95e2b1d47eac0cab8a31100574124fae825e8272d4fc87e

diff --git a/media-libs/libvpl-tools/libvpl-tools-1.0.0-r2.ebuild b/media-libs/libvpl-tools/libvpl-tools-1.0.0-r2.ebuild
deleted file mode 100644
index ba84438f5c04..000000000000
--- a/media-libs/libvpl-tools/libvpl-tools-1.0.0-r2.ebuild
+++ /dev/null
@@ -1,71 +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 tools"
-HOMEPAGE="https://github.com/intel/libvpl-tools/"
-SRC_URI="https://github.com/intel/libvpl-tools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="dri +drm opencl test +vaapi wayland X"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="
-	dri? ( X )
-	opencl? ( X )
-	vaapi? ( drm )
-	wayland? ( vaapi )
-	X? ( vaapi )
-"
-
-RDEPEND="
-	drm? ( x11-libs/libdrm )
-	opencl? ( virtual/opencl )
-	vaapi? ( media-libs/libva[X?,wayland?,drm(+)?] )
-	wayland? (
-		dev-libs/wayland
-	)
-	X? (
-		x11-libs/libX11
-		x11-libs/libxcb
-	)
-	x11-libs/libpciaccess
-	>=media-libs/libvpl-2.11.0
-"
-
-DEPEND="${RDEPEND}
-	wayland? (
-		dev-libs/wayland-protocols
-	)
-"
-
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_SHARED_LIBS=ON
-		-DBUILD_TESTS="$(usex test)"
-
-		-DBUILD_EXPERIMENTAL="$(usex X)"
-		-DTOOLS_ENABLE_X11="$(usex X)"
-		-DTOOLS_ENABLE_SCREEN_CAPTURE="$(usex X)"
-		-DTOOLS_ENABLE_RENDER="$(usex X)"
-		-DTOOLS_ENABLE_OPENCL="$(usex opencl)"
-
-		-DENABLE_DRI3="$(usex dri)"
-		-DENABLE_DRM="$(usex drm)"
-		-DENABLE_VA="$(usex vaapi)"
-		-DENABLE_WAYLAND="$(usex wayland)"
-		-DENABLE_X11="$(usex X)"
-
-		-DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
-		-DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
-	)
-	cmake_src_configure
-}


             reply	other threads:[~2024-07-05 11:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-05 11:57 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-26 12:06 [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpl-tools/ Nowa Ammerlaan
2024-12-19 15:08 Nowa Ammerlaan
2024-12-19 15:08 Nowa Ammerlaan
2024-12-19 15:08 Nowa Ammerlaan
2024-09-29 15:02 Andrew Ammerlaan
2024-07-05 11:57 Andrew Ammerlaan
2024-05-18 17:00 Andrew Ammerlaan
2024-05-17 18:47 Andrew Ammerlaan
2024-05-17 14:13 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=1720180609.33ab74d73776c7ac3be000b36d49bc9db16a9398.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