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 F178D158083 for ; Wed, 25 Sep 2024 13:53:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00B662BC029; Wed, 25 Sep 2024 13:53:10 +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 D4E3A2BC028 for ; Wed, 25 Sep 2024 13:53:09 +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 EF7323431BD for ; Wed, 25 Sep 2024 13:53:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 440742802 for ; Wed, 25 Sep 2024 13:53:05 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1727095027.b641df014db0db4fc799fb65660f322c74f0efc1.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-plugins/gst-plugins-qt6/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-plugins/gst-plugins-qt6/Manifest media-plugins/gst-plugins-qt6/gst-plugins-qt6-1.22.11.ebuild media-plugins/gst-plugins-qt6/metadata.xml X-VCS-Directories: media-plugins/gst-plugins-qt6/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: b641df014db0db4fc799fb65660f322c74f0efc1 X-VCS-Branch: master Date: Wed, 25 Sep 2024 13:53:05 +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: 56eb5c8f-5af7-45b5-97b0-cae2c32cba0f X-Archives-Hash: 2fa0e90e9ad7ccfa0c9b6e6fc97178c1 commit: b641df014db0db4fc799fb65660f322c74f0efc1 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Sep 23 12:30:03 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Sep 23 12:37:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b641df01 media-plugins/gst-plugins-qt6: new package, add 1.22.11 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> media-plugins/gst-plugins-qt6/Manifest | 1 + .../gst-plugins-qt6/gst-plugins-qt6-1.22.11.ebuild | 43 ++++++++++++++++++++++ media-plugins/gst-plugins-qt6/metadata.xml | 23 ++++++++++++ 3 files changed, 67 insertions(+) diff --git a/media-plugins/gst-plugins-qt6/Manifest b/media-plugins/gst-plugins-qt6/Manifest new file mode 100644 index 000000000..08d2b2aa7 --- /dev/null +++ b/media-plugins/gst-plugins-qt6/Manifest @@ -0,0 +1 @@ +DIST gst-plugins-good-1.22.11.tar.xz 2847708 BLAKE2B d61f834727719992e207ce3aa2e9b4ca779930f8bc0baf12bef7869f456ac86fad4a3874b50071d28724e414c5b134f7604af4b66c836da3388e584fbbe16dcf SHA512 e6105c90a66bfee8a69f621bf44f53fcbf832ec9290cee984354da91e57b61d2bbd548e3ad0c5d9f859d0c3f5ba3c313539f24b350e0a7acf29cb8983d4f40cb diff --git a/media-plugins/gst-plugins-qt6/gst-plugins-qt6-1.22.11.ebuild b/media-plugins/gst-plugins-qt6/gst-plugins-qt6-1.22.11.ebuild new file mode 100644 index 000000000..1256a3e85 --- /dev/null +++ b/media-plugins/gst-plugins-qt6/gst-plugins-qt6-1.22.11.ebuild @@ -0,0 +1,43 @@ +# Copyright 2021-2024 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,wayland?] + dev-qt/qtdeclarative:6 + >=media-libs/gst-plugins-base-${PV}:${SLOT}[X?,opengl,wayland?] + media-libs/mesa[wayland?,X?] + 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" + +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 +} diff --git a/media-plugins/gst-plugins-qt6/metadata.xml b/media-plugins/gst-plugins-qt6/metadata.xml new file mode 100644 index 000000000..797072b12 --- /dev/null +++ b/media-plugins/gst-plugins-qt6/metadata.xml @@ -0,0 +1,23 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + GStreamer plugin for the Qt Qml elements + + Includes the following elements: + * qmlgloverlay – A filter that renders a QML scene onto a video stream + * qmlglsink – A video sink that renders to a QQuickItem + * qmlglsrc – A video src that captures a window from a QML view + + + Enable EGL support for embedded devices + + + gstreamer/gstreamer + + +