wok-4.x rev 10114
Up: gst-plugins-base to 0.10.34. Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 15:42:24 2011 +0000 (2011-05-20) |
parents | beb75c582d6c |
children | f9b603493da1 |
files | gst-plugins-base-dev/receipt gst-plugins-base/receipt |
line diff
1.1 --- a/gst-plugins-base-dev/receipt Fri May 20 15:36:47 2011 +0000 1.2 +++ b/gst-plugins-base-dev/receipt Fri May 20 15:42:24 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gst-plugins-base-dev" 1.7 -VERSION="0.10.32" 1.8 +VERSION="0.10.34" 1.9 SERIES="0.10" 1.10 CATEGORY="development" 1.11 SHORT_DESC="gst-pluginds-base devel files"
2.1 --- a/gst-plugins-base/receipt Fri May 20 15:36:47 2011 +0000 2.2 +++ b/gst-plugins-base/receipt Fri May 20 15:42:24 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="gst-plugins-base" 2.7 -VERSION="0.10.32" 2.8 +VERSION="0.10.34" 2.9 CATEGORY="multimedia" 2.10 SHORT_DESC="GStreamer Base Plugins" 2.11 MAINTAINER="jozee@slitaz.org" 2.12 @@ -18,11 +18,10 @@ 2.13 { 2.14 cd $src 2.15 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ 2.16 - --enable-experimental && 2.17 + --enable-experimental $CONFIGURE_ARGS && 2.18 make -j 4 && 2.19 sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile && 2.20 - make DESTDIR=$PWD/_pkg install 2.21 - mkdir -p $PWD/_pkg/usr/bin/ 2.22 + make install 2.23 } 2.24 2.25 # Rules to gen a SliTaz package suitable for Tazpkg.