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

(-)a/oxine-0.6.3-r1.ebuild (-2 / +6 lines)
Lines 37-43 DEPEND="${RDEPEND} Link Here
37
pkg_setup() {
37
pkg_setup() {
38
38
39
	# Check for USE flag deps
39
	# Check for USE flag deps
40
	ewarn "Checking USE flags of dependencies .. this may take a moment"
40
	einfo "Checking USE flags of dependencies .. this may take a moment"
41
41
42
	# Video4Linux support
42
	# Video4Linux support
43
	if use v4l && ! built_with_use media-libs/xine-lib v4l ; then
43
	if use v4l && ! built_with_use media-libs/xine-lib v4l ; then
Lines 82-92 src_unpack() { Link Here
82
	unpack ${MY_P}.tar.gz
82
	unpack ${MY_P}.tar.gz
83
	cd "${S}"
83
	cd "${S}"
84
	epatch ${DISTDIR}/${PN}-0_6_0-to-0_6_3.patch
84
	epatch ${DISTDIR}/${PN}-0_6_0-to-0_6_3.patch
85
	
86
	# We have no configure.in in this package and aclocal.m4 is actually machine
87
	# generated. Play a trick on eaclocal here so it does not run aclocal that
88
	# is unneeded anyway: make it believe aclocal.m4 is carefully hand-crafted.
89
	sed -i -e 1d aclocal.m4
85
	AT_M4DIR="m4" eautoreconf
90
	AT_M4DIR="m4" eautoreconf
86
}
91
}
87
92
88
src_compile() {
93
src_compile() {
89
90
	# Note: Initial testing on amd64 indicates that the build will break
94
	# Note: Initial testing on amd64 indicates that the build will break
91
	# on --disable-curltest or --disable-xinetest so don't enable them
95
	# on --disable-curltest or --disable-xinetest so don't enable them
92
	# if debug is set.
96
	# if debug is set.

Return to bug 222303