diff options
Diffstat (limited to 'audio/mp4tools/mp4tools.SlackBuild')
-rw-r--r-- | audio/mp4tools/mp4tools.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/mp4tools/mp4tools.SlackBuild b/audio/mp4tools/mp4tools.SlackBuild index 374448a8a4..3925335bdb 100644 --- a/audio/mp4tools/mp4tools.SlackBuild +++ b/audio/mp4tools/mp4tools.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for mp4tools. # -# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mp4tools -VERSION=${VERSION:-3.5} +VERSION=${VERSION:-3.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,8 +72,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 {} \; -patch -Np0 < $CWD/mp4tools-wx-config.patch || true - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |