multimedia/kino: Updated for version 1.3.4.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Pierre Cazenave 2010-06-27 18:23:56 -05:00 committed by Erik Hanson
parent 38fd9a973d
commit 8415f0cf2a
5 changed files with 13 additions and 20 deletions

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -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"