wok-current 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 | ea986d0deddc |
children | f0e9833477fd |
files | gst-plugins-good-dev/receipt gst-plugins-good/receipt |
line diff
1.1 --- a/gst-plugins-good-dev/receipt Fri May 20 21:50:33 2011 +0200 1.2 +++ b/gst-plugins-good-dev/receipt Fri May 20 15:49:42 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gst-plugins-good-dev" 1.7 -VERSION="0.10.27" 1.8 +VERSION="0.10.29" 1.9 SERIES="0.10" 1.10 CATEGORY="development" 1.11 SHORT_DESC="gst-plugins-good devel files"
2.1 --- a/gst-plugins-good/receipt Fri May 20 21:50:33 2011 +0200 2.2 +++ b/gst-plugins-good/receipt Fri May 20 15:49:42 2011 +0000 2.3 @@ -1,18 +1,21 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="gst-plugins-good" 2.7 -VERSION="0.10.27" 2.8 +VERSION="0.10.29" 2.9 CATEGORY="multimedia" 2.10 SHORT_DESC="GStreamer Good Plugins" 2.11 MAINTAINER="jozee@slitaz.org" 2.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.13 +WEB_SITE="http://gstreamer.freedesktop.org/" 2.14 +WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" 2.15 + 2.16 DEPENDS="libxml2 gst-plugins-base gtk+ bzlib dbus flac hal libdv taglib \ 2.17 xorg-libXcomposite xorg-libXcursor xorg-libXfixes xorg-libXinerama \ 2.18 xorg-libXrandr xorg-libXrender GConf libsoup esound libavc1394 libiec61883 \ 2.19 libv4l libtasn1 wavpack" 2.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" 2.21 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.22 -WEB_SITE="http://gstreamer.freedesktop.org/" 2.23 -WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" 2.24 +BUILD_DEPENDS="pkg-config gst-plugins-base gst-plugins-base-dev libogg-dev \ 2.25 +liboil-dev gstreamer-dev libxml2-dev glib-dev libjpeg jpeg-dev bzip2-dev \ 2.26 +wavpack-dev" 2.27 2.28 # Rules to configure and make the package. 2.29 compile_rules() 2.30 @@ -21,9 +24,10 @@ 2.31 sed -i 's/String::String/String/' ext/taglib/gstapev2mux.cc 2.32 ./configure \ 2.33 --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ 2.34 - --enable-experimental --disable-static --disable-speex && 2.35 + --enable-experimental --disable-static --disable-speex \ 2.36 + $CONFIGURE_ARGS && 2.37 make -j 4 && 2.38 - make DESTDIR=$PWD/_pkg install 2.39 + make install 2.40 } 2.41 2.42 # Rules to gen a SliTaz package suitable for Tazpkg.