mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-04 01:18:33 -04:00
media-plugins/gst-plugins-qt5: treeclean
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
a700869bc2
commit
14241cd976
@ -1,2 +0,0 @@
|
||||
DIST gst-plugins-good-1.20.3.tar.xz 3417252 BLAKE2B 5f288541598d2c308fbb1d5e36e54e8dd4c6e9d7dd71f41b778fbdfe883ed48e8d13fa53d05518cc671de029d804f7dc1d93396de9d199d45ec131230926d33c SHA512 98bb2dd428edaa1a5846fb47b1f42a1e99541faf05cdb0fb632d4a1a1e4fb2c1f9d1229bf0aa2ddcbce139533e9fd51f8f9a1175cd8a8729c5179750ca84afa1
|
||||
DIST gst-plugins-good-1.22.11.tar.xz 2847708 BLAKE2B d61f834727719992e207ce3aa2e9b4ca779930f8bc0baf12bef7869f456ac86fad4a3874b50071d28724e414c5b134f7604af4b66c836da3388e584fbbe16dcf SHA512 e6105c90a66bfee8a69f621bf44f53fcbf832ec9290cee984354da91e57b61d2bbd548e3ad0c5d9f859d0c3f5ba3c313539f24b350e0a7acf29cb8983d4f40cb
|
@ -1,37 +0,0 @@
|
||||
# Copyright 2021-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
GST_ORG_MODULE=gst-plugins-good
|
||||
|
||||
inherit gstreamer-meson qmake-utils
|
||||
|
||||
DESCRIPTION="Qt5 QML video sink plugin for GStreamer"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="+egl wayland +X"
|
||||
|
||||
REQUIRED_USE="
|
||||
wayland? ( egl )
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
>=media-libs/gst-plugins-base-${PV}:${SLOT}[egl?,opengl,wayland?,X?]
|
||||
media-libs/mesa[egl(+)?,wayland?,X?]
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdeclarative:5
|
||||
dev-qt/qtgui:5
|
||||
egl? ( dev-qt/qtgui:5[eglfs] )
|
||||
wayland? ( dev-qt/qtwayland:5 )
|
||||
X? ( dev-qt/qtx11extras:5 )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
GST_PLUGINS_BUILD_DIR="qt"
|
||||
|
||||
src_prepare() {
|
||||
export PATH="${PATH}:$(qt5_get_bindir)"
|
||||
default
|
||||
}
|
@ -1,53 +0,0 @@
|
||||
# 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 qmake-utils
|
||||
|
||||
DESCRIPTION="Qt5 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/qtcore:5
|
||||
dev-qt/qtdeclarative:5
|
||||
dev-qt/qtgui:5
|
||||
>=media-libs/gst-plugins-base-${PV}:${SLOT}[X?,opengl,wayland?]
|
||||
media-libs/mesa[wayland?,X?]
|
||||
X? ( dev-qt/qtx11extras:5 )
|
||||
eglfs? (
|
||||
dev-qt/qtgui:5[eglfs]
|
||||
media-libs/gst-plugins-base:${SLOT}[egl]
|
||||
)
|
||||
wayland? (
|
||||
dev-qt/qtwayland:5
|
||||
media-libs/gst-plugins-base:${SLOT}[egl]
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="dev-qt/linguist-tools"
|
||||
|
||||
GST_PLUGINS_BUILD_DIR="qt"
|
||||
|
||||
src_prepare() {
|
||||
export PATH="${PATH}:$(qt5_get_bindir)"
|
||||
default
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature X qt-x11)
|
||||
$(meson_feature eglfs qt-egl)
|
||||
$(meson_feature wayland qt-wayland)
|
||||
)
|
||||
|
||||
gstreamer_multilib_src_configure
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>tea+gentoo@cuddleslut.fr</email>
|
||||
<name>tea</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name="eglfs">Enable EGL support for embedded devices</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="freedesktop-gitlab">gstreamer/gstreamer</remote-id>
|
||||
<!-- plugin is in subprojects/gst-plugins-good/ext/qt -->
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -46,11 +46,6 @@ gui-apps/coretoppings
|
||||
# Shall be unmasked when the PR is merged
|
||||
dev-util/genTree
|
||||
|
||||
# Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> (2024-12-19)
|
||||
# GStreamer plugin with no revdeps left, since Nheko was ported to Qt6.
|
||||
# Removal on 2025-01-25.
|
||||
media-plugins/gst-plugins-qt5
|
||||
|
||||
# Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> (2024-12-19)
|
||||
# pytest-benchmark is unmaintained in ::guru, should not be used in tests.
|
||||
# https://public-inbox.gentoo.org/gentoo-guru/Z2L4IZBNBJEMqnbj@sysrq.in/
|
||||
|
Loading…
x
Reference in New Issue
Block a user