summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-09-18 19:39:24 +0000
committer Eric Hameleers <alien@slackware.com>2022-09-18 19:39:24 +0000
commit995bee09712a37b3493b9848650e111929fa056e (patch)
tree93d915a7fea5e6c3de995ffe05fdf45e60b95aea
parentca86e8e47c77a9a2634a30ac849d04814efb9dc5 (diff)
downloadasb-995bee09712a37b3493b9848650e111929fa056e.tar.gz
asb-995bee09712a37b3493b9848650e111929fa056e.tar.xz
musescore: rebuilt against PortMidi 2.x.
-rwxr-xr-xmusescore/build/musescore.SlackBuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/musescore/build/musescore.SlackBuild b/musescore/build/musescore.SlackBuild
index 3988deb3..9abe91db 100755
--- a/musescore/build/musescore.SlackBuild
+++ b/musescore/build/musescore.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2019, 2020, 2021 Eric Hameleers, Eindhoven, NL
+# Copyright 2019, 2020, 2021, 2022 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -53,10 +53,12 @@
# * Update.
# 3.5.2-1: 17/oct/2020 by Eric Hameleers <alien@slackware.com>
# * Update.
-# 3.6.1-1: 30/jan/2020 by Eric Hameleers <alien@slackware.com>
+# 3.6.1-1: 30/jan/2021 by Eric Hameleers <alien@slackware.com>
# * Update.
-# 3.6.2-1: 09/feb/2020 by Eric Hameleers <alien@slackware.com>
+# 3.6.2-1: 09/feb/2021 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.6.2-2: 18/sep/2022 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt against PortMidi 2.0.3.
#
# Run 'sh musescore.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -68,7 +70,7 @@ SRCNAM=MuseScore
PRGNAM=musescore
VERSION=${VERSION:-3.6.2}
MAJVER=$(echo $VERSION |cut -d. -f1,2)
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
@@ -222,6 +224,7 @@ cd build-musescore
-DDOWNLOAD_SOUNDFONT="OFF" \
-DMUSESCORE_BUILD_CONFIG="release" \
-DUSE_SYSTEM_FREETYPE="ON" \
+ -DUSE_SYSTEM_POPPLER="ON" \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log
make \
2>&1 | tee -a $OUTPUT/make-${PRGNAM}.log