From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 404F015808B for ; Sun, 29 Sep 2024 15:02:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF8432BC02B; Sun, 29 Sep 2024 15:02:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B31112BC02B for ; Sun, 29 Sep 2024 15:02:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9308634323A for ; Sun, 29 Sep 2024 15:02:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00C9227FF for ; Sun, 29 Sep 2024 15:02:36 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1727622119.393e4c02139085c1bd628f1ac045966b324d79b6.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpl-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libvpl-tools/Manifest media-libs/libvpl-tools/libvpl-tools-1.2.0.ebuild X-VCS-Directories: media-libs/libvpl-tools/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 393e4c02139085c1bd628f1ac045966b324d79b6 X-VCS-Branch: master Date: Sun, 29 Sep 2024 15:02:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 19ebeb20-71bc-4d2f-bca1-fdc62671395d X-Archives-Hash: 9ef33ee9be91615894873c8edac9508a commit: 393e4c02139085c1bd628f1ac045966b324d79b6 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sun Sep 29 14:57:12 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Sep 29 15:01:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=393e4c02 media-libs/libvpl-tools: add 1.2.0 Signed-off-by: Andrew Ammerlaan gentoo.org> media-libs/libvpl-tools/Manifest | 1 + media-libs/libvpl-tools/libvpl-tools-1.2.0.ebuild | 71 +++++++++++++++++++++++ 2 files changed, 72 insertions(+) diff --git a/media-libs/libvpl-tools/Manifest b/media-libs/libvpl-tools/Manifest index 1c7eed0e8e89..1d2ab598207f 100644 --- a/media-libs/libvpl-tools/Manifest +++ b/media-libs/libvpl-tools/Manifest @@ -1 +1,2 @@ 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.2.0.ebuild b/media-libs/libvpl-tools/libvpl-tools-1.2.0.ebuild new file mode 100644 index 000000000000..60f9e36be1fe --- /dev/null +++ b/media-libs/libvpl-tools/libvpl-tools-1.2.0.ebuild @@ -0,0 +1,71 @@ +# 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 +}