Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Sun, 4 Jul 2004 17:32:05 +0000 (17:32 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 4 Jul 2004 17:32:05 +0000 (17:32 +0000)
into dixie.nexus.co.uk:/home/pb/oe/oe-packages

2004/07/04 18:31:44+01:00 nexus.co.uk!pb
build fixes for gst-plugins

BKrev: 40e83f15TlX0PjDSswwxdKVMzN5H8g

gstreamer/gst-plugins_0.8.1.oe

index 3c7ce50..fbf75e8 100644 (file)
@@ -8,7 +8,7 @@ DEPENDS = "gstreamer esound-gpe zlib libmikmod libmad libogg tremor libvorbis li
 SRC_URI = "http://gstreamer.freedesktop.org/src/gst-plugins/gst-plugins-${PV}.tar.bz2 \
           file://ivorbis.patch;patch=1"
 
-EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --disable-esd"
+EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --disable-esd --disable-aalib --disable-arts --disable-artsc --disable-libfame"
 
 inherit autotools  pkgconfig
 
@@ -26,5 +26,5 @@ python populate_packages_prepend () {
 do_stage() {
        install -d ${STAGING_INCDIR}/gstreamer-0.8/gst/gconf/
        install -m 0644 gst-libs/gst/gconf/gconf.h ${STAGING_INCDIR}/gstreamer-0.8/gst/gconf/
-       oe_libinstall -C gst-libs/gst/gconf -so libgstgconf-0.8
+       oe_libinstall -C gst-libs/gst/gconf -so libgstgconf-0.8 ${STAGING_LIBDIR}
 }