summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-08-18 11:49:28 +0000
committer Eric Hameleers <alien@slackware.com>2021-08-18 11:49:28 +0000
commit6ddb72412f369d372b0f212458705d64bff29109 (patch)
tree38a4d3e8f52be4c7829d6ae7ce59e16dfd34f530
parented4fd9a5094a95b93ad74784f3d17532efb9e5eb (diff)
downloadasb-6ddb72412f369d372b0f212458705d64bff29109.tar.gz
asb-6ddb72412f369d372b0f212458705d64bff29109.tar.xz
supercollider: update to 3.12.0
-rwxr-xr-xsupercollider/build/supercollider.SlackBuild17
1 files changed, 6 insertions, 11 deletions
diff --git a/supercollider/build/supercollider.SlackBuild b/supercollider/build/supercollider.SlackBuild
index 2d15e86e..2266ccb6 100755
--- a/supercollider/build/supercollider.SlackBuild
+++ b/supercollider/build/supercollider.SlackBuild
@@ -45,6 +45,8 @@
# * Update.
# 3.11.2-1: 26/mar/2021 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.12.0-1: 17/aug/2021 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh supercollider.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -54,7 +56,7 @@
PRGNAM=supercollider
SRCNAM=SuperCollider
-VERSION=${VERSION:-3.11.2}
+VERSION=${VERSION:-3.12.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
@@ -169,11 +171,6 @@ cd ${SRCNAM}-${VERSION}-Source
sed -e '/^#include <QPainter>$/a #include <QPainterPath>' \
-i $(grep -rl '^#include <QPainter>$' .)
-# Fix a linking issue (not resolved in 3.11.2 unfortunately,
-# see https://github.com/supercollider/supercollider/issues/4992
-cat $SRCDIR/patches/supercollder_link_libscsynth.patch | patch -p1 --verbose \
- 2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
-
if [ "$SYSTEM_BOOST" = "YES" ]; then
rm -rf external_libraries/boost
# cmake variable:
@@ -220,12 +217,10 @@ cd build-${PRGNAM}
make DESTDIR=$PKG install 2>&1 | tee $OUTPUT/install-${PRGNAM}.log
cd -
-# Add a proper desktop menu icon and move the SVG into a better location:
-convert -background none $PKG/usr/share/pixmaps/sc_ide.svg \
+# Add a proper desktop menu icon:
+mkdir -p $PKG/usr/share/pixmaps
+convert -background none $PKG/usr/share/icons/hicolor/scalable/apps/sc_ide.svg \
-scale 64 $PKG/usr/share/pixmaps/sc_ide.png
-mkdir -p $PKG/usr/share/icons/hicolor/scalable/apps
-mv $PKG/usr/share/pixmaps/sc_ide.svg \
- $PKG/usr/share/icons/hicolor/scalable/apps/
# Add 'X-DAW' category to the desktop file (for liveslak):
for DESKTOPF in $PKG/usr/share/applications/*.desktop ; do