svn commit: r498685 - in head/audio/musescore: . files
Adriaan de Groot
adridg at FreeBSD.org
Thu Apr 11 21:39:48 UTC 2019
Author: adridg
Date: Thu Apr 11 21:39:46 2019
New Revision: 498685
URL: https://svnweb.freebsd.org/changeset/ports/498685
Log:
Update audio/musescore to latest 3.0.5
The interesting improvements are in 3.0.3, UI and playback improvements:
https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3/release-notes-musescore-303
Then 3.0.4 is some regression fixes, and 3.0.5 has plugin improvements:
https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3x/release-notes-musescore-305
PR: 237198
Reported by: chitty_cloud at me.com
Deleted:
head/audio/musescore/files/patch-git_bb0c1a9b
Modified:
head/audio/musescore/Makefile
head/audio/musescore/distinfo
head/audio/musescore/pkg-plist
Modified: head/audio/musescore/Makefile
==============================================================================
--- head/audio/musescore/Makefile Thu Apr 11 20:55:02 2019 (r498684)
+++ head/audio/musescore/Makefile Thu Apr 11 21:39:46 2019 (r498685)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= musescore
-DISTVERSION= 3.0.2
+DISTVERSION= 3.0.5
CATEGORIES= audio
MASTER_SITES= http://ftp.osuosl.org/pub/musescore/releases/MuseScore-${DISTVERSION}/
DISTNAME= MuseScore-${DISTVERSION}
@@ -30,7 +30,8 @@ ALL_TARGET= lrelease manpages all
INSTALLS_ICONS= yes
CMAKE_ARGS+= -DUSE_SYSTEM_FREETYPE="ON" \
-DBUILD_PORTMIDI=OFF \
- -DBUILD_PCH=OFF
+ -DBUILD_PCH=OFF \
+ -DDOWNLOAD_SOUNDFONT=OFF
DATADIR= ${PREFIX}/share/mscore-${PORTVERSION:R}
Modified: head/audio/musescore/distinfo
==============================================================================
--- head/audio/musescore/distinfo Thu Apr 11 20:55:02 2019 (r498684)
+++ head/audio/musescore/distinfo Thu Apr 11 21:39:46 2019 (r498685)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549439898
-SHA256 (MuseScore-3.0.2.zip) = 620ba2a56d80528c6654f4f59dcfe968b5667ac49fecfd63742ceb92aad5e0b1
-SIZE (MuseScore-3.0.2.zip) = 116531283
+TIMESTAMP = 1555007204
+SHA256 (MuseScore-3.0.5.zip) = 43ee606850195d9ea37f15abefa4110cc40e53f5597f2832d8ac71f25ad4abed
+SIZE (MuseScore-3.0.5.zip) = 120255687
Modified: head/audio/musescore/pkg-plist
==============================================================================
--- head/audio/musescore/pkg-plist Thu Apr 11 20:55:02 2019 (r498684)
+++ head/audio/musescore/pkg-plist Thu Apr 11 21:39:46 2019 (r498685)
@@ -196,6 +196,7 @@ share/mime/packages/musescore.xml
%%DATADIR%%/locale/tours_fi.qm
%%DATADIR%%/locale/tours_fil.qm
%%DATADIR%%/locale/tours_fo.qm
+%%DATADIR%%/locale/tours_fr.qm
%%DATADIR%%/locale/tours_ga.qm
%%DATADIR%%/locale/tours_gd.qm
%%DATADIR%%/locale/tours_gl.qm
@@ -404,6 +405,7 @@ share/mime/packages/musescore.xml
%%DATADIR%%/templates/07-Band_and_Percussion/06-Battery_Percussion.mscx
%%DATADIR%%/templates/07-Band_and_Percussion/07-Large_Pit_Percussion.mscx
%%DATADIR%%/templates/07-Band_and_Percussion/08-Small_Pit_Percussion.mscx
+%%DATADIR%%/templates/07-Band_and_Percussion/09-European_Concert_Band.mscx
%%DATADIR%%/templates/08-Orchestral/01-Classical_Orchestra.mscx
%%DATADIR%%/templates/08-Orchestral/02-Symphony_Orchestra.mscx
%%DATADIR%%/templates/08-Orchestral/03-String_Orchestra.mscx
More information about the svn-ports-all
mailing list