diff options
author | Pierre Cazenave <pwcazenave@gmail.com> | 2010-05-12 17:42:42 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 17:42:42 +0200 |
commit | 804c91e895f8441c8f8f192c1462160f604535e0 (patch) | |
tree | 556e4fda3e2738eeaa067b532e8f3ced8d1a449f /multimedia/kino | |
parent | fa8c40e56ab3aa8e4c96e365129c6ad0ee7f2119 (diff) | |
download | slackbuilds-804c91e895f8441c8f8f192c1462160f604535e0.tar.gz |
multimedia/kino: Updated for version 1.3.2
Diffstat (limited to 'multimedia/kino')
-rw-r--r-- | multimedia/kino/README | 7 | ||||
-rw-r--r-- | multimedia/kino/kino.SlackBuild | 13 | ||||
-rw-r--r-- | multimedia/kino/kino.info | 2 |
3 files changed, 13 insertions, 9 deletions
diff --git a/multimedia/kino/README b/multimedia/kino/README index c5f7354ea8..116fbf782a 100644 --- a/multimedia/kino/README +++ b/multimedia/kino/README @@ -8,8 +8,7 @@ audio stream) encodings. Kino does not support other video file formats or encodings, but it can import them by transcoding with FFmpeg and optionally MEncoder. -This requires intltool, libraw1394, libavc1394, libiec61883, libdv, -libsamplerate and ffmpeg. If you want support for quicktime you'll have -to pass QUICKTIME=yes to the script. This will additionally require -liquicktime. +This requires libavc1394, libiec61883, libdv, libsamplerate and ffmpeg. +If you want support for quicktime, you'll have to pass QUICKTIME=yes +to the script. This will additionally require liquicktime. All dependencies are available from SlackBuilds.org. diff --git a/multimedia/kino/kino.SlackBuild b/multimedia/kino/kino.SlackBuild index d98936e293..8465fa5109 100644 --- a/multimedia/kino/kino.SlackBuild +++ b/multimedia/kino/kino.SlackBuild @@ -2,6 +2,8 @@ # # Pierre Cazenave (LQ.org pwc101) # revision date 11/11/2007 (Armistice Day) +# re-revised for 12.2 and new udev locations on 23/12/2008 (day before +# Christmas Eve!). # # I have set the -enable-local-ffmpeg option since I can't figure # out how to get the ffmpeg subdirectory configure script to be @@ -20,7 +22,7 @@ PRGNAM=kino VERSION=1.3.2 ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -73,8 +75,11 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done ) -# Give the udev rules a number prefix to be consistent with other rules files -mv $PKG/etc/udev/rules.d/kino.rules $PKG/etc/udev/rules.d/96-kino.rules +# Give the udev rules a number prefix to be consistent with other rules files +# and move to the new location for 12.2; then remove $PKG/etc directory +mkdir -p $PKG/lib/udev/rules.d +mv $PKG/etc/udev/rules.d/kino.rules $PKG/lib/udev/rules.d/96-kino.rules +rm -rf $PKG/etc mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a ChangeLog AUTHORS BUGS COPYING INSTALL NEWS README TODO help/ \ @@ -82,7 +87,7 @@ cp -a ChangeLog AUTHORS BUGS COPYING INSTALL NEWS README TODO help/ \ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \; -# Fix a few things... +# Fix incorrect ownership/permissions on help directory (from sshd to root). chown -R root:root $PKG/usr/share/kino/help find $PKG/usr/share/kino/help/en -type d -exec chmod 0755 {} \; find $PKG/usr/share/kino/help/en -type f -exec chmod 0644 {} \; diff --git a/multimedia/kino/kino.info b/multimedia/kino/kino.info index 6c39983f18..0d7abbefc5 100644 --- a/multimedia/kino/kino.info +++ b/multimedia/kino/kino.info @@ -5,4 +5,4 @@ DOWNLOAD="http://downloads.sourceforge.net/kino/kino-1.3.2.tar.gz" MD5SUM="c534c666ed0312c75c877eb1580b985c" MAINTAINER="Pierre Cazenave" EMAIL="pwcazenave@gmail.com" -APPROVED="dsomero" +APPROVED="rworkman" |