public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nowa Ammerlaan" <nowa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpl-tools/
Date: Thu, 19 Dec 2024 15:08:42 +0000 (UTC)	[thread overview]
Message-ID: <1734620827.6623cae9793358a1c7aeebfbd269834c4bdce877.nowa@gentoo> (raw)

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

media-libs/libvpl-tools: drop 1.1.0

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

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

diff --git a/media-libs/libvpl-tools/Manifest b/media-libs/libvpl-tools/Manifest
index 1d2ab598207f..d30f5c473cbd 100644
--- a/media-libs/libvpl-tools/Manifest
+++ b/media-libs/libvpl-tools/Manifest
@@ -1,2 +1 @@
-DIST libvpl-tools-1.1.0.tar.gz 1282378 BLAKE2B 4565c5f4c3c7128a925882877f432ac4618ea8d3df05ec308cb6d6b0201fd94953597ce42f1e90dec73ad02612c74afa9deea1a68116436f78204f92ecfeb1e8 SHA512 2aa1e8bca981018bfd09a1500062f468364e7dac51c8643c08103ad3adf791e67b718bec01388143f95e2b1d47eac0cab8a31100574124fae825e8272d4fc87e
 DIST libvpl-tools-1.2.0.tar.gz 1294249 BLAKE2B 8a9e8db303d7b0632c7a0e8b03fa1ebff79dedbe581e185824f731415fb3bb9bc58712551ccea9354d0f8b04755efc222c27d1b1e9f6a34d7fd1982d89bb4dd5 SHA512 e44e752aec48673ff93c7d6eaa9363150607e299008b5df6bed2a6373355c37483d68d703b2e45586ff6062a83ef87fabbd70c034926389873bb3470b1712bc4

diff --git a/media-libs/libvpl-tools/libvpl-tools-1.1.0.ebuild b/media-libs/libvpl-tools/libvpl-tools-1.1.0.ebuild
deleted file mode 100644
index 60f9e36be1fe..000000000000
--- a/media-libs/libvpl-tools/libvpl-tools-1.1.0.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[video_cards_intel] )
-	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-12-19 15:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-19 15:08 Nowa 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-09-29 15:02 Andrew Ammerlaan
2024-07-05 11:57 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=1734620827.6623cae9793358a1c7aeebfbd269834c4bdce877.nowa@gentoo \
    --to=nowa@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