mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
audio/mp4tools: Updated for version 3.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
83e128aedb
commit
3a9085e3b7
3 changed files with 5 additions and 34 deletions
|
@ -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=""
|
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue