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/kino.SlackBuild | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'multimedia/kino/kino.SlackBuild') 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 -- cgit v1.2.3