summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryan.q@linux.com>2014-12-17 06:40:14 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-12-20 07:16:05 +0700
commit58e9ea52ff1b6b018bd0d601e43fbeb4800ff5e2 (patch)
tree9e4457e370dc40929f51d89fb5e763625cf0b719
parent2607289059fcb809a48b32034555ea1ec0282364 (diff)
downloadslackbuilds-58e9ea52ff1b6b018bd0d601e43fbeb4800ff5e2.tar.gz
slackbuilds-58e9ea52ff1b6b018bd0d601e43fbeb4800ff5e2.tar.xz
audio/apulse: Updated for version 0.1.5 & detect multilib.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com> Thanks to B. Watson for the multilib code. :-)
-rw-r--r--audio/apulse/README8
-rw-r--r--audio/apulse/apulse.SlackBuild8
-rw-r--r--audio/apulse/apulse.info6
3 files changed, 13 insertions, 9 deletions
diff --git a/audio/apulse/README b/audio/apulse/README
index 3dd8d7d9c5..014a29080b 100644
--- a/audio/apulse/README
+++ b/audio/apulse/README
@@ -6,7 +6,9 @@ Any app that requires pulseaudio can be run as such:
PulseAudio is not required.
-To install this on a multilib machine with 32-bit compatibility
-libraries, run the SlackBuild preceded by COMPAT32=yes, like so:
+The SlackBuild now detects a multilib machine and will
+build with COMPAT32 libraries. If you have a reason
+to bypass this, run:
+
+ # COMPAT32=no sh apulse.SlackBuild
- # COMPAT32=yes sh apulse.SlackBuild
diff --git a/audio/apulse/apulse.SlackBuild b/audio/apulse/apulse.SlackBuild
index 29832b1f22..adf4fcb0e8 100644
--- a/audio/apulse/apulse.SlackBuild
+++ b/audio/apulse/apulse.SlackBuild
@@ -23,7 +23,7 @@
# <http://www.gnu.org/licenses/>.
PRGNAM=apulse
-VERSION=${VERSION:-0.1.3}
+VERSION=${VERSION:-0.1.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,8 +53,10 @@ elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
TARGET="x86_64"
LIBDIRSUFFIX="64"
- # set 32-bit compatibility flag default
- COMPAT32=${COMPAT32:-no}
+ ## automatically detect multilib, can be
+ ## overridden by prepending the build with:
+ ## COMPAT32=no
+ [ -e /lib/libc.so.6 ] && COMPAT32="${COMPAT32:-yes}"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
diff --git a/audio/apulse/apulse.info b/audio/apulse/apulse.info
index 96a28b1393..83b1db1688 100644
--- a/audio/apulse/apulse.info
+++ b/audio/apulse/apulse.info
@@ -1,8 +1,8 @@
PRGNAM="apulse"
-VERSION="0.1.3"
+VERSION="0.1.5"
HOMEPAGE="https://github.com/i-rinat/apulse"
-DOWNLOAD="https://github.com/i-rinat/apulse/archive/v0.1.3.tar.gz"
-MD5SUM="a8d02a6175a4835e0477b7055c561be7"
+DOWNLOAD="https://github.com/i-rinat/apulse/archive/v0.1.5.tar.gz"
+MD5SUM="48cd971011f2c9d864cf3dad24803c32"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""