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 742CE15806E for ; Tue, 30 May 2023 22:25:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D3C2E09C0; Tue, 30 May 2023 22:25:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83907E09C0 for ; Tue, 30 May 2023 22:25:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD3BC34097F for ; Tue, 30 May 2023 22:25:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C815A6F for ; Tue, 30 May 2023 22:25:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1685485501.4841ceb546ee7b0e8f99efcc3c8acdcce5258e51.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-va/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-va/Manifest media-plugins/gst-plugins-va/gst-plugins-va-1.22.3.ebuild media-plugins/gst-plugins-va/metadata.xml X-VCS-Directories: media-plugins/gst-plugins-va/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4841ceb546ee7b0e8f99efcc3c8acdcce5258e51 X-VCS-Branch: master Date: Tue, 30 May 2023 22:25:33 +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: 0ea11049-0182-4568-ad08-fbe86a74e82a X-Archives-Hash: db0d0fffe64165400a1507ec1e4ed621 commit: 4841ceb546ee7b0e8f99efcc3c8acdcce5258e51 Author: Sam James gentoo org> AuthorDate: Tue May 30 22:23:35 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 30 22:25:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4841ceb5 media-plugins/gst-plugins-va: new package, add 1.22.3 Thanks to Stefan, Michal, and Kostadin for the motivation in the bug. Closes: https://bugs.gentoo.org/835149 Signed-off-by: Sam James gentoo.org> media-plugins/gst-plugins-va/Manifest | 1 + .../gst-plugins-va/gst-plugins-va-1.22.3.ebuild | 32 ++++++++++++++++++++++ media-plugins/gst-plugins-va/metadata.xml | 8 ++++++ 3 files changed, 41 insertions(+) diff --git a/media-plugins/gst-plugins-va/Manifest b/media-plugins/gst-plugins-va/Manifest new file mode 100644 index 000000000000..2a4c680aa0b1 --- /dev/null +++ b/media-plugins/gst-plugins-va/Manifest @@ -0,0 +1 @@ +DIST gst-plugins-bad-1.22.3.tar.xz 5523924 BLAKE2B 8015098ac2d19546de58cebdbe29fd7fbb2c7f076bf775564d7b862ed99a59968a2f751ff1137534d178fea5cf1c2022e53e4159ca2e5d3bf71c9fa4663be4f5 SHA512 1512e26111174ea4a9da26203a635e7ec7673ea5b6ca8dae8aaa8a20ffae36c9b68904d669344a8efc31f751093a00e22d2a1f1affcdd037f162493441c77628 diff --git a/media-plugins/gst-plugins-va/gst-plugins-va-1.22.3.ebuild b/media-plugins/gst-plugins-va/gst-plugins-va-1.22.3.ebuild new file mode 100644 index 000000000000..5793c7281a02 --- /dev/null +++ b/media-plugins/gst-plugins-va/gst-plugins-va-1.22.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{10..11} ) +GST_ORG_MODULE=gst-plugins-bad +GST_PLUGINS_ENABLED="va" +inherit gstreamer-meson python-any-r1 + +DESCRIPTION="Hardware accelerated video decoding through VA-API plugin for GStreamer" +HOMEPAGE="https://gstreamer.freedesktop.org/" + +LICENSE="LGPL-2.1+" +SLOT="1.0" +KEYWORDS="~amd64" +IUSE="+introspection +orc" + +# Baseline requirement for libva is 1.6, but 1.10 gets more features +RDEPEND=" + >=media-libs/libva-1.10[${MULTILIB_USEDEP}] + introspection? ( >=dev-libs/gobject-introspection-1.31.1:= ) + orc? ( >=dev-lang/orc-0.4.33[${MULTILIB_USEDEP}] ) + >=media-libs/gstreamer-${PV}:${SLOT}[${MULTILIB_USEDEP},introspection?] + >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}] + >=media-libs/gst-plugins-bad-${PV}:${SLOT}[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" +BDEPEND=" + ${PYTHON_DEPS} + dev-util/glib-utils +" diff --git a/media-plugins/gst-plugins-va/metadata.xml b/media-plugins/gst-plugins-va/metadata.xml new file mode 100644 index 000000000000..629bc56e9d9f --- /dev/null +++ b/media-plugins/gst-plugins-va/metadata.xml @@ -0,0 +1,8 @@ + + + + + gstreamer@gentoo.org + GStreamer package maintainers + +