# HG changeset patch # User Christopher Rogers # Date 1305906582 0 # Node ID 8446e6bd92c2fb7e3f0e41f48810344653080c40 # Parent ea986d0deddc0ec86d65039048915d175c9814df Up: gst-plugins-good to 0.10.29. Add $CONFIGURE_ARGS. diff -r ea986d0deddc -r 8446e6bd92c2 gst-plugins-good-dev/receipt --- a/gst-plugins-good-dev/receipt Fri May 20 21:50:33 2011 +0200 +++ b/gst-plugins-good-dev/receipt Fri May 20 15:49:42 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gst-plugins-good-dev" -VERSION="0.10.27" +VERSION="0.10.29" SERIES="0.10" CATEGORY="development" SHORT_DESC="gst-plugins-good devel files" diff -r ea986d0deddc -r 8446e6bd92c2 gst-plugins-good/receipt --- a/gst-plugins-good/receipt Fri May 20 21:50:33 2011 +0200 +++ b/gst-plugins-good/receipt Fri May 20 15:49:42 2011 +0000 @@ -1,18 +1,21 @@ # SliTaz package receipt. PACKAGE="gst-plugins-good" -VERSION="0.10.27" +VERSION="0.10.29" CATEGORY="multimedia" SHORT_DESC="GStreamer Good Plugins" MAINTAINER="jozee@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://gstreamer.freedesktop.org/" +WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" + DEPENDS="libxml2 gst-plugins-base gtk+ bzlib dbus flac hal libdv taglib \ xorg-libXcomposite xorg-libXcursor xorg-libXfixes xorg-libXinerama \ xorg-libXrandr xorg-libXrender GConf libsoup esound libavc1394 libiec61883 \ libv4l libtasn1 wavpack" -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" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://gstreamer.freedesktop.org/" -WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" +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" # Rules to configure and make the package. compile_rules() @@ -21,9 +24,10 @@ sed -i 's/String::String/String/' ext/taglib/gstapev2mux.cc ./configure \ --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --enable-experimental --disable-static --disable-speex && + --enable-experimental --disable-static --disable-speex \ + $CONFIGURE_ARGS && make -j 4 && - make DESTDIR=$PWD/_pkg install + make install } # Rules to gen a SliTaz package suitable for Tazpkg.