multimedia/MuseScore: Updated for version 3.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
klaatu 2021-01-27 14:46:30 +13:00 committed by Willy Sudiarto Raharjo
parent fff1d707c1
commit 05ff58168c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 13 additions and 8 deletions

View file

@ -3,7 +3,7 @@
# Maintained by Klaatu at member.fsf dot org
PRGNAM=MuseScore
VERSION=${VERSION:-3.4.2}
VERSION=${VERSION:-3.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,11 +60,15 @@ sed -i 's|share/man|man|' CMakeLists.txt
#musescore doesn't like to build with webengine with qt4 installed
#because the qmake finder finds the qt4 version. lets patch this
sed -i 's/qmake)/qmake-qt5)/g' build/FindQt5.cmake
make revision
make release \
PREFIX=/usr \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
LDFLAGS="-pthread" \
MUSESCORE_BUILD_CONFIG=release \
DOWNLOAD_SOUNDFONT=OFF \
USE_SYSTEM_FREETYPE=ON \
BUILD_WEBENGINE=ON \
@ -73,6 +77,7 @@ make install \
-C build.release \
DESTDIR=$PKG \
UPDATE_CACHE=FALSE
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View file

@ -1,12 +1,12 @@
PRGNAM="MuseScore"
VERSION="3.4.2"
VERSION="3.6"
HOMEPAGE="http://www.musescore.org/"
DOWNLOAD="https://github.com/musescore/MuseScore/archive/v3.4.2/MuseScore-3.4.2.tar.gz \
http://ftp.osuosl.org/pub/musescore/soundfont/MuseScore_General/MuseScore_General.sf3 \
http://ftp.osuosl.org/pub/musescore/soundfont/MuseScore_General/MuseScore_General_License.md"
MD5SUM="d0fb3df64a8d5b5cf229d001b3711788 \
52b81759e686ee0da40a459d32cb3ea9 \
fe7f450714f342135be1f5df7dbab8db"
DOWNLOAD="https://github.com/musescore/MuseScore/archive/v3.6/MuseScore-3.6.tar.gz \
http://ftp.osuosl.org/pub/musescore/soundfont/MuseScore_General/MuseScore_General.sf3 \
http://ftp.osuosl.org/pub/musescore/soundfont/MuseScore_General/MuseScore_General_License.md"
MD5SUM="63c890ef7849da113b80d699a23ccaac \
7b354559c7ef4e859a2bfad8738d477d \
bc7b4fbe58b37788876b6c36f19577d0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5-webkit jack lame portaudio portmidi"