diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2017-01-29 19:47:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 07:00:20 +0700 |
commit | 2dde8d9eb8eac03ec17743c7a3efe86648fe0e76 (patch) | |
tree | bde57c09014458c7dca14e0e33c47799361264c0 /libraries/libechonest/libechonest.SlackBuild | |
parent | 96f433a6e1762a5f508683153a9f84b068dbe688 (diff) |
libraries/libechonest: Updated for version 2.3.1.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'libraries/libechonest/libechonest.SlackBuild')
-rw-r--r-- | libraries/libechonest/libechonest.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libraries/libechonest/libechonest.SlackBuild b/libraries/libechonest/libechonest.SlackBuild index 95724eb1d542b..59b03bf99555b 100644 --- a/libraries/libechonest/libechonest.SlackBuild +++ b/libraries/libechonest/libechonest.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for libechonest # Copyright 2011 James Axl <axlrose112@gmail.com> -# Copyright 2014 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2014-2017 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libechonest -VERSION=${VERSION:-2.3.0} +VERSION=${VERSION:-2.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,6 +70,9 @@ 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 {} \; +# Upstream fix - git revision 009514f +patch -p1 -i $CWD/libechonest-fix-double-encoding-on-qt4.patch + mkdir build cd build cmake \ |