# HG changeset patch # User Rohit Joshi # Date 1240399697 0 # Node ID 0d01a129e9a6757647743b2f17ee217013ff854c # Parent c16d0d2a2591d734f32038306d3cf71789af9958 Fix: gst-plugins-bad BUILD_DEPENDS diff -r c16d0d2a2591 -r 0d01a129e9a6 gst-plugins-bad/receipt --- a/gst-plugins-bad/receipt Wed Apr 22 11:11:27 2009 +0000 +++ b/gst-plugins-bad/receipt Wed Apr 22 11:28:17 2009 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="GStreamer Bad Plugins" MAINTAINER="jozee@slitaz.org" DEPENDS="libxml2 gst-plugins-base" -BUILD_DEPENDS="pkg-config gst-plugins-base gst-plugins-base-dev" +BUILD_DEPENDS="pkg-config glib-dev gst-plugins-base gst-plugins-base-dev liboil-dev gstreamer-dev libxml2-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://gstreamer.freedesktop.org/" WGET_URL="$WEB_SITE/src/gst-plugins-bad/$TARBALL" @@ -17,15 +17,13 @@ cd $src ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-experimental && make && - make DESTDIR=$PWD/_pkg install - mkdir -p $PWD/_pkg/usr/bin/ + make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/lib/gstreamer* $fs/usr/lib rm $fs/usr/lib/gstreamer*/*.*a