summaryrefslogtreecommitdiffstats
path: root/libraries/libechonest/libechonest.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libechonest/libechonest.SlackBuild')
-rw-r--r--libraries/libechonest/libechonest.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/libraries/libechonest/libechonest.SlackBuild b/libraries/libechonest/libechonest.SlackBuild
index 95724eb1d5..59b03bf995 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 \