# HG changeset patch # User Christopher Rogers # Date 1305907631 0 # Node ID f0e9833477fdbc0b07b618e4ab2d2ba9a8969fdd # Parent 8446e6bd92c2fb7e3f0e41f48810344653080c40 Up: gst-plugins-bad to 0.10.22. Add $CONFIGURE_ARGS. diff -r 8446e6bd92c2 -r f0e9833477fd gst-plugins-bad-dev/receipt --- a/gst-plugins-bad-dev/receipt Fri May 20 15:49:42 2011 +0000 +++ b/gst-plugins-bad-dev/receipt Fri May 20 16:07:11 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gst-plugins-bad-dev" -VERSION="0.10.21" +VERSION="0.10.22" SERIES="0.10" CATEGORY="development" SHORT_DESC="gst-plugins-bad devel files" diff -r 8446e6bd92c2 -r f0e9833477fd gst-plugins-bad/receipt --- a/gst-plugins-bad/receipt Fri May 20 15:49:42 2011 +0000 +++ b/gst-plugins-bad/receipt Fri May 20 16:07:11 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gst-plugins-bad" -VERSION="0.10.21" +VERSION="0.10.22" CATEGORY="multimedia" SHORT_DESC="GStreamer Bad Plugins" MAINTAINER="jozee@slitaz.org" @@ -17,9 +17,10 @@ compile_rules() { cd $src - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-experimental && + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --enable-experimental $CONFIGURE_ARGS && make -j 4 && - make DESTDIR=$PWD/_pkg install + make install } # Rules to gen a SliTaz package suitable for Tazpkg.