aboutsummaryrefslogtreecommitdiff
blob: c11f6a88844fef05fb6e8b2e7b3194d5207115f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

GST_ORG_MODULE=gst-plugins-good

inherit gstreamer-meson

DESCRIPTION="Qt5 QML video sink plugin for GStreamer"
KEYWORDS="~amd64"
IUSE="+egl orc wayland +X"

REQUIRED_USE="
	wayland? ( egl )
"

RDEPEND="
	>=media-libs/gst-plugins-base-${PV}:${SLOT}[egl?,opengl,wayland?,X?]
	media-libs/mesa[egl?,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}"

PATCHES=(
	"${FILESDIR}/gst-dont-use-volatile-to-mean-atomic-1.18.4.patch"
)

GST_PLUGINS_BUILD_DIR="qt"