summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Strong2020-09-18 21:12:45 +0200
committer Willy Sudiarto Raharjo2020-09-19 03:55:01 +0200
commit45514de9f71d1058951efbab94da7ef7b91b52bc (patch)
treeaf30ad86aa9799cb709e8eabe1e69b420c2c993e
parentc8894756c3b34d755204e6298d1ae1737670cf50 (diff)
downloadslackbuilds-45514de9f71d1058951efbab94da7ef7b91b52bc.tar.gz
audio/exhale: Updated for version 1.0.7.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--audio/exhale/exhale.SlackBuild6
-rw-r--r--audio/exhale/exhale.info6
2 files changed, 8 insertions, 4 deletions
diff --git a/audio/exhale/exhale.SlackBuild b/audio/exhale/exhale.SlackBuild
index f87479e491..7b69e069b8 100644
--- a/audio/exhale/exhale.SlackBuild
+++ b/audio/exhale/exhale.SlackBuild
@@ -24,7 +24,7 @@
# ----------------------------------------------------------------------
PRGNAM=exhale
-VERSION=${VERSION:-1.0.3}
+VERSION=${VERSION:-1.0.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,6 +79,10 @@ 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 {} \;
+# I will switch to the newer cmake build system and also install the newer
+# shared library when support for exhale is added to FFmpeg and / or any
+# other major Linux application. But for the moment:
+
make $BUILDTARGET release
install -D -s -m 0755 bin/exhale $PKG/usr/bin/exhale
diff --git a/audio/exhale/exhale.info b/audio/exhale/exhale.info
index 7d94a0bb65..139267bd84 100644
--- a/audio/exhale/exhale.info
+++ b/audio/exhale/exhale.info
@@ -1,8 +1,8 @@
PRGNAM="exhale"
-VERSION="1.0.3"
+VERSION="1.0.7"
HOMEPAGE="https://gitlab.com/ecodis/exhale"
-DOWNLOAD="https://gitlab.com/ecodis/exhale/-/archive/v1.0.3/exhale-v1.0.3.tar.gz"
-MD5SUM="1696380ebe741126575d7ac3520922d5"
+DOWNLOAD="https://gitlab.com/ecodis/exhale/-/archive/v1.0.7/exhale-v1.0.7.tar.gz"
+MD5SUM="92b9e2a8401f1b5c9cb0bac994a9167d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""