wok-next diff kino/receipt @ rev 21196
updated scrollz again (2.2.3 -> 2.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 03 16:09:40 2019 +0100 (2019-10-03) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/kino/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/kino/receipt Thu Oct 03 16:09:40 2019 +0100 1.3 @@ -12,10 +12,10 @@ 1.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.5 1.6 BUILD_DEPENDS="intltool libdv perl xorg-dev xorg-dev-proto gtk2-dev libglade-dev \ 1.7 -libdv-dev libraw1394-dev libavc1394-dev libsamplerate-dev xorg-libXv-dev \ 1.8 -libiec61883-dev libxml2-dev bash libpng16-dev freetype-dev fontconfig-dev \ 1.9 -libiec61883 ffmpeg-dev xorg-libXv libsamplerate util-linux-uuid-dev \ 1.10 -alsa-lib xorg-libXext v4l-utils-dev" 1.11 +libdv-dev libraw1394-dev libavc1394-dev libsamplerate-dev libxv-dev \ 1.12 +libiec61883-dev libxml2-dev bash libpng-dev freetype-dev fontconfig-dev \ 1.13 +libiec61883 ffmpeg-dev libsamplerate util-linux-uuid-dev \ 1.14 +alsa-lib libxext v4l-utils-dev" 1.15 1.16 compile_rules() { 1.17 sed -i 's|linux/videodev.h|libv4l1-videodev.h|' \ 1.18 @@ -36,7 +36,7 @@ 1.19 # Remove Help files 1.20 rm -rf $fs/usr/share/kino/help 1.21 DEPENDS="gtk2 libglade libdv libraw1394 libavc1394 libsamplerate alsa-lib \ 1.22 - libiec61883 xorg-libXv linux-firewire xorg-libXdamage ffmpeg" 1.23 + libiec61883 libxv linux-firewire libxdamage ffmpeg" 1.24 SUGGESTED="lame vorbis-tools mjpegtools dvdauthor" 1.25 TAGS="video editor" 1.26 }