summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2015-11-13 02:08:32 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-11-14 07:07:23 +0700
commit412804e2877c36028d1e2bce9d6e91558c0fc075 (patch)
tree41a4a6ea1fc7b312425215ea9e447abddcaa47e1
parent63be5eca5d34bae10e50f4fef053b94465c0194d (diff)
downloadslackbuilds-412804e2877c36028d1e2bce9d6e91558c0fc075.tar.gz
slackbuilds-412804e2877c36028d1e2bce9d6e91558c0fc075.tar.xz
audio/vocoder-ladspa: Updated for version 0.4.
-rw-r--r--audio/vocoder-ladspa/vocoder-ladspa.SlackBuild15
-rw-r--r--audio/vocoder-ladspa/vocoder-ladspa.info6
2 files changed, 9 insertions, 12 deletions
diff --git a/audio/vocoder-ladspa/vocoder-ladspa.SlackBuild b/audio/vocoder-ladspa/vocoder-ladspa.SlackBuild
index c7519394e1..bba9b8b584 100644
--- a/audio/vocoder-ladspa/vocoder-ladspa.SlackBuild
+++ b/audio/vocoder-ladspa/vocoder-ladspa.SlackBuild
@@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=vocoder-ladspa
-VERSION=${VERSION:-0.3}
+VERSION=${VERSION:-0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,10 +40,6 @@ fi
SRCDIR=${PRGNAM%-*}
-# Leave this undocumented. Anyone who cares about it, should be
-# reading SlackBuilds rather than just running them.
-FORCE_SLACK_CFLAGS=${FORCE_SLACK_CFLAGS:-no}
-
set -e
rm -rf $PKG
@@ -60,7 +56,10 @@ find -L . \
-exec chmod 644 {} \;
sed -i "s/-Werror//" Makefile
-if [ "$FORCE_SLACK_CFLAGS" = "yes" ]; then
+
+# Leave this undocumented. Anyone who cares about it, should be
+# reading SlackBuilds rather than just running them.
+if [ "${FORCE_SLACK_CFLAGS:-no}" = "yes" ]; then
sed -i "s/-O3/$SLKCFLAGS/" Makefile
fi
@@ -69,9 +68,7 @@ strip *.so
make install INSTALL_PLUGINS_DIR=$PKG/usr/lib$LIBDIRSUFFIX/ladspa
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- README COPYRIGHT \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README COPYRIGHT $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/audio/vocoder-ladspa/vocoder-ladspa.info b/audio/vocoder-ladspa/vocoder-ladspa.info
index c93f99ed80..9c488d8234 100644
--- a/audio/vocoder-ladspa/vocoder-ladspa.info
+++ b/audio/vocoder-ladspa/vocoder-ladspa.info
@@ -1,8 +1,8 @@
PRGNAM="vocoder-ladspa"
-VERSION="0.3"
+VERSION="0.4"
HOMEPAGE="http://www.sirlab.de/linux/descr_vocoder.html"
-DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/vocoder-ladspa-0.3.tgz"
-MD5SUM="f802cc54b0e55b6764bf0a1f59820c40"
+DOWNLOAD="http://www.sirlab.de/linux/download/vocoder-ladspa-0.4.tgz"
+MD5SUM="c9a2a36666b8c22284ef1f5f1d24ced3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ladspa_sdk"