From 995bee09712a37b3493b9848650e111929fa056e Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 18 Sep 2022 19:39:24 +0000 Subject: musescore: rebuilt against PortMidi 2.x. --- musescore/build/musescore.SlackBuild | 11 +++++++---- 1 file 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 # * Update. -# 3.6.1-1: 30/jan/2020 by Eric Hameleers +# 3.6.1-1: 30/jan/2021 by Eric Hameleers # * Update. -# 3.6.2-1: 09/feb/2020 by Eric Hameleers +# 3.6.2-1: 09/feb/2021 by Eric Hameleers # * Update. +# 3.6.2-2: 18/sep/2022 by Eric Hameleers +# * 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 -- cgit v1.2.3-65-gdbad