wok diff ffmpeg-svn-dev/receipt @ rev 15299

Up lsyncd (2.1.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 10:37:53 2013 +0000 (2013-09-27)
parents b206bd64aef7
children 8ed62ecac0c7
line diff
     1.1 --- a/ffmpeg-svn-dev/receipt	Sun Mar 20 12:47:30 2011 +0100
     1.2 +++ b/ffmpeg-svn-dev/receipt	Fri Sep 27 10:37:53 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Record, convert and stream audio and video, development files."
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="GPL2 LGPL2.1"
     1.8  WEB_SITE="http://ffmpeg.org/"
     1.9  WANTED="ffmpeg-svn"
    1.10  PROVIDE="ffmpeg-dev"
    1.11 @@ -13,9 +14,9 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/include $fs/usr
    1.16 -	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.18 +	cp -a $install/usr/include $fs/usr
    1.19 +	cp -a $install/usr/lib/*.a $fs/usr/lib
    1.20 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.21  	
    1.22  	# pixfmt.h file in svn version: Kino hack
    1.23  	sed -i "s/PIX_FMT_YUYV422,/PIX_FMT_YUYV422, \n    PIX_FMT_YUV422,/" $fs/usr/include/libavutil/pixfmt.h