Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 429280 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +5 lines)
Line  Link Here
0
-- app-cdr/brasero/brasero-2.32.1-r1.ebuild
0
++ app-cdr/brasero/brasero-2.32.1-r1.ebuild
Lines 26-31 Link Here
26
	>=media-libs/gst-plugins-base-0.10:0.10
26
	>=media-libs/gst-plugins-base-0.10:0.10
27
	>=dev-libs/libxml2-2.6:2
27
	>=dev-libs/libxml2-2.6:2
28
	>=dev-libs/libunique-1:1
28
	>=dev-libs/libunique-1:1
29
	x11-libs/libICE
29
	x11-libs/libSM
30
	x11-libs/libSM
30
	introspection? ( >=dev-libs/gobject-introspection-0.6.3 )
31
	introspection? ( >=dev-libs/gobject-introspection-0.6.3 )
31
	libburn? (
32
	libburn? (
Lines 59-64 Link Here
59
60
60
pkg_setup() {
61
pkg_setup() {
61
	G2CONF="${G2CONF}
62
	G2CONF="${G2CONF}
63
		--disable-silent-rules
62
		--disable-scrollkeeper
64
		--disable-scrollkeeper
63
		--disable-caches
65
		--disable-caches
64
		--disable-dependency-tracking
66
		--disable-dependency-tracking
Lines 79-84 Link Here
79
}
81
}
80
82
81
src_prepare() {
83
src_prepare() {
84
	epatch "${FILESDIR}"/${P}-underlinking.patch
85
82
	# Fix link against installed libraries, bug #340767
86
	# Fix link against installed libraries, bug #340767
83
	epatch "${FILESDIR}/${PN}-2.32.0-build-plugins-against-local-library.patch"
87
	epatch "${FILESDIR}/${PN}-2.32.0-build-plugins-against-local-library.patch"
84
88

Return to bug 429280