wok diff kino/receipt @ rev 18024
Up: cookutils, cookutils-daemon (again).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun May 03 19:46:03 2015 +0300 (2015-05-03) |
parents | a7848c730d68 |
children | e6b7a2aaf2e1 |
line diff
1.1 --- a/kino/receipt Mon Aug 12 21:09:10 2013 +0000 1.2 +++ b/kino/receipt Sun May 03 19:46:03 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 -