summaryrefslogtreecommitdiffstats
path: root/multimedia/qdvdauthor/qdvdauthor.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2012-09-13 18:55:44 +0200
committer Robby Workman <rworkman@slackbuilds.org>2012-09-13 17:56:49 -0500
commit85a2333b6b92c6b7689bf6c4acad9551caaf5953 (patch)
treea150e97dfc6a4a333e2083f8ce4d901822c81c3a /multimedia/qdvdauthor/qdvdauthor.SlackBuild
parent8166c80745f927ac4d2e78ea2bab5b0c39c4ba70 (diff)
downloadslackbuilds-85a2333b6b92c6b7689bf6c4acad9551caaf5953.tar.gz
slackbuilds-85a2333b6b92c6b7689bf6c4acad9551caaf5953.tar.xz
multimedia/qdvdauthor: Updated for version 2.3.0.
Added a patch for gcc-4.7.x. Also disabled the qt4(!) renderer. Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'multimedia/qdvdauthor/qdvdauthor.SlackBuild')
-rw-r--r--multimedia/qdvdauthor/qdvdauthor.SlackBuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/multimedia/qdvdauthor/qdvdauthor.SlackBuild b/multimedia/qdvdauthor/qdvdauthor.SlackBuild
index 4aa24595be..49e6c38c76 100644
--- a/multimedia/qdvdauthor/qdvdauthor.SlackBuild
+++ b/multimedia/qdvdauthor/qdvdauthor.SlackBuild
@@ -5,7 +5,7 @@
# Written by Giovanne Castro (giovannefc@terra.com.br)
PRGNAM=qdvdauthor
-VERSION=${VERSION:-2.1.0}
+VERSION=${VERSION:-2.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -42,7 +42,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
tar xvf $CWD/masks.tar.bz2
tar xvf $CWD/buttons.tar.bz2
@@ -55,12 +55,17 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Fix for gcc-4.7.x
+patch -p1 < $CWD/gcc47.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure -n \
--prefix=$PKG/usr \
--system-path=/usr \
- --omit-local-ffmpeg
+ --omit-local-ffmpeg \
+ --build-qslideshow \
+ --omit-qrender
./configure -n --install