wok diff ffmpeg-svn/receipt @ rev 9005

yaws: fix source path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 03 17:56:34 2011 +0100 (2011-03-03)
parents 1f48fd1fd933
children b206bd64aef7
line diff
     1.1 --- a/ffmpeg-svn/receipt	Sun Feb 13 22:57:56 2011 +0100
     1.2 +++ b/ffmpeg-svn/receipt	Thu Mar 03 17:56:34 2011 +0100
     1.3 @@ -7,7 +7,8 @@
     1.4  MAINTAINER="jozee@slitaz.org"
     1.5  WEB_SITE="http://ffmpeg.org/"
     1.6  DEPENDS="bzlib freetype imlib2 alsa-lib jack-audio-connection-kit zlib"
     1.7 -BUILD_DEPENDS="subversion imlib2-dev freetype-dev libsdl-dev zlib-dev "
     1.8 +BUILD_DEPENDS="subversion imlib2-dev freetype-dev libsdl-dev zlib-dev \
     1.9 +coreutils-file-format coreutils-file-special"
    1.10  PROVIDE="ffmpeg"
    1.11  SUGGESTED="ffplay"
    1.12  TAGS="audio video convert stream"
    1.13 @@ -18,8 +19,6 @@
    1.14  compile_rules()
    1.15  {
    1.16  	cd $src	
    1.17 -	# make busybox compatible or add  coreutils-file-format coreutils-file-special in BUILD_DEPENDS if patch/configure fails
    1.18 -	patch -Np1 -i ../../stuff/$PACKAGE-$VERSION-mktemp.patch
    1.19  
    1.20  	sed -i 's/av_bswap/bswap_/' libswscale/*.c
    1.21