summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Andrew David <andrew.david.strong@gmail.com>2022-02-19 11:12:37 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-19 11:12:37 +0700
commitc288e3b528c448734367f535e84e9d17cee44a32 (patch)
tree03cb380166b382c9d9cb41a567e8df23f43e1583 /audio
parentdc272b484d6545db09463d724123cc6bd0d618a5 (diff)
downloadslackbuilds-c288e3b528c448734367f535e84e9d17cee44a32.tar.gz
slackbuilds-c288e3b528c448734367f535e84e9d17cee44a32.tar.xz
audio/exhale: Updated for version 1.1.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/exhale/exhale.SlackBuild14
-rw-r--r--audio/exhale/exhale.info6
2 files changed, 8 insertions, 12 deletions
diff --git a/audio/exhale/exhale.SlackBuild b/audio/exhale/exhale.SlackBuild
index cdd57e607f..099bc3885a 100644
--- a/audio/exhale/exhale.SlackBuild
+++ b/audio/exhale/exhale.SlackBuild
@@ -2,7 +2,7 @@
# ----------------------------------------------------------------------
# Slackware build script for exhale
#
-# Copyright (c) 2020 - 2021 Andrew Strong, Blue Mountains, Australia.
+# Copyright (c) 2020 - 2022 Andrew Strong, Blue Mountains, Australia.
#
# Permission to use, copy, modify, and distribute this software for
# any purpose with or without fee is hereby granted, provided that
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=exhale
-VERSION=${VERSION:-1.1.1}
+VERSION=${VERSION:-1.1.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -51,18 +51,14 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-# The compiler flag '-std=c++11' is required for a succesful compile
-# under Slackware 14.2 and gcc 5.3.0. This flag is not required for
-# versions of Slackware > 14.2.
-
if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -mtune=i686 -std=c++11"
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686 -std=c++11"
+ SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC -std=c++11"
+ SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2 -std=c++11"
diff --git a/audio/exhale/exhale.info b/audio/exhale/exhale.info
index 1c4fee3cc5..cc0a0ca163 100644
--- a/audio/exhale/exhale.info
+++ b/audio/exhale/exhale.info
@@ -1,8 +1,8 @@
PRGNAM="exhale"
-VERSION="1.1.1"
+VERSION="1.1.9"
HOMEPAGE="https://gitlab.com/ecodis/exhale"
-DOWNLOAD="https://gitlab.com/ecodis/exhale/-/archive/v1.1.1/exhale-v1.1.1.tar.gz"
-MD5SUM="432130dfbcd6b219268b235973dcca83"
+DOWNLOAD="https://gitlab.com/ecodis/exhale/-/archive/v1.1.9/exhale-v1.1.9.tar.gz"
+MD5SUM="735e595d0dd3defb02cc9d320dbb4253"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""