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

(-)gst-plugins-base-1.8.2.ebuild (-1 / +4 lines)
Lines 13-23 Link Here
13
LICENSE="GPL-2+ LGPL-2+"
13
LICENSE="GPL-2+ LGPL-2+"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
15
15
16
IUSE="alsa +introspection ivorbis +ogg +orc +pango theora +vorbis X"
16
IUSE="alsa +introspection ivorbis +ogg opus +orc +pango theora +vorbis X"
17
REQUIRED_USE="
17
REQUIRED_USE="
18
	ivorbis? ( ogg )
18
	ivorbis? ( ogg )
19
	theora? ( ogg )
19
	theora? ( ogg )
20
	vorbis? ( ogg )
20
	vorbis? ( ogg )
21
	opus? ( ogg )
21
"
22
"
22
23
23
RDEPEND="
24
RDEPEND="
Lines 29-34 Link Here
29
	introspection? ( >=dev-libs/gobject-introspection-1.31.1:= )
30
	introspection? ( >=dev-libs/gobject-introspection-1.31.1:= )
30
	ivorbis? ( >=media-libs/tremor-0_pre20130223[${MULTILIB_USEDEP}] )
31
	ivorbis? ( >=media-libs/tremor-0_pre20130223[${MULTILIB_USEDEP}] )
31
	ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] )
32
	ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] )
33
	opus? ( >=media-libs/opus-1.1[${MULTILIB_USEDEP}] )
32
	orc? ( >=dev-lang/orc-0.4.23[${MULTILIB_USEDEP}] )
34
	orc? ( >=dev-lang/orc-0.4.23[${MULTILIB_USEDEP}] )
33
	pango? ( >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}] )
35
	pango? ( >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}] )
34
	theora? ( >=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}] )
36
	theora? ( >=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}] )
Lines 52-57 Link Here
52
		$(multilib_native_use_enable introspection) \
54
		$(multilib_native_use_enable introspection) \
53
		$(use_enable ivorbis) \
55
		$(use_enable ivorbis) \
54
		$(use_enable ogg) \
56
		$(use_enable ogg) \
57
		$(use_enable opus) \
55
		$(use_enable orc) \
58
		$(use_enable orc) \
56
		$(use_enable pango) \
59
		$(use_enable pango) \
57
		$(use_enable theora) \
60
		$(use_enable theora) \

Return to bug 589440