--- gst-plugins-0.8.12.ebuild.orig 2006-05-06 21:50:48.000000000 +0200 +++ gst-plugins-0.8.12.ebuild 2006-05-06 22:13:45.000000000 +0200 @@ -3,7 +3,7 @@ # $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 $ # order is important, gnome2 after gst-plugins -inherit gst-plugins gnome2 eutils flag-o-matic libtool +inherit gst-plugins gnome2 eutils flag-o-matic libtool autotools DESCRIPTION="Basepack of plugins for gstreamer" HOMEPAGE="http://gstreamer.net/" @@ -33,12 +33,14 @@ src_unpack() { unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-as-needed.patch + eautomake + elibtoolize } src_compile() { - elibtoolize - # gst doesnt handle optimisations well strip-flags replace-flags "-O3" "-O2"