summaryrefslogtreecommitdiff
path: root/multimedia/dvdauthor/dvdauthor.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/dvdauthor/dvdauthor.SlackBuild')
-rw-r--r--multimedia/dvdauthor/dvdauthor.SlackBuild14
1 files changed, 4 insertions, 10 deletions
diff --git a/multimedia/dvdauthor/dvdauthor.SlackBuild b/multimedia/dvdauthor/dvdauthor.SlackBuild
index f40e829d33..bf785bab21 100644
--- a/multimedia/dvdauthor/dvdauthor.SlackBuild
+++ b/multimedia/dvdauthor/dvdauthor.SlackBuild
@@ -4,7 +4,7 @@
# Copyright 2007 Brian Reichert <rignes@pobox.com>
# Copyright 2010,2013 Niels Horn - Rio de Janeiro, Brazil
-# Copyright 2015 Edward W. Koenig - Vancouver, Washington USA
+# Copyright 2015, 2017 Edward W. Koenig - Vancouver, Washington USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,10 +26,11 @@
# Revision date: 2013/03/28
# 25-JUL-2015: new maintainer
+# 29-JAN-2017: version update fixes missing header includes
PRGNAM=dvdauthor
-VERSION=${VERSION:-0.7.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.7.2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -74,13 +75,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-(
-cd src
-patch -p0 < $CWD/config.patch
-)
-
-patch -p1 < $CWD/0001-compat.h-needs-stuff-from-config.h-so-include-it-the.patch
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \