wok-undigest rev 182

rm x264* and libquicktime*: moved to wok
author Rohit Joshi <jozee@slitaz.org>
date Tue Oct 19 21:26:53 2010 -0400 (2010-10-19)
parents a5369f308790
children 12f2f535e673
files libquicktime-dev/receipt libquicktime/receipt x264-dev/receipt x264/receipt
line diff
     1.1 --- a/libquicktime-dev/receipt	Tue Oct 19 21:14:00 2010 -0400
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,20 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="libquicktime-dev"
     1.7 -VERSION="1.1.5"
     1.8 -CATEGORY="development"
     1.9 -MAINTAINER="jozee@slitaz.org"
    1.10 -SHORT_DESC="libquicktime devel files"
    1.11 -WEB_SITE="http://libquicktime.sourceforge.net/"
    1.12 -WANTED="libquicktime"
    1.13 -
    1.14 -
    1.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 -genpkg_rules()
    1.17 -{
    1.18 -	mkdir -p $fs/usr/lib $fs/usr/share
    1.19 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.20 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.21 -	cp -a $_pkg/usr/include $fs/usr
    1.22 -	cp -a $_pkg/usr/share/aclocal $fs/usr/share
    1.23 -}
     2.1 --- a/libquicktime/receipt	Tue Oct 19 21:14:00 2010 -0400
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,35 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="libquicktime"
     2.7 -VERSION="1.1.5"
     2.8 -CATEGORY="multimedia"
     2.9 -MAINTAINER="jozee@slitaz.org"
    2.10 -SHORT_DESC="A library for reading and writing quicktime files."
    2.11 -WEB_SITE="http://libquicktime.sourceforge.net/"
    2.12 -DEPENDS="gtk+  ffmpeg-svn  alsa-lib libxv libgl xorg-libXaw x264"
    2.13 -BUILD_DEPENDS=" gtk+-dev  ffmpeg-svn-dev  alsa-lib-dev  xorg-libXaw-dev x264-dev"
    2.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.15 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    2.16 -
    2.17 -# Rules to configure and make the package.
    2.18 -
    2.19 -compile_rules() {
    2.20 -  cd $src
    2.21 -  ./configure --prefix=/usr  \
    2.22 -			  --enable-gpl \
    2.23 -			  --with-ffmpeg \
    2.24 -			  --with-x264 \
    2.25 -			  --without-doxygen &&
    2.26 -  make &&
    2.27 -  make DESTDIR=$PWD/_pkg install
    2.28 -}
    2.29 -	
    2.30 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.31 -genpkg_rules()
    2.32 -{
    2.33 -	mkdir -p $fs/usr/lib/$PACKAGE
    2.34 -	cp -a $_pkg/usr/bin $fs/usr
    2.35 -	cp -a $_pkg/usr/lib/*so* $fs/usr/lib/
    2.36 -	cp -a $_pkg/usr/lib/$PACKAGE/*so* $fs/usr/lib/$PACKAGE
    2.37 -	
    2.38 -}
     3.1 --- a/x264-dev/receipt	Tue Oct 19 21:14:00 2010 -0400
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,20 +0,0 @@
     3.4 -# SliTaz package receipt.
     3.5 -
     3.6 -PACKAGE="x264-dev"
     3.7 -VERSION="20100410-2245"
     3.8 -CATEGORY="development"
     3.9 -MAINTAINER="jozee@slitaz.org"
    3.10 -SHORT_DESC="x264 devel files"
    3.11 -WEB_SITE="http://www.videolan.org/developers/x264.html"
    3.12 -WANTED="x264"
    3.13 -SOURCE="$WANTED-snapshot"
    3.14 -
    3.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
    3.16 -genpkg_rules()
    3.17 -{
    3.18 -	mkdir -p $fs/usr/lib
    3.19 -	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
    3.20 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    3.21 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    3.22 -	cp -a $_pkg/usr/include $fs/usr
    3.23 -}
     4.1 --- a/x264/receipt	Tue Oct 19 21:14:00 2010 -0400
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,33 +0,0 @@
     4.4 -# SliTaz package receipt.
     4.5 -
     4.6 -PACKAGE="x264"
     4.7 -VERSION="20100410-2245"
     4.8 -CATEGORY="multimedia"
     4.9 -MAINTAINER="jozee@slitaz.org"
    4.10 -SHORT_DESC="free library for encoding H264/AVC video streams"
    4.11 -WEB_SITE="http://www.videolan.org/developers/x264.html"
    4.12 -DEPENDS="glibc-base"
    4.13 -BUILD_DEPENDS="yasm"
    4.14 -SOURCE="$PACKAGE-snapshot"
    4.15 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    4.16 -WGET_URL="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/$TARBALL"
    4.17 -
    4.18 -# Rules to configure and make the package.
    4.19 -
    4.20 -compile_rules() {
    4.21 -    cd $src 
    4.22 -    ./configure --enable-shared &&
    4.23 -    make &&
    4.24 -    make DESTDIR=$PWD/_pkg \
    4.25 -         bindir=/usr/bin \
    4.26 -         libdir=/usr/lib \
    4.27 -         includedir=/usr/include install 
    4.28 -}
    4.29 -	
    4.30 -# Rules to gen a SliTaz package suitable for Tazpkg.
    4.31 -genpkg_rules()
    4.32 -{
    4.33 -	mkdir -p $fs/usr/lib
    4.34 -	cp -a $_pkg/usr/bin $fs/usr
    4.35 -	cp -a $_pkg/usr/lib/*so* $fs/usr/lib/	
    4.36 -}