summaryrefslogtreecommitdiffstats
path: root/musescore/build/musescore.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'musescore/build/musescore.SlackBuild')
-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