From 8415f0cf2a8191546fbf8333a595d6b2aab56983 Mon Sep 17 00:00:00 2001 From: Pierre Cazenave Date: Sun, 27 Jun 2010 18:23:56 -0500 Subject: multimedia/kino: Updated for version 1.3.4. Signed-off-by: Robby Workman --- multimedia/kino/README | 4 +--- multimedia/kino/doinst.sh | 1 + multimedia/kino/kino.SlackBuild | 18 ++++++------------ multimedia/kino/kino.info | 6 +++--- multimedia/kino/slack-desc | 4 ++-- 5 files changed, 13 insertions(+), 20 deletions(-) diff --git a/multimedia/kino/README b/multimedia/kino/README index da32741559..72789a4cd4 100644 --- a/multimedia/kino/README +++ b/multimedia/kino/README @@ -8,6 +8,4 @@ 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 libavc1394, libiec61883, libdv, and ffmpeg. -If you want support for quicktime, you'll have to pass QUICKTIME=yes -to the script, and this will additionally require libquicktime. +This requires libavc1394, libiec61883, libdv, ffmpeg, and libquicktime. diff --git a/multimedia/kino/doinst.sh b/multimedia/kino/doinst.sh index 9a8ded3c60..e4e6459838 100644 --- a/multimedia/kino/doinst.sh +++ b/multimedia/kino/doinst.sh @@ -5,3 +5,4 @@ fi if [ -x /usr/bin/update-mime-database ]; then /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 fi + diff --git a/multimedia/kino/kino.SlackBuild b/multimedia/kino/kino.SlackBuild index bc93ed879f..7f1160248d 100644 --- a/multimedia/kino/kino.SlackBuild +++ b/multimedia/kino/kino.SlackBuild @@ -4,6 +4,8 @@ # revision date 11/11/2007 (Armistice Day) # re-revised for 12.2 and new udev locations on 23/12/2008 (day before # Christmas Eve!). +# Updated for version 1.3.4 17/06/2010 Thanks for Heinz Wiesinger for the +# nudge. # # 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,16 +22,14 @@ # that's installed on the system. PRGNAM=kino -VERSION=1.3.2 -BUILD=${BUILD:-2} +VERSION=1.3.4 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -53,13 +53,7 @@ else LIBDIRSUFFIX="" fi -if [ "${QUICKTIME:-no}" = "no" ]; then - do_qt="dis" -else - do_qt="en" -fi - -set -e +set -eu rm -rf $TMP/$PRGNAM-$VERSION $PKG mkdir -p $TMP $PKG $OUTPUT @@ -77,7 +71,7 @@ CFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --disable-static \ - --${do_qt}able-quicktime \ + --enable-quicktime \ --disable-local-ffmpeg make diff --git a/multimedia/kino/kino.info b/multimedia/kino/kino.info index ec3c585ca0..4608a7dbeb 100644 --- a/multimedia/kino/kino.info +++ b/multimedia/kino/kino.info @@ -1,8 +1,8 @@ PRGNAM="kino" -VERSION="1.3.2" +VERSION="1.3.4" HOMEPAGE="http://www.kinodv.org/" -DOWNLOAD="http://downloads.sourceforge.net/kino/kino-1.3.2.tar.gz" -MD5SUM="c534c666ed0312c75c877eb1580b985c" +DOWNLOAD="http://downloads.sourceforge.net/kino/kino-1.3.4.tar.gz" +MD5SUM="52f8ce690e45a089e3edc6c7af61a05c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Pierre Cazenave" diff --git a/multimedia/kino/slack-desc b/multimedia/kino/slack-desc index f0a6e2a56d..31c6b95c1c 100644 --- a/multimedia/kino/slack-desc +++ b/multimedia/kino/slack-desc @@ -7,13 +7,13 @@ |-----handy-ruler------------------------------------------------------| kino: Kino (a non-linear DV editor for GNU/Linux) -kino: +kino: kino: It features excellent integration with IEEE 1394 for capture, VTR kino: control, and recording back to the camera. It captures video to disk kino: in raw DV or AVI format in both type-1 DV and type-2 DV (separate kino: audio stream) encodings. kino: Kino does not support other video file formats or encodings, but it kino: can import them by transcoding with FFmpeg and optionally MEncoder. -kino: +kino: kino: http://www.kinodv.org/ kino: -- cgit v1.2.3-65-gdbad