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

Collapse All | Expand All

(-)gst-plugins-0.8.12.ebuild.orig (-3 / +5 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.8.12.ebuild,v 1.2 2006/02/27 14:14:04 zaheerm Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.8.12.ebuild,v 1.2 2006/02/27 14:14:04 zaheerm Exp $
4
4
5
# order is important, gnome2 after gst-plugins
5
# order is important, gnome2 after gst-plugins
6
inherit gst-plugins gnome2 eutils flag-o-matic libtool
6
inherit gst-plugins gnome2 eutils flag-o-matic libtool autotools
7
7
8
DESCRIPTION="Basepack of plugins for gstreamer"
8
DESCRIPTION="Basepack of plugins for gstreamer"
9
HOMEPAGE="http://gstreamer.net/"
9
HOMEPAGE="http://gstreamer.net/"
Lines 33-44 Link Here
33
src_unpack() {
33
src_unpack() {
34
34
35
	unpack ${A}
35
	unpack ${A}
36
	cd "${S}"
37
	epatch "${FILESDIR}"/${P}-as-needed.patch
38
	eautomake
39
	elibtoolize
36
}
40
}
37
41
38
src_compile() {
42
src_compile() {
39
43
40
	elibtoolize
41
42
	# gst doesnt handle optimisations well
44
	# gst doesnt handle optimisations well
43
	strip-flags
45
	strip-flags
44
	replace-flags "-O3" "-O2"
46
	replace-flags "-O3" "-O2"

Return to bug 132493