wok-next diff kino/receipt @ rev 17700
Up marlin: edit last patch (again)
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Fri Feb 27 00:17:46 2015 -0300 (2015-02-27) |
parents | a7848c730d68 |
children | dd145c435e4b |
line diff
1.1 --- a/kino/receipt Mon Aug 12 21:09:10 2013 +0000 1.2 +++ b/kino/receipt Fri Feb 27 00:17:46 2015 -0300 1.3 @@ -23,7 +23,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 sed -i 's|linux/videodev.h|libv4l1-videodev.h|' \ 1.9 ffmpeg/libavdevice/v4l.c src/v4l.h 1.10 ./configure \ 1.11 @@ -48,9 +47,7 @@ 1.12 cp -a $install/usr/lib $fs/usr 1.13 rm $fs/usr/lib/kino-gtk2/*.*a 1.14 cp -a $install/usr/share/kino $fs/usr/share 1.15 - cp -a $install/usr/share/mime $fs/usr/share 1.16 1.17 # Remove Help files 1.18 rm -rf $fs/usr/share/kino/help 1.19 } 1.20 -