diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2018-08-03 06:07:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-04 08:17:11 +0700 |
commit | 3a9085e3b77cd9a1a776c8219594896bec6155f3 (patch) | |
tree | c2f0533e73a952b83a91836c573799777a7b6842 /audio/mp4tools/mp4tools.SlackBuild | |
parent | 83e128aedbccbc693abbeaaacd367bd3827c20a5 (diff) | |
download | slackbuilds-3a9085e3b77cd9a1a776c8219594896bec6155f3.tar.gz |
audio/mp4tools: Updated for version 3.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 \ |