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 | |
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')
-rw-r--r-- | audio/mp4tools/mp4tools-wx-config.patch | 27 | ||||
-rw-r--r-- | audio/mp4tools/mp4tools.SlackBuild | 6 | ||||
-rw-r--r-- | audio/mp4tools/mp4tools.info | 6 |
3 files changed, 5 insertions, 34 deletions
diff --git a/audio/mp4tools/mp4tools-wx-config.patch b/audio/mp4tools/mp4tools-wx-config.patch deleted file mode 100644 index 7b73e52ab2..0000000000 --- a/audio/mp4tools/mp4tools-wx-config.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- configure.orig 2017-03-20 21:25:19.000000000 +0100 -+++ configure 2017-09-01 12:40:14.860865091 +0200 -@@ -4601,18 +4601,18 @@ - - WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null` - wx_config_major_version=`echo $WX_VERSION | \ -- sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` -+ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\1/'` - wx_config_minor_version=`echo $WX_VERSION | \ -- sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` -+ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\2/'` - wx_config_micro_version=`echo $WX_VERSION | \ -- sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` -+ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\3/'` - - wx_requested_major_version=`echo $min_wx_version | \ -- sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` -+ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\1/'` - wx_requested_minor_version=`echo $min_wx_version | \ -- sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` -+ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\2/'` - wx_requested_micro_version=`echo $min_wx_version | \ -- sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` -+ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\3/'` - - - wx_ver_ok="" 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 \ diff --git a/audio/mp4tools/mp4tools.info b/audio/mp4tools/mp4tools.info index 7804faea90..b54f0ff902 100644 --- a/audio/mp4tools/mp4tools.info +++ b/audio/mp4tools/mp4tools.info @@ -1,8 +1,8 @@ PRGNAM="mp4tools" -VERSION="3.5" +VERSION="3.6.1" HOMEPAGE="http://www.mp4joiner.org" -DOWNLOAD="http://app.oldfoss.com:81/download/MP4Joiner/MP4Tools-3.5.tar.bz2" -MD5SUM="3669260ed488b56254df2dd1bc602bbe" +DOWNLOAD="https://sourceforge.mirrorservice.org/m/mp/mp4joiner/MP4Tools/3.6.1/MP4Tools-3.6.1.tar.bz2" +MD5SUM="2078061d612790fdfc46abb870b19920" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="opencore-amr gpac faac aacplusenc nero-aac wxGTK wxsvg" |