Update to musescore-3.0.1 -- upstream intends to release regular small

point updates to MuseScore; this is the first of them.
Changelog: https://musescore.org/en/3.0.1
This commit is contained in:
bcallah 2019-01-21 17:00:02 +00:00
parent ce2991f98e
commit 72dbdd2c91
3 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.37 2019/01/14 08:51:03 sebastia Exp $
# $OpenBSD: Makefile,v 1.38 2019/01/21 17:00:02 bcallah Exp $
BROKEN-hppa = ICE on moc_qtsingleapplication.cxx
V = 3.0.0
V = 3.0.1
COMMENT = WYSIWYG music notation software (MuseScore)
DISTNAME = MuseScore-${V}
PKGNAME = musescore-${V}

View File

@ -1,2 +1,2 @@
SHA256 (MuseScore-3.0.0.zip) = inZKH4kRUCy5iHyEzeSo3aGTp2Yze45HfokYXL83IsY=
SIZE (MuseScore-3.0.0.zip) = 116183004
SHA256 (MuseScore-3.0.1.zip) = WTFBN2JhuTL4YY4idwieURzJMNTs5iDih0P++42ui4I=
SIZE (MuseScore-3.0.1.zip) = 116392667

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-mscore_CMakeLists_txt,v 1.9 2019/01/14 08:51:03 sebastia Exp $
$OpenBSD: patch-mscore_CMakeLists_txt,v 1.10 2019/01/21 17:00:02 bcallah Exp $
Index: mscore/CMakeLists.txt
--- mscore/CMakeLists.txt.orig
+++ mscore/CMakeLists.txt
@@ -723,7 +723,7 @@ else (MINGW)
@@ -740,7 +740,7 @@ else (MINGW)
if (APPLE)
target_link_libraries(mscore ${OsxFrameworks})
else (APPLE)
@ -11,7 +11,7 @@ Index: mscore/CMakeLists.txt
endif (APPLE)
# 'gold' does not use indirect shared libraries for symbol resolution, Linux only
@@ -731,7 +731,7 @@ else (MINGW)
@@ -748,7 +748,7 @@ else (MINGW)
if(USE_JACK)
target_link_libraries(mscore ${CMAKE_DL_LIBS})
endif(USE_JACK)