# HG changeset patch # User Rohit Joshi # Date 1240317229 0 # Node ID b69fa54df05560a700f253121438a1c64acdfed8 # Parent 87b1b179ac7042a09ffc90435cb11af8be7cfe92 Add everything for Gstreamer Framework diff -r 87b1b179ac70 -r b69fa54df055 gst-ffmpeg/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-ffmpeg/receipt Tue Apr 21 12:33:49 2009 +0000 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="gst-ffmpeg" +VERSION="0.10.6" +CATEGORY="multimedia" +SHORT_DESC="GStreamer FFmpeg Plugins" +MAINTAINER="jozee@slitaz.org" +DEPENDS="gstreamer gst-plugins-base ffmpeg" +BUILD_DEPENDS="pkg-config gstreamer-dev gst-plugins-base-dev ffmpeg-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://gstreamer.freedesktop.org/" +WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --with-system-ffmpeg && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/gstreamer* $fs/usr/lib + rm $fs/usr/lib/gstreamer*/*.*a + +} diff -r 87b1b179ac70 -r b69fa54df055 gst-plugins-bad-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-plugins-bad-dev/receipt Tue Apr 21 12:33:49 2009 +0000 @@ -0,0 +1,19 @@ +# SliTaz package receipt. + +PACKAGE="gst-plugins-bad-dev" +VERSION="0.10.11" +SERIES="0.10" +CATEGORY="development" +SHORT_DESC="gst-plugins-bad devel files" +MAINTAINER="jozee@slitaz.org" +WANTED="gst-plugins-bad" +WEB_SITE="http://gstreamer.freedesktop.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib $fs/usr/lib/gstreamer-$SERIES + cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/ + cp -a $_pkg/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES/ +} diff -r 87b1b179ac70 -r b69fa54df055 gst-plugins-bad/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-plugins-bad/receipt Tue Apr 21 12:33:49 2009 +0000 @@ -0,0 +1,33 @@ +# SliTaz package receipt. + +PACKAGE="gst-plugins-bad" +VERSION="0.10.11" +CATEGORY="multimedia" +SHORT_DESC="GStreamer Bad Plugins" +MAINTAINER="jozee@slitaz.org" +DEPENDS="libxml2 gst-plugins-base" +BUILD_DEPENDS="pkg-config gst-plugins-base gst-plugins-base-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://gstreamer.freedesktop.org/" +WGET_URL="$WEB_SITE/src/gst-plugins-bad/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-experimental && + make && + make DESTDIR=$PWD/_pkg install + mkdir -p $PWD/_pkg/usr/bin/ +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/lib/gstreamer* $fs/usr/lib + rm $fs/usr/lib/gstreamer*/*.*a + +} diff -r 87b1b179ac70 -r b69fa54df055 gst-plugins-base-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-plugins-base-dev/receipt Tue Apr 21 12:33:49 2009 +0000 @@ -0,0 +1,20 @@ +# SliTaz package receipt. + +PACKAGE="gst-plugins-base-dev" +VERSION="0.10.22" +SERIES="0.10" +CATEGORY="development" +SHORT_DESC="gst-pluginds-base devel files" +MAINTAINER="jozee@slitaz.org" +WANTED="gst-plugins-base" +WEB_SITE="http://gstreamer.freedesktop.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib $fs/usr/lib/gstreamer-$SERIES/ + cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/ + cp -a $_pkg/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES/ +} diff -r 87b1b179ac70 -r b69fa54df055 gst-plugins-base/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-plugins-base/receipt Tue Apr 21 12:33:49 2009 +0000 @@ -0,0 +1,34 @@ +# SliTaz package receipt. + +PACKAGE="gst-plugins-base" +VERSION="0.10.22" +CATEGORY="multimedia" +SHORT_DESC="GStreamer Base Plugins" +MAINTAINER="jozee@slitaz.org" +DEPENDS="libxml2 alsa-lib cdparanoia-III libvorbis libtheora gstreamer liboil libtheora-enc" +BUILD_DEPENDS="pkg-config alsa-lib-dev liboil liboil-dev gstreamer-dev libtheora-enc libtheora-dev libvorbis-dev cdparanoia-III-dev libxml2-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://gstreamer.freedesktop.org/" +WGET_URL="$WEB_SITE/src/gst-plugins-base/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --enable-experimental && + make && + make DESTDIR=$PWD/_pkg install + mkdir -p $PWD/_pkg/usr/bin/ +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/lib/gstreamer* $fs/usr/lib + rm $fs/usr/lib/gstreamer*/*.*a + +} diff -r 87b1b179ac70 -r b69fa54df055 gst-plugins-good-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-plugins-good-dev/receipt Tue Apr 21 12:33:49 2009 +0000 @@ -0,0 +1,17 @@ +# SliTaz package receipt. + +PACKAGE="gst-plugins-good-dev" +VERSION="0.10.14" +SERIES="0.10" +CATEGORY="development" +SHORT_DESC="gst-plugins-good devel files" +MAINTAINER="jozee@slitaz.org" +WANTED="gst-plugins-good" +WEB_SITE="http://gstreamer.freedesktop.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/gstreamer-$SERIES + cp -a $_pkg/usr/lib/gstreamer*/*.*a $fs/usr/lib/gstreamer*/ +} diff -r 87b1b179ac70 -r b69fa54df055 gst-plugins-good/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-plugins-good/receipt Tue Apr 21 12:33:49 2009 +0000 @@ -0,0 +1,33 @@ +# SliTaz package receipt. + +PACKAGE="gst-plugins-good" +VERSION="0.10.14" +CATEGORY="multimedia" +SHORT_DESC="GStreamer Good Plugins" +MAINTAINER="jozee@slitaz.org" +DEPENDS="libxml2 gst-plugins-base" +BUILD_DEPENDS="pkg-config gst-plugins-base gst-plugins-base-dev libogg-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://gstreamer.freedesktop.org/" +WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --enable-experimental --disable-static && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib $fs/usr/share + cp -a $_pkg/usr/lib/gstreamer* $fs/usr/lib + cp -a $_pkg/usr/share/gstreamer* $fs/usr/share + rm $fs/usr/lib/gstreamer*/*.*a + +} diff -r 87b1b179ac70 -r b69fa54df055 gst-plugins-ugly-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-plugins-ugly-dev/receipt Tue Apr 21 12:33:49 2009 +0000 @@ -0,0 +1,18 @@ +# SliTaz package receipt. + +PACKAGE="gst-plugins-ugly-dev" +VERSION="0.10.11" +SERIES="0.10" +CATEGORY="development" +SHORT_DESC="gst-plugins-ugly devel files" +MAINTAINER="jozee@slitaz.org" +WANTED="gst-plugins-ugly" +WEB_SITE="http://gstreamer.freedesktop.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/gstreamer-$SERIES + cp -a $_pkg/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES/ + +} diff -r 87b1b179ac70 -r b69fa54df055 gst-plugins-ugly/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-plugins-ugly/receipt Tue Apr 21 12:33:49 2009 +0000 @@ -0,0 +1,33 @@ +# SliTaz package receipt. + +PACKAGE="gst-plugins-ugly" +VERSION="0.10.11" +CATEGORY="multimedia" +SHORT_DESC="GStreamer Bad Plugins" +MAINTAINER="jozee@slitaz.org" +DEPENDS="libxml2 gst-plugins-base" +BUILD_DEPENDS="pkg-config gst-plugins-base gst-plugins-base-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://gstreamer.freedesktop.org/" +WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var && + make && + make DESTDIR=$PWD/_pkg install + mkdir -p $PWD/_pkg/usr/bin/ +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/lib/gstreamer* $fs/usr/lib + rm $fs/usr/lib/gstreamer*/*.*a + +} diff -r 87b1b179ac70 -r b69fa54df055 gst-python-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-python-dev/receipt Tue Apr 21 12:33:49 2009 +0000 @@ -0,0 +1,18 @@ +# SliTaz package receipt. + +PACKAGE="gst-python-dev" +VERSION="0.10.14" +SERIES="0.10" +CATEGORY="development" +SHORT_DESC="gst-python devel files" +MAINTAINER="jozee@slitaz.org" +WANTED="gst-python" +WEB_SITE="http://gstreamer.freedesktop.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + +} diff -r 87b1b179ac70 -r b69fa54df055 gst-python/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-python/receipt Tue Apr 21 12:33:49 2009 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="gst-python" +VERSION="0.10.14" +CATEGORY="multimedia" +SHORT_DESC="GStreamer Python Plugins" +MAINTAINER="jozee@slitaz.org" +DEPENDS="pygobject gstreamer" +BUILD_DEPENDS="pygobject-dev gstreamer gstreamer-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://gstreamer.freedesktop.org/" +WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib $fs/usr/share + cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share + cp -a $_pkg/usr/lib/python* $fs/usr/lib + +} diff -r 87b1b179ac70 -r b69fa54df055 gstreamer-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gstreamer-dev/receipt Tue Apr 21 12:33:49 2009 +0000 @@ -0,0 +1,19 @@ +# SliTaz package receipt. + +PACKAGE="gstreamer-dev" +VERSION="0.10.22" +CATEGORY="development" +SHORT_DESC="gstreamer devel files" +MAINTAINER="jozee@slitaz.org" +WANTED="gstreamer" +WEB_SITE="http://gstreamer.freedesktop.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib $fs/usr/share + cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/ + cp -a $_pkg/usr/share/aclocal $fs/usr/share +} diff -r 87b1b179ac70 -r b69fa54df055 gstreamer/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gstreamer/receipt Tue Apr 21 12:33:49 2009 +0000 @@ -0,0 +1,33 @@ +# SliTaz package receipt. + +PACKAGE="gstreamer" +VERSION="0.10.22" +CATEGORY="multimedia" +SHORT_DESC="GStreamer Multimedia Framework" +MAINTAINER="jozee@slitaz.org" +DEPENDS="libxml2" +BUILD_DEPENDS="intltool pkg-config " +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://gstreamer.freedesktop.org/" +WGET_URL="$WEB_SITE/src/gstreamer/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --disable-docs-build && + make + make DESTDIR=$PWD/_pkg install + mkdir -p $PWD/_pkg/usr/bin/ +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/lib/gstreamer* $fs/usr/lib + +} diff -r 87b1b179ac70 -r b69fa54df055 liboil-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/liboil-dev/receipt Tue Apr 21 12:33:49 2009 +0000 @@ -0,0 +1,18 @@ +# SliTaz package receipt. + +PACKAGE="liboil-dev" +VERSION="0.3.15" +CATEGORY="development" +SHORT_DESC="Library of simple functions that are optimized for various CPUs" +MAINTAINER="jozee@slitaz.org" +WANTED="liboil" +WEB_SITE="http://liboil.freedesktop.org/download/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/ +} diff -r 87b1b179ac70 -r b69fa54df055 liboil/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/liboil/receipt Tue Apr 21 12:33:49 2009 +0000 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="liboil" +VERSION="0.3.15" +CATEGORY="development" +SHORT_DESC="Library of simple functions that are optimized for various CPUs" +MAINTAINER="jozee@slitaz.org" +DEPENDS="" +BUILD_DEPENDS="glibc glibc-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://liboil.freedesktop.org/download/" +WGET_URL="$WEB_SITE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib/ +}