wok diff gst-plugins-good/receipt @ rev 10117

Up: gst-plugins-good to 0.10.29. Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 15:49:42 2011 +0000 (2011-05-20)
parents ac2337e80c99
children 9dba33de3017
line diff
     1.1 --- a/gst-plugins-good/receipt	Fri Jan 21 19:50:24 2011 +0000
     1.2 +++ b/gst-plugins-good/receipt	Fri May 20 15:49:42 2011 +0000
     1.3 @@ -1,18 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gst-plugins-good"
     1.7 -VERSION="0.10.27"
     1.8 +VERSION="0.10.29"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="GStreamer Good Plugins"
    1.11  MAINTAINER="jozee@slitaz.org"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 +WEB_SITE="http://gstreamer.freedesktop.org/" 
    1.14 +WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"
    1.15 +
    1.16  DEPENDS="libxml2 gst-plugins-base gtk+ bzlib dbus flac hal libdv taglib \
    1.17  xorg-libXcomposite xorg-libXcursor xorg-libXfixes xorg-libXinerama \
    1.18  xorg-libXrandr xorg-libXrender GConf libsoup esound libavc1394 libiec61883 \
    1.19  libv4l libtasn1 wavpack"
    1.20 -BUILD_DEPENDS="pkg-config gst-plugins-base gst-plugins-base-dev libogg-dev liboil-dev gstreamer-dev libxml2-dev glib-dev libjpeg jpeg-dev bzip2-dev wavpack-dev"
    1.21 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.22 -WEB_SITE="http://gstreamer.freedesktop.org/" 
    1.23 -WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"
    1.24 +BUILD_DEPENDS="pkg-config gst-plugins-base gst-plugins-base-dev libogg-dev \
    1.25 +liboil-dev gstreamer-dev libxml2-dev glib-dev libjpeg jpeg-dev bzip2-dev \
    1.26 +wavpack-dev"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30 @@ -21,9 +24,10 @@
    1.31  	sed -i 's/String::String/String/' ext/taglib/gstapev2mux.cc
    1.32  	./configure \
    1.33  		--prefix=/usr --sysconfdir=/etc --localstatedir=/var \
    1.34 -		--enable-experimental --disable-static --disable-speex &&
    1.35 +		--enable-experimental --disable-static --disable-speex \
    1.36 +		$CONFIGURE_ARGS &&
    1.37  	make -j 4 &&
    1.38 -	make DESTDIR=$PWD/_pkg install	
    1.39 +	make install	
    1.40  }
    1.41  
    1.42  # Rules to gen a SliTaz package suitable for Tazpkg.