summaryrefslogtreecommitdiffstats
path: root/multimedia/qdvdauthor/qdvdauthor.SlackBuild
diff options
context:
space:
mode:
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