summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-06-18 17:39:01 +0000
committer Eric Hameleers <alien@slackware.com>2023-06-18 17:39:01 +0000
commitb49674038b8554f9ec406858691b38680a90a10a (patch)
treeb2340016d5e752c165de6e36eb39c338a615cec8
parentd3f973b40ab773bd6416169ab4953c940eae75b4 (diff)
downloadasb-b49674038b8554f9ec406858691b38680a90a10a.tar.gz
asb-b49674038b8554f9ec406858691b38680a90a10a.tar.xz
sc3-plugins: update to 3.13.0
-rwxr-xr-xsc3-plugins/build/sc3-plugins.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc3-plugins/build/sc3-plugins.SlackBuild b/sc3-plugins/build/sc3-plugins.SlackBuild
index 237ca94a..6915adbf 100755
--- a/sc3-plugins/build/sc3-plugins.SlackBuild
+++ b/sc3-plugins/build/sc3-plugins.SlackBuild
@@ -31,8 +31,12 @@
# Build needs:
# Needs: supercollider
# Changelog:
-# 3.10.0-1: 09/Jun/2020 by Eric Hameleers <alien@slackware.com>
+# 3.10.0-1: 09/jun/2020 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 3.11.1-1: 26/apr/2021 by Eric Hameleers <alien@slackware.com>
+# * Update.
+# 3.13.0-1: 18/jun/2023 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh sc3-plugins.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -41,7 +45,7 @@
# -----------------------------------------------------------------------------
PRGNAM=sc3-plugins
-VERSION=${VERSION:-3.11.1}
+VERSION=${VERSION:-3.13.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
@@ -152,10 +156,6 @@ cd ${PRGNAM}-${VERSION}-Source
chown -R root:root .
chmod -R u+w,go+r-w,a+rX-st .
-## Fix a check which assumes the supercollider sources are present:
-#cat $SRCDIR/patches/sc3-plugins_fix_supernova_check.patch \
-# | patch -p1 --verbose 2>&1 | tee $OUTPUT/patch-$PRGNAM.log
-
# Fix libdir on x86_64:
sed -e "s,lib/,lib${LIBDIRSUFFIX}/,g" \
-i $(find . -name CMakeLists.txt -print0 |xargs -0 grep -l \"lib/)