# HG changeset patch # User Christopher Rogers # Date 1305906144 0 # Node ID 9e2498de4e46aebf77969548487c01895c932acd # Parent beb75c582d6c28b459f10fe8778a96e77316e54f Up: gst-plugins-base to 0.10.34. Add $CONFIGURE_ARGS. diff -r beb75c582d6c -r 9e2498de4e46 gst-plugins-base-dev/receipt --- a/gst-plugins-base-dev/receipt Fri May 20 15:36:47 2011 +0000 +++ b/gst-plugins-base-dev/receipt Fri May 20 15:42:24 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gst-plugins-base-dev" -VERSION="0.10.32" +VERSION="0.10.34" SERIES="0.10" CATEGORY="development" SHORT_DESC="gst-pluginds-base devel files" diff -r beb75c582d6c -r 9e2498de4e46 gst-plugins-base/receipt --- a/gst-plugins-base/receipt Fri May 20 15:36:47 2011 +0000 +++ b/gst-plugins-base/receipt Fri May 20 15:42:24 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gst-plugins-base" -VERSION="0.10.32" +VERSION="0.10.34" CATEGORY="multimedia" SHORT_DESC="GStreamer Base Plugins" MAINTAINER="jozee@slitaz.org" @@ -18,11 +18,10 @@ { cd $src ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --enable-experimental && + --enable-experimental $CONFIGURE_ARGS && make -j 4 && sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile && - make DESTDIR=$PWD/_pkg install - mkdir -p $PWD/_pkg/usr/bin/ + make install } # Rules to gen a SliTaz package suitable for Tazpkg.