Cleaned up the ebuild before emerging....It seems to compile fine for me like this..Result: rebuilding user_registry loaded 121 plugins with 175 features ;-) Rogi
Created attachment 4099 [details] gst-plugins-0.4.1.ebuild Enjoy...
How does this differ from the version already in portage? (A patch instead please, easier)
lappy gst-plugins # diff -ur gst-plugins-0.4.1.orig.ebuild gst-plugins-0.4.1.ebuild > gst.diff lappy gst-plugins # cat gst.diff --- gst-plugins-0.4.1.orig.ebuild Wed Sep 25 09:25:06 2002 +++ gst-plugins-0.4.1.ebuild Wed Sep 25 09:25:55 2002 @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /home/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.4.1.ebuild,v 1.1 2002/09/22 21:55:02 spider Exp $ +# $Header: /home/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.4.0-r1.ebuild,v 1.2 2002/08/25 10:25:29 spider Exp $ inherit libtool inherit gnome2 @@ -21,13 +21,11 @@ DEPEND=">=media-libs/gstreamer-0.4.1 >=gnome-base/gconf-1.2.0 media-sound/mad - media-libs/flac dvd? ( >=media-libs/libdv-0.9.5 ) oggvorbis? ( media-libs/libvorbis media-libs/libogg ) media-sound/lame media-sound/cdparanoia - media-sound/jack-audio-connection-kit media-libs/hermes media-libs/openquicktime jpeg? ( media-video/mjpegtools @@ -45,27 +43,19 @@ # xmms is off-per-default # media-sound/xmms # aalib? ( media-libs/aalib ) - +#media-sound/jack-audio-connection-kit RDEPEND="${DEPEND}" src_compile() { elibtoolize - # this is an ugly patch to remove -I/usr/include from some CFLAGS - patch -p0 <${FILESDIR}/${P}-configure.patch local myconf - # aalib broken - # libdv is broken - # dvdnav is broken - myconf="--disable-libdv --disable-aalib --disable-dvdnav" + myconf="--enable-dv --enable-smoothwave --enable-experimental --disable-tarkin" use avi \ && myconf="${myconf} --enable-avifile" \ || myconf="${myconf} --disable-avifile" - # not testing for much here, since if its in USE we want it, but its autodetected by configure - ./configure \ ${myconf} \ - --without-vorbis-includes \ - --host=${CHOST} \ + --build=${CHOST} \ Regards, Rigob
Actually jack DOES work 4 me now, so 4get that in the diff....
the version already in portage alreay compiles fine for me. I don't see what this one adds. Altough there could be things added to this ebuild, like an mpeg flag .. ill see what i can do sometime soon.
As I told Spider some posts before, I was trying to compile with aalib, libdv & dvdnav but according to the Changelog it's been tested & failed once more... Closing bug, works for me.. Rigo