summaryrefslogtreecommitdiffstats
path: root/multimedia/kino/kino.SlackBuild
diff options
context:
space:
mode:
author Pierre Cazenave <pwcazenave@gmail.com>2010-06-27 18:23:56 -0500
committer Erik Hanson <erik@slackbuilds.org>2010-06-29 00:36:35 -0500
commit8415f0cf2a8191546fbf8333a595d6b2aab56983 (patch)
tree6229beb03fffc426d88ee984c89061bb4be04ec6 /multimedia/kino/kino.SlackBuild
parent38fd9a973d00829d338716d8f97c2a3181efaced (diff)
downloadslackbuilds-8415f0cf2a8191546fbf8333a595d6b2aab56983.tar.gz
slackbuilds-8415f0cf2a8191546fbf8333a595d6b2aab56983.tar.xz
multimedia/kino: Updated for version 1.3.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia/kino/kino.SlackBuild')
-rw-r--r--multimedia/kino/kino.SlackBuild18
1 files changed, 6 insertions, 12 deletions
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