wok diff gst-plugins-base/receipt @ rev 10134

Up: libevent to 2.0.11.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 17:28:46 2011 +0000 (2011-05-20)
parents 065dd5076f8a
children 36bd6d3d2b60
line diff
     1.1 --- a/gst-plugins-base/receipt	Fri Jan 21 19:48:28 2011 +0000
     1.2 +++ b/gst-plugins-base/receipt	Fri May 20 17:28:46 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gst-plugins-base"
     1.7 -VERSION="0.10.32"
     1.8 +VERSION="0.10.34"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="GStreamer Base Plugins"
    1.11  MAINTAINER="jozee@slitaz.org"
    1.12 @@ -18,11 +18,10 @@
    1.13  {
    1.14  	cd $src
    1.15  	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
    1.16 -	--enable-experimental &&
    1.17 +	--enable-experimental $CONFIGURE_ARGS &&
    1.18  	make -j 4 &&
    1.19  	sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile &&
    1.20 -	make DESTDIR=$PWD/_pkg install
    1.21 -	mkdir -p $PWD/_pkg/usr/bin/	
    1.22 +	make install	
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.