wok rev 10118

Up: gst-plugins-bad to 0.10.22. Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 16:07:11 2011 +0000 (2011-05-20)
parents 8446e6bd92c2
children 9f3effe71921 8419c958c48c
files gst-plugins-bad-dev/receipt gst-plugins-bad/receipt
line diff
     1.1 --- a/gst-plugins-bad-dev/receipt	Fri May 20 15:49:42 2011 +0000
     1.2 +++ b/gst-plugins-bad-dev/receipt	Fri May 20 16:07:11 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gst-plugins-bad-dev"
     1.7 -VERSION="0.10.21"
     1.8 +VERSION="0.10.22"
     1.9  SERIES="0.10"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="gst-plugins-bad devel files"
     2.1 --- a/gst-plugins-bad/receipt	Fri May 20 15:49:42 2011 +0000
     2.2 +++ b/gst-plugins-bad/receipt	Fri May 20 16:07:11 2011 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="gst-plugins-bad"
     2.7 -VERSION="0.10.21"
     2.8 +VERSION="0.10.22"
     2.9  CATEGORY="multimedia"
    2.10  SHORT_DESC="GStreamer Bad Plugins"
    2.11  MAINTAINER="jozee@slitaz.org"
    2.12 @@ -17,9 +17,10 @@
    2.13  compile_rules()
    2.14  {
    2.15  	cd $src
    2.16 -	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-experimental &&
    2.17 +	./configure --prefix=/usr --sysconfdir=/etc \
    2.18 +	--localstatedir=/var --enable-experimental $CONFIGURE_ARGS &&
    2.19  	make -j 4 &&
    2.20 -	make DESTDIR=$PWD/_pkg install	
    2.21 +	make install	
    2.22  }
    2.23  
    2.24  # Rules to gen a SliTaz package suitable for Tazpkg.