* [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-va/
@ 2023-05-30 22:25 Sam James
0 siblings, 0 replies; only message in thread
From: Sam James @ 2023-05-30 22:25 UTC (permalink / raw
To: gentoo-commits
commit: 4841ceb546ee7b0e8f99efcc3c8acdcce5258e51
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 22:23:35 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gstreamer@gentoo.org</email>
+ <name>GStreamer package maintainers</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-05-30 22:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-30 22:25 [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-va/ Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox