Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 673282
Collapse All | Expand All

(-)/tmp/gst-plugins-bad-1.14.5.ebuild (-1 / +4 lines)
Lines 13-19 Link Here
13
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
13
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
14
14
15
# TODO: egl and gtk IUSE only for transition
15
# TODO: egl and gtk IUSE only for transition
16
IUSE="X bzip2 +egl gles2 gtk +introspection +opengl +orc vcd vnc wayland" # Keep default IUSE mirrored with gst-plugins-base where relevant
16
IUSE="X bzip2 +egl gles2 gtk +introspection +opengl +orc vcd vnc wayland webrtc" # Keep default IUSE mirrored with gst-plugins-base where relevant
17
17
18
# X11 is automagic for now, upstream #709530 - only used by librfb USE=vnc plugin
18
# X11 is automagic for now, upstream #709530 - only used by librfb USE=vnc plugin
19
# We mirror opengl/gles2 from -base to ensure no automagic openglmixers plugin (with "opengl?" it'd still get built with USE=-opengl here)
19
# We mirror opengl/gles2 from -base to ensure no automagic openglmixers plugin (with "opengl?" it'd still get built with USE=-opengl here)
Lines 30-35 Link Here
30
		>=x11-libs/libdrm-2.4.55[${MULTILIB_USEDEP}]
30
		>=x11-libs/libdrm-2.4.55[${MULTILIB_USEDEP}]
31
		>=dev-libs/wayland-protocols-1.4
31
		>=dev-libs/wayland-protocols-1.4
32
	)
32
	)
33
	webrtc? ( media-libs/webrtc-audio-processing )
33
34
34
	gtk? ( >=media-plugins/gst-plugins-gtk-${PV}:${SLOT}[${MULTILIB_USEDEP}] )
35
	gtk? ( >=media-plugins/gst-plugins-gtk-${PV}:${SLOT}[${MULTILIB_USEDEP}] )
35
	orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
36
	orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
Lines 67-72 Link Here
67
		$(use_enable vcd) \
68
		$(use_enable vcd) \
68
		$(use_enable vnc librfb) \
69
		$(use_enable vnc librfb) \
69
		$(use_enable wayland) \
70
		$(use_enable wayland) \
71
		$(use_enable webrtc) \
72
		$(use_enable webrtc webrtcdsp) \
70
		--disable-examples \
73
		--disable-examples \
71
		--disable-debug \
74
		--disable-debug \
72
		--without-player-tests \
75
		--without-player-tests \

Return to bug 673282