wok-next diff ffmpeg/receipt @ rev 4284

ffmpeg: version 0.5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 26 11:32:26 2009 +0200 (2009-09-26)
parents e8024c01fc47
children 18292a22a63a
line diff
     1.1 --- a/ffmpeg/receipt	Sat Jun 13 12:19:10 2009 +0200
     1.2 +++ b/ffmpeg/receipt	Sat Sep 26 11:32:26 2009 +0200
     1.3 @@ -1,31 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ffmpeg"
     1.7 -VERSION="18755"
     1.8 +VERSION="0.5"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Record, convert and stream audio and video."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  WEB_SITE="http://ffmpeg.org/"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WGET_URL="${WEB_SITE}releases/$TARBALL"
    1.15  DEPENDS="bzlib freetype libsdl imlib2 alsa-lib jack-audio-connection-kit"
    1.16 -BUILD_DEPENDS="subversion"
    1.17 -
    1.18 -# Référence externe extraite à la révision 27917.
    1.19 -# 
    1.20 -# Révision 18775 extraite. 
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	mkdir $src 2> /dev/null
    1.26  	cd $src
    1.27 -	[ -f ffmpeg/configure ] || svn checkout -r 'HEAD' \
    1.28 -		svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg
    1.29 -	cd ffmpeg
    1.30 -	sed -i 's/pr -. -t/cat/' configure
    1.31 -	# mktemp busybox hack patch
    1.32 -	#patch -p0 < ../../stuff/build.patch
    1.33 -	cp -a ../../stuff/configure .
    1.34 -		
    1.35  	./configure --prefix=/usr --enable-gpl \
    1.36  	--arch=i486 --cpu=i486 \
    1.37  	--enable-shared --enable-small \