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

Collapse All | Expand All

(-)gstreamermm-0.10.7.ebuild.orig (-1 / +6 lines)
Lines 4-10 Link Here
4
4
5
EAPI=2
5
EAPI=2
6
6
7
inherit gnome2
7
inherit eutils gnome2
8
8
9
DESCRIPTION="C++ interface for GStreamer"
9
DESCRIPTION="C++ interface for GStreamer"
10
HOMEPAGE="http://gstreamer.freedesktop.org/bindings/cplusplus.html"
10
HOMEPAGE="http://gstreamer.freedesktop.org/bindings/cplusplus.html"
Lines 26-31 Link Here
26
DEPEND="${RDEPEND}
26
DEPEND="${RDEPEND}
27
	dev-util/pkgconfig"
27
	dev-util/pkgconfig"
28
28
29
src_prepare(){
30
	epatch "${FILESDIR}"/${P}-gcc45.patch
31
	gnome2_src_prepare
32
}
33
29
src_test() {
34
src_test() {
30
	# explicitly allow parallel make of tests: they are not built in
35
	# explicitly allow parallel make of tests: they are not built in
31
	# src_compile() and indeed we'd slow down tremendously to run this
36
	# src_compile() and indeed we'd slow down tremendously to run this

Return to bug 319375