From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-plugins/gst-plugins-qt6/
Date: Thu, 30 Jan 2025 15:26:33 +0000 (UTC) [thread overview]
Message-ID: <1738177357.7c5facd2854b4673bea4f74ad7e91bd56268ec00.davidroman@gentoo> (raw)
commit: 7c5facd2854b4673bea4f74ad7e91bd56268ec00
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jan 29 19:02:37 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Jan 29 19:02:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c5facd2
media-plugins/gst-plugins-qt6: add 1.24.11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
media-plugins/gst-plugins-qt6/Manifest | 1 +
.../gst-plugins-qt6/gst-plugins-qt6-1.24.11.ebuild | 45 ++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/media-plugins/gst-plugins-qt6/Manifest b/media-plugins/gst-plugins-qt6/Manifest
index e626641b8..a19197797 100644
--- a/media-plugins/gst-plugins-qt6/Manifest
+++ b/media-plugins/gst-plugins-qt6/Manifest
@@ -1,2 +1,3 @@
DIST gst-plugins-good-1.22.12.tar.xz 2844924 BLAKE2B 5bc2f802a6abac4405642f9fe9a0ce4aacfdd1273a9e6224f7fa917ec3a654a2db97c6f74f8cbba93211bc7d41a10ea5394342ea9c902fddb723adfe8535cdec SHA512 06edbec1981681eef13852f21814666ccd9b664892795109d605015e0fe351d9cc3159af3e0ff92aa0d6bf085af8a749333d128544a2ce8b545067b95b7e09c0
DIST gst-plugins-good-1.24.10.tar.xz 2936480 BLAKE2B 7f860cebe757dccd46d3f37a6e88b20d616d2d754f00833d0805a81a07046a67e37b4c6a0b9ba12857142ad6f642db29eba795da4c7feabdf9ec836d13d95d9e SHA512 8c22f0502952677657716d52116101dd03d4b7af19f16bab6d5afbbc24fd9c920c3030bbe307cff19558b7a41d0347de0f5f28b4e15d9a26b482eb0c84d482f5
+DIST gst-plugins-good-1.24.11.tar.xz 2937828 BLAKE2B 66d2f4ff4564d34a0cb26c6bd00d7dd933d7674a08ea8119e94c32f2088c8f3aebc006e4288309bb3c2b5862f44806f74395609f4c58f2d563247dd8acf4f49d SHA512 7b15baf2aa0aa72f469d0c44cc13a892b85e7d4e08d04c44bfeb0ff475aa274474adcf652ed4fb9bca22155d04afa47898a423d3b5844a9b597337a3ab46faed
diff --git a/media-plugins/gst-plugins-qt6/gst-plugins-qt6-1.24.11.ebuild b/media-plugins/gst-plugins-qt6/gst-plugins-qt6-1.24.11.ebuild
new file mode 100644
index 000000000..b9abb888b
--- /dev/null
+++ b/media-plugins/gst-plugins-qt6/gst-plugins-qt6-1.24.11.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2021-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+GST_ORG_MODULE=gst-plugins-good
+inherit gstreamer-meson
+
+DESCRIPTION="Qt6 QML video sink plugin for GStreamer"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64"
+IUSE="+X eglfs wayland"
+REQUIRED_USE="
+ || ( X eglfs wayland )
+ eglfs? ( kernel_linux )
+"
+
+RDEPEND="
+ dev-qt/qtbase:6[X?,eglfs?,gui,opengl,wayland?]
+ dev-qt/qtdeclarative:6[opengl]
+ >=media-libs/gst-plugins-base-${PV}:${SLOT}[X?,opengl,wayland?]
+ eglfs? ( media-libs/gst-plugins-base:${SLOT}[egl] )
+ wayland? (
+ dev-qt/qtwayland:6
+ media-libs/gst-plugins-base:${SLOT}[egl]
+ )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-qt/qtbase:6
+ dev-qt/qtshadertools:6
+"
+
+GST_PLUGINS_BUILD_DIR="qt6"
+
+multilib_src_configure() {
+ local emesonargs=(
+ $(meson_feature X qt-x11)
+ $(meson_feature eglfs qt-egl)
+ $(meson_feature wayland qt-wayland)
+ )
+
+ gstreamer_multilib_src_configure
+}
next reply other threads:[~2025-01-30 15:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-30 15:26 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-08 13:20 [gentoo-commits] repo/proj/guru:master commit in: media-plugins/gst-plugins-qt6/ David Roman
2024-12-26 15:36 Julien Roy
2024-10-11 9:55 David Roman
2024-09-25 13:53 David Roman
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=1738177357.7c5facd2854b4673bea4f74ad7e91bd56268ec00.davidroman@gentoo \
--to=davidroman96@gmail.com \
--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