wok rev 8552
imported patch get/ffmpeg-svn
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 13 22:57:56 2011 +0100 (2011-02-13) |
parents | 05b19606376a |
children | 0360c9c8daaa |
files | dahdi-tools/receipt ewl/receipt ffmpeg-svn/receipt icedtea6-jdk/receipt |
line diff
1.1 --- a/dahdi-tools/receipt Sun Feb 13 22:57:56 2011 +0100 1.2 +++ b/dahdi-tools/receipt Sun Feb 13 22:57:56 2011 +0100 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="http://www.asterisk.org/" 1.5 WGET_URL="http://downloads.asterisk.org/pub/telephony/$PACKAGE/releases/$TARBALL" 1.6 DEPENDS="libusb newt libpri" 1.7 -BUILD_DEPENDS="dahdi-linux-dev ppp-dev libusb-dev newt-dev libpri-dev" 1.8 +BUILD_DEPENDS="dahdi-linux ppp libusb newt libpri" 1.9 CONFIG_FILES="/etc/dahdi/" 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/ewl/receipt Sun Feb 13 22:57:56 2011 +0100 2.2 +++ b/ewl/receipt Sun Feb 13 22:57:56 2011 +0100 2.3 @@ -10,19 +10,12 @@ 2.4 BUILD_DEPENDS="cvs subversion eet-dev evas-dev ecore-dev efreet-dev efreet \ 2.5 emotion emotion-dev" 2.6 WEB_SITE="http://www.enlightenment.org/" 2.7 +WGET_URL="subversion|http://svn.enlightenment.org/svn/e/trunk/$PACKAGE" 2.8 +BRANCH="$VERSION" 2.9 2.10 # Rules to configure and make the package. 2.11 compile_rules() 2.12 { 2.13 - [ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION 2.14 - TARBALL=$SOURCES_REPOSITORY/$PACKAGE-svn-$VERSION.tar.gz 2.15 - if [ -f $TARBALL ]; then 2.16 - tar xzf $TARBALL 2.17 - else 2.18 - svn co http://svn.enlightenment.org/svn/e/trunk/$PACKAGE \ 2.19 - -r $VERSION $PACKAGE-$VERSION && 2.20 - tar czf $TARBALL $PACKAGE-$VERSION 2.21 - fi 2.22 cd $src 2.23 ./autogen.sh \ 2.24 --prefix=/usr \
3.1 --- a/ffmpeg-svn/receipt Sun Feb 13 22:57:56 2011 +0100 3.2 +++ b/ffmpeg-svn/receipt Sun Feb 13 22:57:56 2011 +0100 3.3 @@ -11,23 +11,13 @@ 3.4 PROVIDE="ffmpeg" 3.5 SUGGESTED="ffplay" 3.6 TAGS="audio video convert stream" 3.7 +WGET_URL="subversion|svn://svn.ffmpeg.org/ffmpeg/trunk" 3.8 +BRANCH="$VERSION" 3.9 3.10 # Rules to configure and make the package. 3.11 compile_rules() 3.12 { 3.13 - mkdir -p $src 2> /dev/null 3.14 - cd $src 3.15 - TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.gz 3.16 - if [ -f ffmpeg/configure ]; then 3.17 - true 3.18 - elif [ -f $TARBALL ]; then 3.19 - tar xzf $TARBALL 3.20 - else 3.21 - svn checkout -r "$VERSION" svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg && 3.22 - tar czf $TARBALL ffmpeg 3.23 - fi 3.24 - 3.25 - cd ffmpeg 3.26 + cd $src 3.27 # make busybox compatible or add coreutils-file-format coreutils-file-special in BUILD_DEPENDS if patch/configure fails 3.28 patch -Np1 -i ../../stuff/$PACKAGE-$VERSION-mktemp.patch 3.29
4.1 --- a/icedtea6-jdk/receipt Sun Feb 13 22:57:56 2011 +0100 4.2 +++ b/icedtea6-jdk/receipt Sun Feb 13 22:57:56 2011 +0100 4.3 @@ -14,7 +14,8 @@ 4.4 freetype-dev gtk+-dev giflib-dev jpeg-dev libpng-dev \ 4.5 xorg-inputproto xorg-kbproto xorg-libXi-dev xorg-libXinerama-dev \ 4.6 xorg-libXp-dev xorg-libXt-dev xorg-libXtst-dev xorg-printproto \ 4.7 -xorg-recordproto xorg-renderproto xorg-xextproto xorg-xineramaproto xorg-xproto" 4.8 +xorg-recordproto xorg-renderproto xorg-xextproto xorg-xineramaproto xorg-xproto \ 4.9 +nss" 4.10 TARBALL="$SOURCE-$VERSION.tar.gz" 4.11 WEB_SITE="http://www.iced-tea.org/" 4.12 WGET_URL="http://icedtea.classpath.org/download/source/$TARBALL"