wok diff ffmpeg/receipt @ rev 2803

Add:cdrkit-isoinfo for isoinfo utils
author Rohit Joshi <jozee@slitaz.org>
date Tue Apr 28 15:36:12 2009 +0000 (2009-04-28)
parents c10bde9c89d7
children 583bdd691510
line diff
     1.1 --- a/ffmpeg/receipt	Tue Apr 21 21:31:11 2009 +0000
     1.2 +++ b/ffmpeg/receipt	Tue Apr 28 15:36:12 2009 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ffmpeg"
     1.7 -VERSION="18330"
     1.8 +VERSION="18664"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Record, convert and stream audio and video."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -12,20 +12,21 @@
    1.13  
    1.14  # Référence externe extraite à la révision 27917.
    1.15  # 
    1.16 -# Révision 18330 extraite. 
    1.17 +# Révision 18664 extraite. 
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22  	mkdir $src 2> /dev/null
    1.23  	cd $src
    1.24 -	[ -f ffmpeg/configure ] || svn checkout -r $VERSION \
    1.25 +	[ -f ffmpeg/configure ] || svn checkout -r 'HEAD' \
    1.26  		svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg
    1.27  	cd ffmpeg
    1.28  	sed -i 's/pr -. -t/cat/' configure
    1.29  	# mktemp busybox hack patch
    1.30 -	patch -p1 < ../../stuff/build.patch
    1.31 -	
    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 \