wok diff kino/receipt @ rev 20848

updated directfb again (1.4.3 -> 1.7.7)
author Hans-G?nter Theisgen
date Thu Feb 21 14:21:46 2019 +0100 (2019-02-21)
parents a7848c730d68
children e6b7a2aaf2e1
line diff
     1.1 --- a/kino/receipt	Mon Aug 12 21:09:10 2013 +0000
     1.2 +++ b/kino/receipt	Thu Feb 21 14:21:46 2019 +0100
     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 -