wok rev 2908

Up: ffmpeg, ffmpeg-dev for mplayer-svn and improve kino hack
author Rohit Joshi <jozee@slitaz.org>
date Wed May 06 13:09:23 2009 +0000 (2009-05-06)
parents 3e34ebb36f7f
children 2931a476349d
files ffmpeg-dev/receipt ffmpeg/receipt
line diff
     1.1 --- a/ffmpeg-dev/receipt	Wed May 06 17:07:29 2009 +0000
     1.2 +++ b/ffmpeg-dev/receipt	Wed May 06 13:09:23 2009 +0000
     1.3 @@ -1,11 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ffmpeg-dev"
     1.7 -VERSION="18664"
     1.8 +VERSION="18755"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Record, convert and stream audio and video, development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 -WEB_SITE="http://ffmpg.org/"
    1.13 +WEB_SITE="http://ffmpeg.org/"
    1.14  WANTED="ffmpeg"
    1.15  
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 @@ -16,7 +16,7 @@
    1.18  	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
    1.19  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.20  	
    1.21 -	# avutil.h file in svn version 18330 is incomplete: Kino hack
    1.22 -	cp -a stuff/avutil* $fs/usr/include/libavutil/
    1.23 +	# pixfmt.h file in svn version: Kino hack
    1.24 +	sed -i "s/PIX_FMT_YUYV422/PIX_FMT_YUYV422, \n    PIX_FMT_YUV422/" $fs/usr/include/libavutil/pixfmt.h
    1.25  }
    1.26  
     2.1 --- a/ffmpeg/receipt	Wed May 06 17:07:29 2009 +0000
     2.2 +++ b/ffmpeg/receipt	Wed May 06 13:09:23 2009 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="ffmpeg"
     2.7 -VERSION="18664"
     2.8 +VERSION="18755"
     2.9  CATEGORY="multimedia"
    2.10  SHORT_DESC="Record, convert and stream audio and video."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -12,7 +12,7 @@
    2.13  
    2.14  # Référence externe extraite à la révision 27917.
    2.15  # 
    2.16 -# Révision 18664 extraite. 
    2.17 +# Révision 18775 extraite. 
    2.18  
    2.19  # Rules to configure and make the package.
    2.20  compile_rules()