wok rev 2674

Add everything for Gstreamer Framework
author Rohit Joshi <jozee@slitaz.org>
date Tue Apr 21 12:33:49 2009 +0000 (2009-04-21)
parents 87b1b179ac70
children 7d6849d4f7bc
files gst-ffmpeg/receipt gst-plugins-bad-dev/receipt gst-plugins-bad/receipt gst-plugins-base-dev/receipt gst-plugins-base/receipt gst-plugins-good-dev/receipt gst-plugins-good/receipt gst-plugins-ugly-dev/receipt gst-plugins-ugly/receipt gst-python-dev/receipt gst-python/receipt gstreamer-dev/receipt gstreamer/receipt liboil-dev/receipt liboil/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gst-ffmpeg/receipt	Tue Apr 21 12:33:49 2009 +0000
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gst-ffmpeg"
     1.7 +VERSION="0.10.6"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="GStreamer FFmpeg Plugins"
    1.10 +MAINTAINER="jozee@slitaz.org"
    1.11 +DEPENDS="gstreamer gst-plugins-base ffmpeg"
    1.12 +BUILD_DEPENDS="pkg-config gstreamer-dev gst-plugins-base-dev ffmpeg-dev"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://gstreamer.freedesktop.org/" 
    1.15 +WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	./configure \
    1.22 +		--prefix=/usr \
    1.23 +		--with-system-ffmpeg &&
    1.24 +	make &&
    1.25 +	make DESTDIR=$PWD/_pkg install
    1.26 +}
    1.27 +
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	mkdir -p $fs/usr/lib
    1.32 +	cp -a $_pkg/usr/lib/gstreamer* $fs/usr/lib
    1.33 +	rm $fs/usr/lib/gstreamer*/*.*a
    1.34 +
    1.35 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/gst-plugins-bad-dev/receipt	Tue Apr 21 12:33:49 2009 +0000
     2.3 @@ -0,0 +1,19 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="gst-plugins-bad-dev"
     2.7 +VERSION="0.10.11"
     2.8 +SERIES="0.10"
     2.9 +CATEGORY="development"
    2.10 +SHORT_DESC="gst-plugins-bad devel files"
    2.11 +MAINTAINER="jozee@slitaz.org"
    2.12 +WANTED="gst-plugins-bad"
    2.13 +WEB_SITE="http://gstreamer.freedesktop.org/"
    2.14 +
    2.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.16 +genpkg_rules()
    2.17 +{
    2.18 +	mkdir -p $fs/usr/lib $fs/usr/lib/gstreamer-$SERIES
    2.19 +	cp -a $_pkg/usr/include $fs/usr
    2.20 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/
    2.21 +	cp -a $_pkg/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES/
    2.22 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/gst-plugins-bad/receipt	Tue Apr 21 12:33:49 2009 +0000
     3.3 @@ -0,0 +1,33 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="gst-plugins-bad"
     3.7 +VERSION="0.10.11"
     3.8 +CATEGORY="multimedia"
     3.9 +SHORT_DESC="GStreamer Bad Plugins"
    3.10 +MAINTAINER="jozee@slitaz.org"
    3.11 +DEPENDS="libxml2 gst-plugins-base"
    3.12 +BUILD_DEPENDS="pkg-config gst-plugins-base gst-plugins-base-dev"
    3.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.14 +WEB_SITE="http://gstreamer.freedesktop.org/" 
    3.15 +WGET_URL="$WEB_SITE/src/gst-plugins-bad/$TARBALL"
    3.16 +
    3.17 +# Rules to configure and make the package.
    3.18 +compile_rules()
    3.19 +{
    3.20 +	cd $src
    3.21 +	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-experimental &&
    3.22 +	make &&
    3.23 +	make DESTDIR=$PWD/_pkg install
    3.24 +	mkdir -p $PWD/_pkg/usr/bin/	
    3.25 +}
    3.26 +
    3.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.28 +genpkg_rules()
    3.29 +{
    3.30 +	mkdir -p $fs/usr/lib
    3.31 +	cp -a $_pkg/usr/bin $fs/usr
    3.32 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    3.33 +	cp -a $_pkg/usr/lib/gstreamer* $fs/usr/lib
    3.34 +	rm $fs/usr/lib/gstreamer*/*.*a
    3.35 +
    3.36 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/gst-plugins-base-dev/receipt	Tue Apr 21 12:33:49 2009 +0000
     4.3 @@ -0,0 +1,20 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="gst-plugins-base-dev"
     4.7 +VERSION="0.10.22"
     4.8 +SERIES="0.10"
     4.9 +CATEGORY="development"
    4.10 +SHORT_DESC="gst-pluginds-base devel files"
    4.11 +MAINTAINER="jozee@slitaz.org"
    4.12 +WANTED="gst-plugins-base"
    4.13 +WEB_SITE="http://gstreamer.freedesktop.org/"
    4.14 +
    4.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.16 +genpkg_rules()
    4.17 +{
    4.18 +	mkdir -p $fs/usr/lib $fs/usr/lib/gstreamer-$SERIES/
    4.19 +	cp -a $_pkg/usr/include $fs/usr
    4.20 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    4.21 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/
    4.22 +	cp -a $_pkg/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES/
    4.23 +}
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/gst-plugins-base/receipt	Tue Apr 21 12:33:49 2009 +0000
     5.3 @@ -0,0 +1,34 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="gst-plugins-base"
     5.7 +VERSION="0.10.22"
     5.8 +CATEGORY="multimedia"
     5.9 +SHORT_DESC="GStreamer Base Plugins"
    5.10 +MAINTAINER="jozee@slitaz.org"
    5.11 +DEPENDS="libxml2 alsa-lib cdparanoia-III libvorbis libtheora gstreamer liboil libtheora-enc"
    5.12 +BUILD_DEPENDS="pkg-config alsa-lib-dev liboil liboil-dev gstreamer-dev libtheora-enc libtheora-dev libvorbis-dev cdparanoia-III-dev libxml2-dev"
    5.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    5.14 +WEB_SITE="http://gstreamer.freedesktop.org/" 
    5.15 +WGET_URL="$WEB_SITE/src/gst-plugins-base/$TARBALL"
    5.16 +
    5.17 +# Rules to configure and make the package.
    5.18 +compile_rules()
    5.19 +{
    5.20 +	cd $src
    5.21 +	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
    5.22 +	--enable-experimental &&
    5.23 +	make &&
    5.24 +	make DESTDIR=$PWD/_pkg install
    5.25 +	mkdir -p $PWD/_pkg/usr/bin/	
    5.26 +}
    5.27 +
    5.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.29 +genpkg_rules()
    5.30 +{
    5.31 +	mkdir -p $fs/usr/lib
    5.32 +	cp -a $_pkg/usr/bin $fs/usr
    5.33 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    5.34 +	cp -a $_pkg/usr/lib/gstreamer* $fs/usr/lib
    5.35 +	rm $fs/usr/lib/gstreamer*/*.*a
    5.36 +
    5.37 +}
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/gst-plugins-good-dev/receipt	Tue Apr 21 12:33:49 2009 +0000
     6.3 @@ -0,0 +1,17 @@
     6.4 +# SliTaz package receipt.
     6.5 +
     6.6 +PACKAGE="gst-plugins-good-dev"
     6.7 +VERSION="0.10.14"
     6.8 +SERIES="0.10"
     6.9 +CATEGORY="development"
    6.10 +SHORT_DESC="gst-plugins-good devel files"
    6.11 +MAINTAINER="jozee@slitaz.org"
    6.12 +WANTED="gst-plugins-good"
    6.13 +WEB_SITE="http://gstreamer.freedesktop.org/"
    6.14 +
    6.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    6.16 +genpkg_rules()
    6.17 +{
    6.18 +	mkdir -p $fs/usr/lib/gstreamer-$SERIES
    6.19 +	cp -a $_pkg/usr/lib/gstreamer*/*.*a $fs/usr/lib/gstreamer*/
    6.20 +}
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/gst-plugins-good/receipt	Tue Apr 21 12:33:49 2009 +0000
     7.3 @@ -0,0 +1,33 @@
     7.4 +# SliTaz package receipt.
     7.5 +
     7.6 +PACKAGE="gst-plugins-good"
     7.7 +VERSION="0.10.14"
     7.8 +CATEGORY="multimedia"
     7.9 +SHORT_DESC="GStreamer Good Plugins"
    7.10 +MAINTAINER="jozee@slitaz.org"
    7.11 +DEPENDS="libxml2 gst-plugins-base"
    7.12 +BUILD_DEPENDS="pkg-config gst-plugins-base gst-plugins-base-dev libogg-dev"
    7.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    7.14 +WEB_SITE="http://gstreamer.freedesktop.org/" 
    7.15 +WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"
    7.16 +
    7.17 +# Rules to configure and make the package.
    7.18 +compile_rules()
    7.19 +{
    7.20 +	cd $src
    7.21 +	./configure \
    7.22 +		--prefix=/usr --sysconfdir=/etc --localstatedir=/var \
    7.23 +		--enable-experimental --disable-static &&
    7.24 +	make &&
    7.25 +	make DESTDIR=$PWD/_pkg install	
    7.26 +}
    7.27 +
    7.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    7.29 +genpkg_rules()
    7.30 +{
    7.31 +	mkdir -p $fs/usr/lib $fs/usr/share
    7.32 +	cp -a $_pkg/usr/lib/gstreamer* $fs/usr/lib
    7.33 +	cp -a $_pkg/usr/share/gstreamer* $fs/usr/share
    7.34 +	rm $fs/usr/lib/gstreamer*/*.*a
    7.35 +
    7.36 +}
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/gst-plugins-ugly-dev/receipt	Tue Apr 21 12:33:49 2009 +0000
     8.3 @@ -0,0 +1,18 @@
     8.4 +# SliTaz package receipt.
     8.5 +
     8.6 +PACKAGE="gst-plugins-ugly-dev"
     8.7 +VERSION="0.10.11"
     8.8 +SERIES="0.10"
     8.9 +CATEGORY="development"
    8.10 +SHORT_DESC="gst-plugins-ugly devel files"
    8.11 +MAINTAINER="jozee@slitaz.org"
    8.12 +WANTED="gst-plugins-ugly"
    8.13 +WEB_SITE="http://gstreamer.freedesktop.org/"
    8.14 +
    8.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    8.16 +genpkg_rules()
    8.17 +{
    8.18 +	mkdir -p $fs/usr/lib/gstreamer-$SERIES
    8.19 +	cp -a $_pkg/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES/
    8.20 +	
    8.21 +}
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/gst-plugins-ugly/receipt	Tue Apr 21 12:33:49 2009 +0000
     9.3 @@ -0,0 +1,33 @@
     9.4 +# SliTaz package receipt.
     9.5 +
     9.6 +PACKAGE="gst-plugins-ugly"
     9.7 +VERSION="0.10.11"
     9.8 +CATEGORY="multimedia"
     9.9 +SHORT_DESC="GStreamer Bad Plugins"
    9.10 +MAINTAINER="jozee@slitaz.org"
    9.11 +DEPENDS="libxml2 gst-plugins-base"
    9.12 +BUILD_DEPENDS="pkg-config gst-plugins-base gst-plugins-base-dev"
    9.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    9.14 +WEB_SITE="http://gstreamer.freedesktop.org/" 
    9.15 +WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"
    9.16 +
    9.17 +# Rules to configure and make the package.
    9.18 +compile_rules()
    9.19 +{
    9.20 +	cd $src
    9.21 +	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var &&
    9.22 +	make &&
    9.23 +	make DESTDIR=$PWD/_pkg install
    9.24 +	mkdir -p $PWD/_pkg/usr/bin/	
    9.25 +}
    9.26 +
    9.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    9.28 +genpkg_rules()
    9.29 +{
    9.30 +	mkdir -p $fs/usr/lib
    9.31 +	cp -a $_pkg/usr/bin $fs/usr
    9.32 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    9.33 +	cp -a $_pkg/usr/lib/gstreamer* $fs/usr/lib
    9.34 +	rm $fs/usr/lib/gstreamer*/*.*a
    9.35 +
    9.36 +}
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/gst-python-dev/receipt	Tue Apr 21 12:33:49 2009 +0000
    10.3 @@ -0,0 +1,18 @@
    10.4 +# SliTaz package receipt.
    10.5 +
    10.6 +PACKAGE="gst-python-dev"
    10.7 +VERSION="0.10.14"
    10.8 +SERIES="0.10"
    10.9 +CATEGORY="development"
   10.10 +SHORT_DESC="gst-python devel files"
   10.11 +MAINTAINER="jozee@slitaz.org"
   10.12 +WANTED="gst-python"
   10.13 +WEB_SITE="http://gstreamer.freedesktop.org/"
   10.14 +
   10.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
   10.16 +genpkg_rules()
   10.17 +{
   10.18 +	mkdir -p $fs/usr/lib
   10.19 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   10.20 +	
   10.21 +}
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/gst-python/receipt	Tue Apr 21 12:33:49 2009 +0000
    11.3 @@ -0,0 +1,30 @@
    11.4 +# SliTaz package receipt.
    11.5 +
    11.6 +PACKAGE="gst-python"
    11.7 +VERSION="0.10.14"
    11.8 +CATEGORY="multimedia"
    11.9 +SHORT_DESC="GStreamer Python Plugins"
   11.10 +MAINTAINER="jozee@slitaz.org"
   11.11 +DEPENDS="pygobject gstreamer"
   11.12 +BUILD_DEPENDS="pygobject-dev gstreamer gstreamer-dev"
   11.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   11.14 +WEB_SITE="http://gstreamer.freedesktop.org/" 
   11.15 +WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"
   11.16 +
   11.17 +# Rules to configure and make the package.
   11.18 +compile_rules()
   11.19 +{
   11.20 +	cd $src
   11.21 +	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var &&
   11.22 +	make &&
   11.23 +	make DESTDIR=$PWD/_pkg install
   11.24 +}
   11.25 +
   11.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
   11.27 +genpkg_rules()
   11.28 +{
   11.29 +	mkdir -p $fs/usr/lib $fs/usr/share
   11.30 +	cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share
   11.31 +	cp -a $_pkg/usr/lib/python* $fs/usr/lib	
   11.32 +	
   11.33 +}
    12.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.2 +++ b/gstreamer-dev/receipt	Tue Apr 21 12:33:49 2009 +0000
    12.3 @@ -0,0 +1,19 @@
    12.4 +# SliTaz package receipt.
    12.5 +
    12.6 +PACKAGE="gstreamer-dev"
    12.7 +VERSION="0.10.22"
    12.8 +CATEGORY="development"
    12.9 +SHORT_DESC="gstreamer devel files"
   12.10 +MAINTAINER="jozee@slitaz.org"
   12.11 +WANTED="gstreamer"
   12.12 +WEB_SITE="http://gstreamer.freedesktop.org/"
   12.13 +
   12.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
   12.15 +genpkg_rules()
   12.16 +{
   12.17 +	mkdir -p $fs/usr/lib $fs/usr/share
   12.18 +	cp -a $_pkg/usr/include $fs/usr
   12.19 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   12.20 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/
   12.21 +	cp -a $_pkg/usr/share/aclocal $fs/usr/share
   12.22 +}
    13.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.2 +++ b/gstreamer/receipt	Tue Apr 21 12:33:49 2009 +0000
    13.3 @@ -0,0 +1,33 @@
    13.4 +# SliTaz package receipt.
    13.5 +
    13.6 +PACKAGE="gstreamer"
    13.7 +VERSION="0.10.22"
    13.8 +CATEGORY="multimedia"
    13.9 +SHORT_DESC="GStreamer Multimedia Framework"
   13.10 +MAINTAINER="jozee@slitaz.org"
   13.11 +DEPENDS="libxml2"
   13.12 +BUILD_DEPENDS="intltool pkg-config "
   13.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
   13.14 +WEB_SITE="http://gstreamer.freedesktop.org/" 
   13.15 +WGET_URL="$WEB_SITE/src/gstreamer/$TARBALL"
   13.16 +
   13.17 +# Rules to configure and make the package.
   13.18 +compile_rules()
   13.19 +{
   13.20 +	cd $src
   13.21 +	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   13.22 +				--disable-docs-build &&
   13.23 +	make
   13.24 +	make DESTDIR=$PWD/_pkg install
   13.25 +	mkdir -p $PWD/_pkg/usr/bin/	
   13.26 +}
   13.27 +
   13.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
   13.29 +genpkg_rules()
   13.30 +{
   13.31 +	mkdir -p $fs/usr/lib
   13.32 +	cp -a $_pkg/usr/bin $fs/usr
   13.33 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   13.34 +	cp -a $_pkg/usr/lib/gstreamer* $fs/usr/lib
   13.35 +
   13.36 +}
    14.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.2 +++ b/liboil-dev/receipt	Tue Apr 21 12:33:49 2009 +0000
    14.3 @@ -0,0 +1,18 @@
    14.4 +# SliTaz package receipt.
    14.5 +
    14.6 +PACKAGE="liboil-dev"
    14.7 +VERSION="0.3.15"
    14.8 +CATEGORY="development"
    14.9 +SHORT_DESC="Library of simple functions that are optimized for various CPUs"
   14.10 +MAINTAINER="jozee@slitaz.org"
   14.11 +WANTED="liboil"
   14.12 +WEB_SITE="http://liboil.freedesktop.org/download/"
   14.13 +
   14.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
   14.15 +genpkg_rules()
   14.16 +{
   14.17 +	mkdir -p $fs/usr/lib
   14.18 +	cp -a $_pkg/usr/include $fs/usr
   14.19 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   14.20 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/
   14.21 +}
    15.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.2 +++ b/liboil/receipt	Tue Apr 21 12:33:49 2009 +0000
    15.3 @@ -0,0 +1,29 @@
    15.4 +# SliTaz package receipt.
    15.5 +
    15.6 +PACKAGE="liboil"
    15.7 +VERSION="0.3.15"
    15.8 +CATEGORY="development"
    15.9 +SHORT_DESC="Library of simple functions that are optimized for various CPUs"
   15.10 +MAINTAINER="jozee@slitaz.org"
   15.11 +DEPENDS=""
   15.12 +BUILD_DEPENDS="glibc glibc-dev"
   15.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   15.14 +WEB_SITE="http://liboil.freedesktop.org/download/"
   15.15 +WGET_URL="$WEB_SITE/$TARBALL"
   15.16 +
   15.17 +# Rules to configure and make the package.
   15.18 +compile_rules()
   15.19 +{
   15.20 +	cd $src
   15.21 +	./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS
   15.22 +    make
   15.23 +    make DESTDIR=$PWD/_pkg install
   15.24 +}
   15.25 +
   15.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
   15.27 +genpkg_rules()
   15.28 +{
   15.29 +	mkdir -p $fs/usr/lib 
   15.30 +	cp -a $_pkg/usr/bin $fs/usr
   15.31 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib/
   15.32 +}