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

(-)/opt/gentoo/home/../usr/portage/media-libs/gstreamer/gstreamer-0.10.28.ebuild (-4 / +4 lines)
Lines 15-26 Link Here
15
15
16
LICENSE="LGPL-2"
16
LICENSE="LGPL-2"
17
SLOT=${PV_MAJ_MIN}
17
SLOT=${PV_MAJ_MIN}
18
KEYWORDS="~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
18
KEYWORDS="~mips-irix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
19
IUSE="nls test"
19
IUSE="check nls test"
20
20
21
RDEPEND=">=dev-libs/glib-2.18:2
21
RDEPEND=">=dev-libs/glib-2.18:2
22
	dev-libs/libxml2
22
	dev-libs/libxml2
23
	>=dev-libs/check-0.9.2
23
	check? ( >=dev-libs/check-0.9.2 )
24
	!<media-libs/gst-plugins-base-0.10.26"
24
	!<media-libs/gst-plugins-base-0.10.26"
25
	# ^^ queue2 move, mustn't have both libgstcoreleements.so and libgstqueue2.so at runtime providing the element at once
25
	# ^^ queue2 move, mustn't have both libgstcoreleements.so and libgstqueue2.so at runtime providing the element at once
26
DEPEND="${RDEPEND}
26
DEPEND="${RDEPEND}
Lines 53-59 Link Here
53
		--disable-valgrind \
53
		--disable-valgrind \
54
		--disable-examples \
54
		--disable-examples \
55
		--disable-debug \
55
		--disable-debug \
56
		--enable-check \
56
		$( use_enable check ) \
57
		--disable-introspection \
57
		--disable-introspection \
58
		$(use_enable test tests) \
58
		$(use_enable test tests) \
59
		--with-package-name="GStreamer ebuild for Gentoo" \
59
		--with-package-name="GStreamer ebuild for Gentoo" \

Return to bug 320225