Hi ports --

Here's a rather large diff for MuseScore to update it to the soon to be
released version 2.0.0 -- this is essentially an entirely new program.

The MuseScore team is planning a large PR thingy on "MuseScore 2.0
release day" which is March 24. They would like this in the ports tree
so they can include OpenBSD in this PR thing. It runs great on amd64; I
would appreciate any i386 (or other Qt5 arch) testing to get this in
sooner rather than later!

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/mscore/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile	7 Nov 2014 10:40:05 -0000	1.13
+++ Makefile	22 Mar 2015 01:54:49 -0000
@@ -2,31 +2,34 @@
 
 BROKEN-hppa =	ICE on moc_qtsingleapplication.cxx
 
+V =		2.0.0
 COMMENT =	WYSIWYG music notation software (MuseScore)
-DISTNAME =	mscore-1.3
-REVISION =	6
-EXTRACT_SUFX =	.tar.bz2
+DISTNAME =	MuseScore-${V}
+PKGNAME =	mscore-${V}
+EXTRACT_SUFX =	.zip
 CATEGORIES =	audio x11
-SUBST_VARS +=	DISTNAME
 
 SHARED_ONLY =	Yes
 
 MAINTAINER =	Brian Callahan <bcal...@openbsd.org>
-
 HOMEPAGE =	http://musescore.org/
 
-# GPLv2
-PERMIT_PACKAGE_CDROM =		Yes
-
-WANTLIB += X11 c m portaudio pthread sndfile z
-WANTLIB += lib/qt4/QtDesigner lib/qt4/QtGui lib/qt4/QtNetwork
-WANTLIB += lib/qt4/QtScript lib/qt4/QtScriptTools lib/qt4/QtSvg
-WANTLIB += lib/qt4/QtWebKit lib/qt4/QtXml lib/qt4/QtXmlPatterns
-
-MASTER_SITES =	${MASTER_SITE_SOURCEFORGE:=mscore/}
+# GPLv2 only
+PERMIT_PACKAGE_CDROM =	Yes
 
-MODULES =		devel/cmake \
-			x11/qt4
+WANTLIB += Qt5Concurrent Qt5Core Qt5Declarative Qt5Designer Qt5Gui
+WANTLIB += Qt5Help Qt5Network Qt5OpenGL Qt5PrintSupport Qt5Qml
+WANTLIB += Qt5Quick Qt5QuickWidgets Qt5Script Qt5ScriptTools Qt5Sql
+WANTLIB += Qt5Svg Qt5Test Qt5WebKit Qt5WebKitWidgets Qt5Widgets
+WANTLIB += Qt5Xml Qt5XmlPatterns c m ogg portaudio pthread sndfile
+WANTLIB += vorbis vorbisfile z
+
+MASTER_SITES =	http://ftp.osuosl.org/pub/musescore/releases/MuseScore-2.0/
+
+MODULES =	devel/cmake \
+		x11/qt5
+# pch confuses Ninja
+USE_NINJA =	No
 
 # ICE building moc_qtsingleapplication.cxx with base gcc 4.2.1 on amd64.
 # possible problems with ppc. unsure about other arch.
@@ -34,16 +37,23 @@ MODULES +=		gcc4
 MODGCC4_ARCHS +=	*
 MODGCC4_LANGS +=	c++
 
+BUILD_DEPENDS =	misc/findutils
+
 LIB_DEPENDS =	audio/portaudio-svn \
 		audio/libsndfile>=1.0.25p0
 
-RUN_DEPENDS =	devel/desktop-file-utils
+RUN_DEPENDS =	devel/desktop-file-utils \
+		x11/gtk+2,-guic
 
 CONFIGURE_ARGS =-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
 		-DBUILD_JACK=OFF
 
-WRKSRC =	${WRKDIST}/mscore
-
 NO_TEST =	Yes
+
+post-install:
+.for i in 1024 128 16 2048 24 32 48 512 64 96
+	@cd ${PREFIX}/share/icons/hicolor/${i}x${i}/apps \
+		&& mv musescore-icon-round-${i}.png musescore.png
+.endfor
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/mscore/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo	6 Mar 2013 20:37:56 -0000	1.2
+++ distinfo	22 Mar 2015 01:54:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (mscore-1.3.tar.bz2) = oLYMyJKsAmbFj8Y5K+csCiHDqn/QtuTx3drRyLNr5oM=
-SIZE (mscore-1.3.tar.bz2) = 94704857
+SHA256 (MuseScore-2.0.0.zip) = P2T3y4ep0i3/2TtBzoa8S/kg854UZbBIjzblSDvNBVY=
+SIZE (MuseScore-2.0.0.zip) = 44674095
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: patches/patch-CMakeLists_txt
diff -N patches/patch-CMakeLists_txt
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ patches/patch-CMakeLists_txt	22 Mar 2015 01:54:49 -0000
@@ -0,0 +1,85 @@
+$OpenBSD$
+--- CMakeLists.txt.orig	Sat Mar 21 06:32:53 2015
++++ CMakeLists.txt	Sat Mar 21 13:13:13 2015
+@@ -119,7 +119,7 @@ else (APPLE)
+       set(CMAKE_CXX_FLAGS_RELEASE "-std=gnu++0x -mno-ms-bitfields -O2 -DNDEBUG -DQT_NO_DEBUG")
+    else (MINGW)
+       set(CMAKE_CXX_FLAGS_DEBUG   "-std=c++11 -fPIC -fPIE -g")
+-      set(CMAKE_CXX_FLAGS_RELEASE "-std=c++11 -fPIC -O2 -DNDEBUG -DQT_NO_DEBUG")
++      set(CMAKE_CXX_FLAGS_RELEASE "-std=c++11 -fPIC -DNDEBUG -DQT_NO_DEBUG")
+    endif (MINGW)
+ endif(APPLE)
+ 
+@@ -173,11 +173,11 @@ SET(QT_USE_QTHELP        TRUE)
+ ## alsa >= 1.0.0
+ ##
+ 
+-if (APPLE OR MINGW)
++if (APPLE OR MINGW OR UNIX)
+       message("Disabling ALSA support due to OS X or MINGW build.")
+       set (USE_ALSA 0)
+       set (HAS_MIDI 1)
+-else (APPLE OR MINGW)
++else (APPLE OR MINGW OR UNIX)
+       PKGCONFIG (alsa 1.0.0 ALSA_INCDIR ALSA_LIBDIR ALSA_LIB ALSA_CPP )
+       if (NOT ALSA_INCDIR)
+             message(FATAL_ERROR "Fatal error: ALSA >= 1.0.0 required")
+@@ -186,7 +186,7 @@ else (APPLE OR MINGW)
+             set (USE_ALSA 1)
+             set (HAS_MIDI 1)
+       endif (NOT ALSA_INCDIR)
+-endif (APPLE OR MINGW)
++endif (APPLE OR MINGW OR UNIX)
+ 
+ ##
+ ## pulseaudio
+@@ -196,8 +196,8 @@ if (APPLE OR MINGW)
+       set (USE_PULSEAUDIO 0)
+ else (APPLE OR MINGW)
+       if (PULSEAUDIO_FOUND)
+-            set(USE_PULSEAUDIO 1)
+-            message("Pulseaudio found.")
++            set(USE_PULSEAUDIO 0)
++            message("Pulseaudio not used.")
+       else (PULSEAUDIO_FOUND)
+             set(USE_PULSEAUDIO 0)
+             message("Pulseaudio not found.")
+@@ -372,11 +372,11 @@ add_custom_command(
+     DEPENDS ${PROJECT_SOURCE_DIR}/all.h
+     WORKING_DIRECTORY ${PROJECT_BINARY_DIR}
+     )
+-if (MINGW)
++if (MINGW OR UNIX)
+   set(BUILD_PCH false)
+-else (MINGW)
++else (MINGW OR UNIX)
+   set(BUILD_PCH true)
+-endif(MINGW)
++endif(MINGW OR UNIX)
+ 
+ precompiled_header(QT_INCLUDES all ${BUILD_PCH})
+ 
+@@ -450,18 +450,18 @@ include(Packaging)
+ ##  custom target for translation generation
+ ##
+ 
+-add_custom_target(lupdate
++add_custom_target(lupdate-qt5
+    COMMAND ${PROJECT_SOURCE_DIR}/build/gen-qt-projectfile ${PROJECT_SOURCE_DIR} > mscore.pro
+-   COMMAND ${QT_LUPDATE_EXECUTABLE} -noobsolete ${PROJECT_BINARY_DIR}/mscore.pro
++   COMMAND lupdate-qt5 -noobsolete ${PROJECT_BINARY_DIR}/mscore.pro
+    COMMAND ${PROJECT_SOURCE_DIR}/build/gen-instruments-projectfile ${PROJECT_SOURCE_DIR}/share/instruments > instruments.pro
+-   COMMAND ${QT_LUPDATE_EXECUTABLE} -noobsolete ${PROJECT_BINARY_DIR}/instruments.pro
++   COMMAND lupdate-qt5 -noobsolete ${PROJECT_BINARY_DIR}/instruments.pro
+    WORKING_DIRECTORY ${PROJECT_BINARY_DIR}
+    )
+ 
+-add_custom_target(lrelease
++add_custom_target(lrelease-qt5
+    COMMAND ${PROJECT_SOURCE_DIR}/build/gen-qt-projectfile ${PROJECT_SOURCE_DIR} > mscore.pro
+    COMMAND ${PROJECT_SOURCE_DIR}/build/gen-qt-projectfile ${PROJECT_SOURCE_DIR}/share/instruments > instruments.pro
+-   COMMAND ${QT_LRELEASE_EXECUTABLE} ${PROJECT_SOURCE_DIR}/share/locale/*.ts
++   COMMAND lrelease-qt5 ${PROJECT_SOURCE_DIR}/share/locale/*.ts
+    WORKING_DIRECTORY ${PROJECT_BINARY_DIR}
+    )
+ 
Index: patches/patch-build_gen-qt-projectfile
===================================================================
RCS file: patches/patch-build_gen-qt-projectfile
diff -N patches/patch-build_gen-qt-projectfile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ patches/patch-build_gen-qt-projectfile	22 Mar 2015 01:54:49 -0000
@@ -0,0 +1,20 @@
+$OpenBSD$
+--- build/gen-qt-projectfile.orig	Fri Mar 13 05:24:59 2015
++++ build/gen-qt-projectfile	Sat Mar 14 03:01:04 2015
+@@ -58,14 +58,14 @@ echo "      $1/share/locale/mscore_zh_TW.ts"
+ 
+ 
+ echo "FORMS = \\"
+-uis=`find $1 -name "*.ui"`
++uis=`gfind $1 -name "*.ui"`
+ for a in $uis; do
+       echo "    " $a \\;
+       done
+ echo
+ 
+ echo "SOURCES = \\"
+-uis=`find $1 -name "*.cpp"`
++uis=`gfind $1 -name "*.cpp"`
+ for a in $uis; do
+       echo "    " $a \\;
+       done
Index: patches/patch-mscore_CMakeLists_txt
===================================================================
RCS file: /cvs/ports/audio/mscore/patches/patch-mscore_CMakeLists_txt,v
retrieving revision 1.3
diff -u -p -r1.3 patch-mscore_CMakeLists_txt
--- patches/patch-mscore_CMakeLists_txt	4 Nov 2014 14:36:36 -0000	1.3
+++ patches/patch-mscore_CMakeLists_txt	22 Mar 2015 01:54:49 -0000
@@ -1,55 +1,48 @@
-$OpenBSD: patch-mscore_CMakeLists_txt,v 1.3 2014/11/04 14:36:36 dcoppa Exp $
---- mscore/CMakeLists.txt.orig	Wed Feb 27 12:31:02 2013
-+++ mscore/CMakeLists.txt	Tue Nov  4 15:29:11 2014
-@@ -151,11 +151,11 @@ include(${QT_USE_FILE})
- ## alsa >= 1.0.0
- ##
- 
--if (APPLE OR MINGW)
-+if (APPLE OR MINGW OR UNIX)
- 	message("Disabling ALSA support due to OS X or MINGW build.")
-       set (USE_ALSA 0)
-       set (HAS_MIDI 1)
--else (APPLE OR MINGW)
-+else (APPLE OR MINGW OR UNIX)
-       PKGCONFIG (alsa 1.0.0 ALSA_INCDIR ALSA_LIBDIR ALSA_LIB ALSA_CPP )
-       if (NOT ALSA_INCDIR)
-             message(FATAL_ERROR "Fatal error: ALSA >= 1.0.0 required")
-@@ -164,7 +164,7 @@ else (APPLE OR MINGW)
-             set (USE_ALSA 1)
-             set (HAS_MIDI 1)
-       endif (NOT ALSA_INCDIR)
--endif (APPLE OR MINGW)
-+endif (APPLE OR MINGW OR UNIX)
- 
- 
- ##
-@@ -258,7 +258,7 @@ add_custom_command(
-    )
- 
- set(CMAKE_CXX_FLAGS_DEBUG   "-g")
--set(CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG")
-+set(CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG")
- 
- if (CMAKE_BUILD_TYPE STREQUAL "DEBUG")
-       if (MINGW)
-@@ -274,7 +274,7 @@ else (CMAKE_BUILD_TYPE STREQUAL "DEBUG")
-       if (MINGW)
-             set(FLAGS -O2 -DNDEBUG -DQT_DLL -DQT_NO_DEBUG)
-       else (MINGW)
--            set(FLAGS -O2 -DNDEBUG -DQT_NO_DEBUG)
-+            set(FLAGS -DNDEBUG -DQT_NO_DEBUG)
-       endif (MINGW)
- endif (CMAKE_BUILD_TYPE STREQUAL "DEBUG")
- 
-@@ -427,8 +427,8 @@ add_custom_target(lupdate
- 
- add_custom_target(lrelease
-    COMMAND ${PROJECT_SOURCE_DIR}/gen-qt-projectfile ${PROJECT_SOURCE_DIR} > mscore.pro
--   COMMAND lrelease ${PROJECT_SOURCE_DIR}/share/locale/*.ts
--   COMMAND lrelease ${PROJECT_SOURCE_DIR}/share/plugins/musescore.com/translations/*.ts
-+   COMMAND lrelease4 ${PROJECT_SOURCE_DIR}/share/locale/*.ts
-+   COMMAND lrelease4 ${PROJECT_SOURCE_DIR}/share/plugins/musescore.com/translations/*.ts
-    WORKING_DIRECTORY ${PROJECT_BINARY_DIR}
-    )
+$OpenBSD$
+--- mscore/CMakeLists.txt.orig	Sat Mar 21 06:32:53 2015
++++ mscore/CMakeLists.txt	Sat Mar 21 16:19:37 2015
+@@ -462,7 +462,6 @@ else (MINGW)
+       ${ALSA_LIB}
+       ${QT_LIBRARIES}
+       z
+-      dl
+       pthread
+       )
+     if (USE_PORTAUDIO)
+@@ -492,15 +491,15 @@ else (MINGW)
+      endif (USE_PORTMIDI)
+      target_link_libraries(mscore ${OsxFrameworks})
+    else (APPLE)
+-       target_link_libraries(mscore rt)
++       target_link_libraries(mscore)
+    endif (APPLE)
+ 
+    # gold does not use indirect shared libraries for symbol resolution, Linux only
+    if (NOT APPLE)
+       if(USE_JACK)
+-         target_link_libraries(mscore dl)
++         target_link_libraries(mscore)
+       endif(USE_JACK)
+-      target_link_libraries(mscore rt)
++      target_link_libraries(mscore)
+    endif (NOT APPLE)
+ 
+    if (APPLE)
+@@ -514,7 +513,16 @@ else (MINGW)
+      install (FILES data/musescoreDocument.icns DESTINATION ${Mscore_SHARE_NAME}${Mscore_INSTALL_NAME})
+    else (APPLE)
+      install( TARGETS mscore RUNTIME DESTINATION bin )
+-     install( FILES   data/mscore.png DESTINATION share/pixmaps)
++     install( FILES   ../assets/musescore-icon-round-1024.png DESTINATION share/icons/hicolor/1024x1024/apps)
++     install( FILES   ../assets/musescore-icon-round-128.png DESTINATION share/icons/hicolor/128x128/apps)
++     install( FILES   ../assets/musescore-icon-round-16.png DESTINATION share/icons/hicolor/16x16/apps)
++     install( FILES   ../assets/musescore-icon-round-2048.png DESTINATION share/icons/hicolor/2048x2048/apps)
++     install( FILES   ../assets/musescore-icon-round-24.png DESTINATION share/icons/hicolor/24x24/apps)
++     install( FILES   ../assets/musescore-icon-round-32.png DESTINATION share/icons/hicolor/32x32/apps)
++     install( FILES   ../assets/musescore-icon-round-48.png DESTINATION share/icons/hicolor/48x48/apps)
++     install( FILES   ../assets/musescore-icon-round-512.png DESTINATION share/icons/hicolor/512x512/apps)
++     install( FILES   ../assets/musescore-icon-round-64.png DESTINATION share/icons/hicolor/64x64/apps)
++     install( FILES   ../assets/musescore-icon-round-96.png DESTINATION share/icons/hicolor/96x96/apps)
+    endif (APPLE)
+ endif (MINGW)
  
Index: patches/patch-mscore_al_dsp_cpp
===================================================================
RCS file: patches/patch-mscore_al_dsp_cpp
diff -N patches/patch-mscore_al_dsp_cpp
--- patches/patch-mscore_al_dsp_cpp	10 Mar 2013 11:33:23 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-$OpenBSD: patch-mscore_al_dsp_cpp,v 1.1 2013/03/10 11:33:23 espie Exp $
---- mscore/al/dsp.cpp.orig	Sun Mar 10 10:03:19 2013
-+++ mscore/al/dsp.cpp	Sun Mar 10 10:03:44 2013
-@@ -26,6 +26,7 @@ namespace AL {
- Dsp* dsp;
- 
- #ifdef __i386__
-+#include <stdint.h>
- 
- //---------------------------------------------------------
- //   DspSSE86
Index: patches/patch-mscore_mscore_CMakeLists_txt
===================================================================
RCS file: patches/patch-mscore_mscore_CMakeLists_txt
diff -N patches/patch-mscore_mscore_CMakeLists_txt
--- patches/patch-mscore_mscore_CMakeLists_txt	20 May 2014 14:08:47 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,38 +0,0 @@
-$OpenBSD: patch-mscore_mscore_CMakeLists_txt,v 1.2 2014/05/20 14:08:47 dcoppa Exp $
---- mscore/mscore/CMakeLists.txt.orig	Wed Feb 27 12:28:59 2013
-+++ mscore/mscore/CMakeLists.txt	Mon May 19 21:15:23 2014
-@@ -26,7 +26,7 @@ if (NOT MINGW)
- #     set library search path for runtime linker to load the same
- #     qt libraries as we used at compile time
- #
--set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wl,-rpath,${QT_LIBRARY_DIR}")
-+set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -L${OPENBSD_X11BASE}/lib -Wl,-rpath,${QT_LIBRARY_DIR}")
- endif (NOT MINGW)
- 
- 
-@@ -161,9 +161,9 @@ add_executable ( ${ExecutableName}
- # gold does not use indirect shared libraries for symbol resolution, Linux only
- if (NOT MINGW AND NOT APPLE)
-       if(USE_JACK)
--        target_link_libraries(mscore dl)  
-+        target_link_libraries(mscore)  
-       endif(USE_JACK)
--      target_link_libraries(mscore rt)
-+      target_link_libraries(mscore)
- endif (NOT MINGW AND NOT APPLE)
- 
- if (STATIC_SCRIPT_BINDINGS)
-@@ -345,10 +345,11 @@ if (NOT MINGW AND NOT APPLE)
-       )
-    target_link_libraries(genft al ${QT_LIBRARIES} -lfreetype )
-    set_target_properties(genft
--      PROPERTIES COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -I/usr/include/freetype2"
-+      PROPERTIES COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -I${OPENBSD_X11BASE}/include -I${OPENBSD_X11BASE}/include/freetype2"
-       )
- endif (NOT MINGW AND NOT APPLE)
- 
- ADD_DEPENDENCIES(${ExecutableName} mops1)
--ADD_DEPENDENCIES(${ExecutableName} mops1)
-+ADD_DEPENDENCIES(${ExecutableName} mops2)
-+ADD_DEPENDENCIES(${ExecutableName} lrelease)
- 
Index: patches/patch-mscore_mscore_genft_cpp
===================================================================
RCS file: patches/patch-mscore_mscore_genft_cpp
diff -N patches/patch-mscore_mscore_genft_cpp
--- patches/patch-mscore_mscore_genft_cpp	10 Jan 2014 19:35:29 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-mscore_mscore_genft_cpp,v 1.1 2014/01/10 19:35:29 landry Exp $
-Fix build with freetype 2.5.2, from FreeBSD's
-audio/musescore/files/patch-mscore_mscore_genft.cpp
---- mscore/mscore/genft.cpp.orig	Fri Jan 10 18:41:31 2014
-+++ mscore/mscore/genft.cpp	Fri Jan 10 18:41:54 2014
-@@ -27,7 +27,7 @@
- 
- #include <ft2build.h>
- #include FT_FREETYPE_H
--#include <freetype/tttables.h>
-+#include FT_TRUETYPE_TABLES_H
- #include "al/xml.h"
- 
- QMap<int, int> codemap;
Index: patches/patch-mscore_rtf2html_CMakeLists_txt
===================================================================
RCS file: patches/patch-mscore_rtf2html_CMakeLists_txt
diff -N patches/patch-mscore_rtf2html_CMakeLists_txt
--- patches/patch-mscore_rtf2html_CMakeLists_txt	20 May 2014 14:08:47 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,9 +0,0 @@
-$OpenBSD: patch-mscore_rtf2html_CMakeLists_txt,v 1.1 2014/05/20 14:08:47 dcoppa Exp $
---- mscore/rtf2html/CMakeLists.txt.orig	Wed Feb 27 12:29:20 2013
-+++ mscore/rtf2html/CMakeLists.txt	Mon May 19 21:58:32 2014
-@@ -30,3 +30,5 @@ set_target_properties( rtf2html
-    PROPERTIES COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h"
-    )
- 
-+ADD_DEPENDENCIES(rtf2html mops1)
-+ADD_DEPENDENCIES(rtf2html mops2)
Index: patches/patch-mscore_scriptgen_qtbindings_core_CMakeLists_txt
===================================================================
RCS file: patches/patch-mscore_scriptgen_qtbindings_core_CMakeLists_txt
diff -N patches/patch-mscore_scriptgen_qtbindings_core_CMakeLists_txt
--- patches/patch-mscore_scriptgen_qtbindings_core_CMakeLists_txt	5 Nov 2014 06:03:33 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,21 +0,0 @@
-$OpenBSD: patch-mscore_scriptgen_qtbindings_core_CMakeLists_txt,v 1.2 2014/11/05 06:03:33 dcoppa Exp $
---- mscore/scriptgen/qtbindings/core/CMakeLists.txt.orig	Wed Feb 27 12:29:17 2013
-+++ mscore/scriptgen/qtbindings/core/CMakeLists.txt	Tue Nov  4 21:44:55 2014
-@@ -18,14 +18,14 @@
- #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- #=============================================================================
- 
--set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DQT_NO_DEBUG")
-+set(CMAKE_CXX_FLAGS_RELEASE "-DQT_NO_DEBUG")
- set(CMAKE_CXX_FLAGS_DEBUG   "-DQT_DEBUG")
- 
- if (STATIC_SCRIPT_BINDINGS)
--      set(CMAKE_CXX_FLAGS "-g -Wall -Wextra -Winvalid-pch -DQT_STATICPLUGIN")
-+      set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Winvalid-pch -DQT_STATICPLUGIN")
-       set(LIBTYPE "STATIC")
- else (STATIC_SCRIPT_BINDINGS)
--      set(CMAKE_CXX_FLAGS "-g -Wall -Wextra -Winvalid-pch")
-+      set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Winvalid-pch")
-       set(LIBTYPE "SHARED")
- endif (STATIC_SCRIPT_BINDINGS)
- 
Index: patches/patch-mscore_scriptgen_qtbindings_gui_CMakeLists_txt
===================================================================
RCS file: patches/patch-mscore_scriptgen_qtbindings_gui_CMakeLists_txt
diff -N patches/patch-mscore_scriptgen_qtbindings_gui_CMakeLists_txt
--- patches/patch-mscore_scriptgen_qtbindings_gui_CMakeLists_txt	5 Nov 2014 06:03:33 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,21 +0,0 @@
-$OpenBSD: patch-mscore_scriptgen_qtbindings_gui_CMakeLists_txt,v 1.2 2014/11/05 06:03:33 dcoppa Exp $
---- mscore/scriptgen/qtbindings/gui/CMakeLists.txt.orig	Wed Feb 27 12:29:14 2013
-+++ mscore/scriptgen/qtbindings/gui/CMakeLists.txt	Tue Nov  4 21:46:26 2014
-@@ -18,14 +18,14 @@
- #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- #=============================================================================
- 
--set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DQT_NO_DEBUG")
-+set(CMAKE_CXX_FLAGS_RELEASE "-DQT_NO_DEBUG")
- set(CMAKE_CXX_FLAGS_DEBUG   "-DQT_DEBUG")
- 
- if (STATIC_SCRIPT_BINDINGS)
--      set(CMAKE_CXX_FLAGS "-g -Wall -Wextra -Winvalid-pch -DQT_STATICPLUGIN")
-+      set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Winvalid-pch -DQT_STATICPLUGIN")
-       set(LIBTYPE "STATIC")
- else (STATIC_SCRIPT_BINDINGS)
--      set(CMAKE_CXX_FLAGS "-g -Wall -Wextra -Winvalid-pch")
-+      set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Winvalid-pch")
-       set(LIBTYPE "SHARED")
- endif (STATIC_SCRIPT_BINDINGS)
- 
Index: patches/patch-mscore_scriptgen_qtbindings_network_CMakeLists_txt
===================================================================
RCS file: patches/patch-mscore_scriptgen_qtbindings_network_CMakeLists_txt
diff -N patches/patch-mscore_scriptgen_qtbindings_network_CMakeLists_txt
--- patches/patch-mscore_scriptgen_qtbindings_network_CMakeLists_txt	5 Nov 2014 06:03:33 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,21 +0,0 @@
-$OpenBSD: patch-mscore_scriptgen_qtbindings_network_CMakeLists_txt,v 1.2 2014/11/05 06:03:33 dcoppa Exp $
---- mscore/scriptgen/qtbindings/network/CMakeLists.txt.orig	Wed Feb 27 12:29:19 2013
-+++ mscore/scriptgen/qtbindings/network/CMakeLists.txt	Tue Nov  4 21:47:22 2014
-@@ -18,14 +18,14 @@
- #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- #=============================================================================
- 
--set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DQT_NO_DEBUG")
-+set(CMAKE_CXX_FLAGS_RELEASE "-DQT_NO_DEBUG")
- set(CMAKE_CXX_FLAGS_DEBUG   "-DQT_DEBUG")
- 
- if (STATIC_SCRIPT_BINDINGS)
--      set(CMAKE_CXX_FLAGS "-g -Wall -Wextra -Winvalid-pch -DQT_STATICPLUGIN")
-+      set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Winvalid-pch -DQT_STATICPLUGIN")
-       set(LIBTYPE "STATIC")
- else (STATIC_SCRIPT_BINDINGS)
--      set(CMAKE_CXX_FLAGS "-g -Wall -Wextra -Winvalid-pch")
-+      set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Winvalid-pch")
-       set(LIBTYPE "SHARED")
- endif (STATIC_SCRIPT_BINDINGS)
- 
Index: patches/patch-mscore_scriptgen_qtbindings_uitools_CMakeLists_txt
===================================================================
RCS file: patches/patch-mscore_scriptgen_qtbindings_uitools_CMakeLists_txt
diff -N patches/patch-mscore_scriptgen_qtbindings_uitools_CMakeLists_txt
--- patches/patch-mscore_scriptgen_qtbindings_uitools_CMakeLists_txt	5 Nov 2014 06:03:33 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,21 +0,0 @@
-$OpenBSD: patch-mscore_scriptgen_qtbindings_uitools_CMakeLists_txt,v 1.2 2014/11/05 06:03:33 dcoppa Exp $
---- mscore/scriptgen/qtbindings/uitools/CMakeLists.txt.orig	Wed Feb 27 12:29:19 2013
-+++ mscore/scriptgen/qtbindings/uitools/CMakeLists.txt	Tue Nov  4 21:47:54 2014
-@@ -18,14 +18,14 @@
- #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- #=============================================================================
- 
--set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DQT_NO_DEBUG")
-+set(CMAKE_CXX_FLAGS_RELEASE "-DQT_NO_DEBUG")
- set(CMAKE_CXX_FLAGS_DEBUG   "-DQT_DEBUG")
- 
- if (STATIC_SCRIPT_BINDINGS)
--      set(CMAKE_CXX_FLAGS "-g -Wall -Wextra -Winvalid-pch -DQT_STATICPLUGIN")
-+      set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Winvalid-pch -DQT_STATICPLUGIN")
-       set(LIBTYPE "STATIC")
- else (STATIC_SCRIPT_BINDINGS)
--      set(CMAKE_CXX_FLAGS "-g -Wall -Wextra -Winvalid-pch")
-+      set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Winvalid-pch")
-       set(LIBTYPE "SHARED")
- endif (STATIC_SCRIPT_BINDINGS)
- 
Index: patches/patch-mscore_scriptgen_qtbindings_xml_CMakeLists_txt
===================================================================
RCS file: patches/patch-mscore_scriptgen_qtbindings_xml_CMakeLists_txt
diff -N patches/patch-mscore_scriptgen_qtbindings_xml_CMakeLists_txt
--- patches/patch-mscore_scriptgen_qtbindings_xml_CMakeLists_txt	5 Nov 2014 06:03:33 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,21 +0,0 @@
-$OpenBSD: patch-mscore_scriptgen_qtbindings_xml_CMakeLists_txt,v 1.2 2014/11/05 06:03:33 dcoppa Exp $
---- mscore/scriptgen/qtbindings/xml/CMakeLists.txt.orig	Wed Feb 27 12:29:02 2013
-+++ mscore/scriptgen/qtbindings/xml/CMakeLists.txt	Tue Nov  4 21:48:25 2014
-@@ -18,14 +18,14 @@
- #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- #=============================================================================
- 
--set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DQT_NO_DEBUG")
-+set(CMAKE_CXX_FLAGS_RELEASE "-DQT_NO_DEBUG")
- set(CMAKE_CXX_FLAGS_DEBUG   "-DQT_DEBUG")
- 
- if (STATIC_SCRIPT_BINDINGS)
--      set(CMAKE_CXX_FLAGS "-g -Wall -Wextra -Winvalid-pch -DQT_STATICPLUGIN")
-+      set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Winvalid-pch -DQT_STATICPLUGIN")
-       set(LIBTYPE "STATIC")
- else (STATIC_SCRIPT_BINDINGS)
--      set(CMAKE_CXX_FLAGS "-g -Wall -Wextra -Winvalid-pch")
-+      set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Winvalid-pch")
-       set(LIBTYPE "SHARED")
- endif (STATIC_SCRIPT_BINDINGS)
- 
Index: patches/patch-share_CMakeLists_txt
===================================================================
RCS file: patches/patch-share_CMakeLists_txt
diff -N patches/patch-share_CMakeLists_txt
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ patches/patch-share_CMakeLists_txt	22 Mar 2015 01:54:49 -0000
@@ -0,0 +1,16 @@
+$OpenBSD$
+
+The qm files that are supposed to be generated from the locale directory are
+never generated. They're not mandatory so let's just skip them for now...
+
+--- share/CMakeLists.txt.orig	Sat Mar 21 17:32:01 2015
++++ share/CMakeLists.txt	Sat Mar 21 17:32:07 2015
+@@ -18,7 +18,7 @@
+ #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ #=============================================================================
+ 
+-subdirs(templates wallpaper locale styles sound manual
++subdirs(templates wallpaper styles sound manual
+    workspaces instruments)
+ 
+ install (DIRECTORY
Index: patches/patch-thirdparty_qzip_qzip_cpp
===================================================================
RCS file: patches/patch-thirdparty_qzip_qzip_cpp
diff -N patches/patch-thirdparty_qzip_qzip_cpp
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ patches/patch-thirdparty_qzip_qzip_cpp	22 Mar 2015 01:54:49 -0000
@@ -0,0 +1,11 @@
+$OpenBSD$
+--- thirdparty/qzip/qzip.cpp.orig	Tue Dec 23 13:24:28 2014
++++ thirdparty/qzip/qzip.cpp	Tue Dec 23 13:25:07 2014
+@@ -46,6 +46,7 @@
+ #include "qzipwriter_p.h"
+ 
+ #include <zlib.h>
++#include <sys/stat.h>
+ 
+ #if defined(Q_OS_WIN) or defined(Q_OS_ANDROID)
+ #  undef S_IFREG
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/audio/mscore/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST	22 Apr 2013 14:42:45 -0000	1.3
+++ pkg/PLIST	22 Mar 2015 01:54:49 -0000
@@ -1,214 +1,200 @@
 @comment $OpenBSD: PLIST,v 1.3 2013/04/22 14:42:45 sthen Exp $
 @bin bin/mscore
-lib/qt4/plugins/designer/libawlplugin.so
-lib/qt4/plugins/script/libqtscript_core.so
-lib/qt4/plugins/script/libqtscript_gui.so
-lib/qt4/plugins/script/libqtscript_network.so
-lib/qt4/plugins/script/libqtscript_uitools.so
-lib/qt4/plugins/script/libqtscript_xml.so
 share/applications/mscore.desktop
-share/${DISTNAME}/
-share/${DISTNAME}/demos/
-share/${DISTNAME}/demos/All_Dudes.mscz
-share/${DISTNAME}/demos/Estudio-No1-Tarrega.mscx
-share/${DISTNAME}/demos/PlanxtyCarolan.mscx
-share/${DISTNAME}/demos/Reunion.mscz
-share/${DISTNAME}/demos/Triumph.mscz
-share/${DISTNAME}/demos/adeste.mscx
-share/${DISTNAME}/demos/bach-bc2.mscx
-share/${DISTNAME}/demos/golliwogg.mscx
-share/${DISTNAME}/demos/inv1.mscx
-share/${DISTNAME}/demos/inv10.mscx
-share/${DISTNAME}/demos/inv13.mscx
-share/${DISTNAME}/demos/inv4.mscx
-share/${DISTNAME}/demos/inv6.mscx
-share/${DISTNAME}/demos/italian-1.mscz
-share/${DISTNAME}/demos/praeludium1.mscx
-share/${DISTNAME}/demos/prelude.mscx
-share/${DISTNAME}/demos/promenade.mscx
-share/${DISTNAME}/demos/sarabande-gfh.mscz
-share/${DISTNAME}/demos/sarabande.xml
-share/${DISTNAME}/demos/scales.mscx
-share/${DISTNAME}/demos/schnee.mscz
-share/${DISTNAME}/demos/sonata16.mscx
-share/${DISTNAME}/demos/wtc1fuga5.mscz
-share/${DISTNAME}/locale/
-share/${DISTNAME}/locale/languages.xml
-share/${DISTNAME}/locale/mscore_af.qm
-share/${DISTNAME}/locale/mscore_ar.qm
-share/${DISTNAME}/locale/mscore_ast.qm
-share/${DISTNAME}/locale/mscore_be.qm
-share/${DISTNAME}/locale/mscore_bg.qm
-share/${DISTNAME}/locale/mscore_ca.qm
-share/${DISTNAME}/locale/mscore_cs.qm
-share/${DISTNAME}/locale/mscore_da.qm
-share/${DISTNAME}/locale/mscore_de.qm
-share/${DISTNAME}/locale/mscore_el.qm
-share/${DISTNAME}/locale/mscore_en_GB.qm
-share/${DISTNAME}/locale/mscore_en_US.qm
-share/${DISTNAME}/locale/mscore_eo.qm
-share/${DISTNAME}/locale/mscore_es.qm
-share/${DISTNAME}/locale/mscore_et.qm
-share/${DISTNAME}/locale/mscore_eu.qm
-share/${DISTNAME}/locale/mscore_fa.qm
-share/${DISTNAME}/locale/mscore_fi.qm
-share/${DISTNAME}/locale/mscore_fo.qm
-share/${DISTNAME}/locale/mscore_fr.qm
-share/${DISTNAME}/locale/mscore_gl.qm
-share/${DISTNAME}/locale/mscore_he.qm
-share/${DISTNAME}/locale/mscore_hi_IN.qm
-share/${DISTNAME}/locale/mscore_hr.qm
-share/${DISTNAME}/locale/mscore_hu.qm
-share/${DISTNAME}/locale/mscore_id.qm
-share/${DISTNAME}/locale/mscore_it.qm
-share/${DISTNAME}/locale/mscore_ja.qm
-share/${DISTNAME}/locale/mscore_ko.qm
-share/${DISTNAME}/locale/mscore_lt.qm
-share/${DISTNAME}/locale/mscore_nb.qm
-share/${DISTNAME}/locale/mscore_nl.qm
-share/${DISTNAME}/locale/mscore_pl.qm
-share/${DISTNAME}/locale/mscore_pt.qm
-share/${DISTNAME}/locale/mscore_pt_BR.qm
-share/${DISTNAME}/locale/mscore_ro.qm
-share/${DISTNAME}/locale/mscore_ru.qm
-share/${DISTNAME}/locale/mscore_sk.qm
-share/${DISTNAME}/locale/mscore_sl.qm
-share/${DISTNAME}/locale/mscore_sv.qm
-share/${DISTNAME}/locale/mscore_th.qm
-share/${DISTNAME}/locale/mscore_tr.qm
-share/${DISTNAME}/locale/mscore_uk.qm
-share/${DISTNAME}/locale/mscore_vi.qm
-share/${DISTNAME}/locale/mscore_zh_CN.qm
-share/${DISTNAME}/locale/mscore_zh_TW.qm
-share/${DISTNAME}/locale/qt_ar.qm
-share/${DISTNAME}/locale/qt_ca.qm
-share/${DISTNAME}/locale/qt_cs.qm
-share/${DISTNAME}/locale/qt_da.qm
-share/${DISTNAME}/locale/qt_de.qm
-share/${DISTNAME}/locale/qt_el.qm
-share/${DISTNAME}/locale/qt_es.qm
-share/${DISTNAME}/locale/qt_eu.qm
-share/${DISTNAME}/locale/qt_fa.qm
-share/${DISTNAME}/locale/qt_fi.qm
-share/${DISTNAME}/locale/qt_fr.qm
-share/${DISTNAME}/locale/qt_gl.qm
-share/${DISTNAME}/locale/qt_he.qm
-share/${DISTNAME}/locale/qt_hu.qm
-share/${DISTNAME}/locale/qt_id.qm
-share/${DISTNAME}/locale/qt_it.qm
-share/${DISTNAME}/locale/qt_ja.qm
-share/${DISTNAME}/locale/qt_ko.qm
-share/${DISTNAME}/locale/qt_lt.qm
-share/${DISTNAME}/locale/qt_nl.qm
-share/${DISTNAME}/locale/qt_pl.qm
-share/${DISTNAME}/locale/qt_pt.qm
-share/${DISTNAME}/locale/qt_pt_BR.qm
-share/${DISTNAME}/locale/qt_ro.qm
-share/${DISTNAME}/locale/qt_ru.qm
-share/${DISTNAME}/locale/qt_sk.qm
-share/${DISTNAME}/locale/qt_sv.qm
-share/${DISTNAME}/locale/qt_tr.qm
-share/${DISTNAME}/locale/qt_uk.qm
-share/${DISTNAME}/locale/qt_vi.qm
-share/${DISTNAME}/locale/qt_zh_CN.qm
-share/${DISTNAME}/locale/qt_zh_TW.qm
-share/${DISTNAME}/man/
-share/${DISTNAME}/man/MuseScore-da.pdf
-share/${DISTNAME}/man/MuseScore-de.pdf
-share/${DISTNAME}/man/MuseScore-en.pdf
-share/${DISTNAME}/man/MuseScore-es.pdf
-share/${DISTNAME}/man/MuseScore-fi.pdf
-share/${DISTNAME}/man/MuseScore-fr.pdf
-share/${DISTNAME}/man/MuseScore-gl.pdf
-share/${DISTNAME}/man/MuseScore-hu.pdf
-share/${DISTNAME}/man/MuseScore-it.pdf
-share/${DISTNAME}/man/MuseScore-ja.pdf
-share/${DISTNAME}/man/MuseScore-nb.pdf
-share/${DISTNAME}/man/MuseScore-nl.pdf
-share/${DISTNAME}/man/MuseScore-pl.pdf
-share/${DISTNAME}/man/MuseScore-pt_BR.pdf
-share/${DISTNAME}/man/MuseScore-ro.pdf
-share/${DISTNAME}/man/MuseScore-ru.pdf
-share/${DISTNAME}/man/MuseScore-zh_CN.pdf
-share/${DISTNAME}/plugins/
-share/${DISTNAME}/plugins/abc_import/
-share/${DISTNAME}/plugins/abc_import/abc_import.js
-share/${DISTNAME}/plugins/abc_import/abc_import.ui
-share/${DISTNAME}/plugins/break/
-share/${DISTNAME}/plugins/break/break.js
-share/${DISTNAME}/plugins/break/break.ui
-share/${DISTNAME}/plugins/chordchart.js
-share/${DISTNAME}/plugins/colornotes.js
-share/${DISTNAME}/plugins/musescore.com/
-share/${DISTNAME}/plugins/musescore.com/README.txt
-share/${DISTNAME}/plugins/musescore.com/icons/
-share/${DISTNAME}/plugins/musescore.com/icons/filesaveonline.svg
-share/${DISTNAME}/plugins/musescore.com/musescore.com.js
-share/${DISTNAME}/plugins/musescore.com/translations/
-share/${DISTNAME}/plugins/musescore.com/translations/locale_de.qm
-share/${DISTNAME}/plugins/musescore.com/translations/locale_es.qm
-share/${DISTNAME}/plugins/musescore.com/translations/locale_fr.qm
-share/${DISTNAME}/plugins/musescore.com/ui/
-share/${DISTNAME}/plugins/musescore.com/ui/authorize_dialog.ui
-share/${DISTNAME}/plugins/musescore.com/ui/musescore_dialog.ui
-share/${DISTNAME}/plugins/musescore.com/ui/musescore_progress.ui
-share/${DISTNAME}/plugins/musescore.com/ui/start_browser_dialog.ui
-share/${DISTNAME}/plugins/notenames.js
-share/${DISTNAME}/plugins/removenotes.js
-share/${DISTNAME}/plugins/removenotes.ui
-share/${DISTNAME}/sound/
-share/${DISTNAME}/sound/TimGM6mb.sf2
-share/${DISTNAME}/styles/
-share/${DISTNAME}/styles/Jazz_Lead_Sheet.mss
-share/${DISTNAME}/styles/MuseJazz.mss
-share/${DISTNAME}/styles/cchords_muse.xml
-share/${DISTNAME}/styles/cchords_nrb.xml
-share/${DISTNAME}/styles/cchords_rb.xml
-share/${DISTNAME}/styles/cchords_sym.xml
-share/${DISTNAME}/styles/chords.xml
-share/${DISTNAME}/styles/jazzchords.xml
-share/${DISTNAME}/styles/leadsheet.mss
-share/${DISTNAME}/styles/stdchords.xml
-share/${DISTNAME}/templates/
-share/${DISTNAME}/templates/Chamber Orchestra.mscx
-share/${DISTNAME}/templates/Choir SATB with Piano.mscx
-share/${DISTNAME}/templates/Choir SATB.mscx
-share/${DISTNAME}/templates/Concert Band.mscx
-share/${DISTNAME}/templates/Hymn.mscz
-share/${DISTNAME}/templates/Jazz Big Band.mscz
-share/${DISTNAME}/templates/Jazz Combo.mscz
-share/${DISTNAME}/templates/Jazz Lead Sheet.mscz
-share/${DISTNAME}/templates/Lead Sheet.mscx
-share/${DISTNAME}/templates/Piano.mscx
-share/${DISTNAME}/templates/SA Festival Series.mscz
-share/${DISTNAME}/templates/SA General Series.mscz
-share/${DISTNAME}/templates/SA Triumph Series.mscz
-share/${DISTNAME}/templates/UK Brass Band.mscz
-share/${DISTNAME}/templates/drumset_fr.drm
-share/${DISTNAME}/templates/instruments.xml
-share/${DISTNAME}/templates/instruments_ca.xml
-share/${DISTNAME}/templates/instruments_de.xml
-share/${DISTNAME}/templates/instruments_es.xml
-share/${DISTNAME}/templates/instruments_fr.xml
-share/${DISTNAME}/templates/instruments_gl.xml
-share/${DISTNAME}/templates/instruments_it.xml
-share/${DISTNAME}/templates/instruments_ja.xml
-share/${DISTNAME}/templates/instruments_nb.xml
-share/${DISTNAME}/templates/instruments_nl.xml
-share/${DISTNAME}/templates/instruments_pt.xml
-share/${DISTNAME}/templates/instruments_pt_BR.xml
-share/${DISTNAME}/templates/instruments_ru.xml
-share/${DISTNAME}/templates/instruments_uk.xml
-share/${DISTNAME}/templates/instruments_zh_CN.xml
-share/${DISTNAME}/templates/instruments_zh_TW.xml
-share/${DISTNAME}/wallpaper/
-share/${DISTNAME}/wallpaper/paper1.png
-share/${DISTNAME}/wallpaper/paper2.png
-share/${DISTNAME}/wallpaper/paper3.png
-share/${DISTNAME}/wallpaper/paper4.png
-share/${DISTNAME}/wallpaper/paper5.png
-share/pixmaps/
-share/pixmaps/mscore.png
-share/pixmaps/mscore.xpm
+share/icons/hicolor/1024x1024/
+share/icons/hicolor/1024x1024/apps/
+share/icons/hicolor/1024x1024/apps/musescore.png
+share/icons/hicolor/128x128/apps/musescore.png
+share/icons/hicolor/16x16/apps/musescore.png
+share/icons/hicolor/2048x2048/
+share/icons/hicolor/2048x2048/apps/
+share/icons/hicolor/2048x2048/apps/musescore.png
+share/icons/hicolor/24x24/apps/musescore.png
+share/icons/hicolor/32x32/apps/musescore.png
+share/icons/hicolor/48x48/apps/musescore.png
+share/icons/hicolor/512x512/apps/musescore.png
+share/icons/hicolor/64x64/apps/musescore.png
+share/icons/hicolor/96x96/apps/musescore.png
+share/mscore-2.0/
+share/mscore-2.0/demos/
+share/mscore-2.0/demos/All_Dudes.mscz
+share/mscore-2.0/demos/Reunion.mscz
+share/mscore-2.0/demos/Triumph.mscz
+share/mscore-2.0/instruments/
+share/mscore-2.0/instruments/instruments.xml
+share/mscore-2.0/manual/
+share/mscore-2.0/manual/plugins/
+share/mscore-2.0/manual/plugins/accidental.html
+share/mscore-2.0/manual/plugins/ambitus.html
+share/mscore-2.0/manual/plugins/arpeggio.html
+share/mscore-2.0/manual/plugins/articulation.html
+share/mscore-2.0/manual/plugins/barline.html
+share/mscore-2.0/manual/plugins/beam.html
+share/mscore-2.0/manual/plugins/bend.html
+share/mscore-2.0/manual/plugins/box.html
+share/mscore-2.0/manual/plugins/bracket.html
+share/mscore-2.0/manual/plugins/breath.html
+share/mscore-2.0/manual/plugins/bsymbol.html
+share/mscore-2.0/manual/plugins/chord.html
+share/mscore-2.0/manual/plugins/chordline.html
+share/mscore-2.0/manual/plugins/chordrest.html
+share/mscore-2.0/manual/plugins/clef.html
+share/mscore-2.0/manual/plugins/compound.html
+share/mscore-2.0/manual/plugins/cursor.html
+share/mscore-2.0/manual/plugins/durationelement.html
+share/mscore-2.0/manual/plugins/dynamic.html
+share/mscore-2.0/manual/plugins/element.html
+share/mscore-2.0/manual/plugins/fbox.html
+share/mscore-2.0/manual/plugins/figuredbass.html
+share/mscore-2.0/manual/plugins/figuredbassitem.html
+share/mscore-2.0/manual/plugins/fileio.html
+share/mscore-2.0/manual/plugins/fingering.html
+share/mscore-2.0/manual/plugins/fretdiagram.html
+share/mscore-2.0/manual/plugins/fsymbol.html
+share/mscore-2.0/manual/plugins/glissando.html
+share/mscore-2.0/manual/plugins/glissandosegment.html
+share/mscore-2.0/manual/plugins/groups.html
+share/mscore-2.0/manual/plugins/hairpin.html
+share/mscore-2.0/manual/plugins/hairpinsegment.html
+share/mscore-2.0/manual/plugins/harmony.html
+share/mscore-2.0/manual/plugins/hbox.html
+share/mscore-2.0/manual/plugins/hook.html
+share/mscore-2.0/manual/plugins/image.html
+share/mscore-2.0/manual/plugins/instrumentchange.html
+share/mscore-2.0/manual/plugins/jump.html
+share/mscore-2.0/manual/plugins/keysig.html
+share/mscore-2.0/manual/plugins/layoutbreak.html
+share/mscore-2.0/manual/plugins/ledgerline.html
+share/mscore-2.0/manual/plugins/line.html
+share/mscore-2.0/manual/plugins/linesegment.html
+share/mscore-2.0/manual/plugins/lyrics.html
+share/mscore-2.0/manual/plugins/manual.css
+share/mscore-2.0/manual/plugins/marker.html
+share/mscore-2.0/manual/plugins/measure.html
+share/mscore-2.0/manual/plugins/measurebase.html
+share/mscore-2.0/manual/plugins/mscore.png
+share/mscore-2.0/manual/plugins/musescore.html
+share/mscore-2.0/manual/plugins/note.html
+share/mscore-2.0/manual/plugins/notedot.html
+share/mscore-2.0/manual/plugins/notehead.html
+share/mscore-2.0/manual/plugins/noteline.html
+share/mscore-2.0/manual/plugins/ossia.html
+share/mscore-2.0/manual/plugins/ottava.html
+share/mscore-2.0/manual/plugins/ottavasegment.html
+share/mscore-2.0/manual/plugins/page.html
+share/mscore-2.0/manual/plugins/pageformat.html
+share/mscore-2.0/manual/plugins/part.html
+share/mscore-2.0/manual/plugins/pedal.html
+share/mscore-2.0/manual/plugins/pedalsegment.html
+share/mscore-2.0/manual/plugins/plugins.html
+share/mscore-2.0/manual/plugins/qprocess.html
+share/mscore-2.0/manual/plugins/rehearsalmark.html
+share/mscore-2.0/manual/plugins/repeatmeasure.html
+share/mscore-2.0/manual/plugins/rest.html
+share/mscore-2.0/manual/plugins/rubberband.html
+share/mscore-2.0/manual/plugins/score.html
+share/mscore-2.0/manual/plugins/scoreview.html
+share/mscore-2.0/manual/plugins/segment.html
+share/mscore-2.0/manual/plugins/sline.html
+share/mscore-2.0/manual/plugins/slur.html
+share/mscore-2.0/manual/plugins/slursegment.html
+share/mscore-2.0/manual/plugins/slurtie.html
+share/mscore-2.0/manual/plugins/spacer.html
+share/mscore-2.0/manual/plugins/spanner.html
+share/mscore-2.0/manual/plugins/spannersegment.html
+share/mscore-2.0/manual/plugins/stafflines.html
+share/mscore-2.0/manual/plugins/staffstate.html
+share/mscore-2.0/manual/plugins/stafftext.html
+share/mscore-2.0/manual/plugins/stem.html
+share/mscore-2.0/manual/plugins/stemslash.html
+share/mscore-2.0/manual/plugins/svggenerator.html
+share/mscore-2.0/manual/plugins/symbol.html
+share/mscore-2.0/manual/plugins/system.html
+share/mscore-2.0/manual/plugins/tbox.html
+share/mscore-2.0/manual/plugins/tempotext.html
+share/mscore-2.0/manual/plugins/text.html
+share/mscore-2.0/manual/plugins/textline.html
+share/mscore-2.0/manual/plugins/textlinesegment.html
+share/mscore-2.0/manual/plugins/tie.html
+share/mscore-2.0/manual/plugins/timesig.html
+share/mscore-2.0/manual/plugins/tremolo.html
+share/mscore-2.0/manual/plugins/tremolobar.html
+share/mscore-2.0/manual/plugins/trill.html
+share/mscore-2.0/manual/plugins/trillsegment.html
+share/mscore-2.0/manual/plugins/tuplet.html
+share/mscore-2.0/manual/plugins/vbox.html
+share/mscore-2.0/manual/plugins/volta.html
+share/mscore-2.0/manual/plugins/voltasegment.html
+share/mscore-2.0/manual/reference-en.pdf
+share/mscore-2.0/plugins/
+share/mscore-2.0/plugins/abc_import.qml
+share/mscore-2.0/plugins/colornotes.qml
+share/mscore-2.0/plugins/createscore.qml
+share/mscore-2.0/plugins/helloqml/
+share/mscore-2.0/plugins/helloqml/helloqml.qml
+share/mscore-2.0/plugins/helloqml/translations/
+share/mscore-2.0/plugins/helloqml/translations/locale_de.qm
+share/mscore-2.0/plugins/helloqml/translations/locale_de.ts
+share/mscore-2.0/plugins/notenames.qml
+share/mscore-2.0/plugins/panel.qml
+share/mscore-2.0/plugins/random.qml
+share/mscore-2.0/plugins/random2.qml
+share/mscore-2.0/plugins/run.qml
+share/mscore-2.0/plugins/scorelist.qml
+share/mscore-2.0/plugins/view.qml
+share/mscore-2.0/plugins/walk.qml
+share/mscore-2.0/sound/
+share/mscore-2.0/sound/FluidR3Mono_GM.sf3
+share/mscore-2.0/sound/FluidR3Mono_License.md
+share/mscore-2.0/styles/
+share/mscore-2.0/styles/MuseJazz.mss
+share/mscore-2.0/styles/cchords_muse.xml
+share/mscore-2.0/styles/cchords_nrb.xml
+share/mscore-2.0/styles/cchords_rb.xml
+share/mscore-2.0/styles/cchords_sym.xml
+share/mscore-2.0/styles/chords.xml
+share/mscore-2.0/styles/chords_jazz.xml
+share/mscore-2.0/styles/chords_std.xml
+share/mscore-2.0/styles/jazzchords.xml
+share/mscore-2.0/styles/stdchords.xml
+share/mscore-2.0/templates/
+share/mscore-2.0/templates/01-General/
+share/mscore-2.0/templates/01-General/00-Blank.mscz
+share/mscore-2.0/templates/01-General/01-Treble_Clef.mscz
+share/mscore-2.0/templates/01-General/02-Bass_Clef.mscz
+share/mscore-2.0/templates/02-Choral/
+share/mscore-2.0/templates/02-Choral/01-SATB.mscz
+share/mscore-2.0/templates/02-Choral/02-SATB_+_Organ.mscz
+share/mscore-2.0/templates/02-Choral/03-SATB_+_Piano.mscz
+share/mscore-2.0/templates/02-Choral/04-SATB_Closed_Score.mscz
+share/mscore-2.0/templates/02-Choral/05-SATB_Closed_Score_+_Organ.mscz
+share/mscore-2.0/templates/02-Choral/06-SATB_Closed_Score_+_Piano.mscz
+share/mscore-2.0/templates/02-Choral/07-Voice_Piano.mscz
+share/mscore-2.0/templates/02-Choral/08-Liturgical_Unmetrical.mscz
+share/mscore-2.0/templates/02-Choral/09-Liturgical_Unmetrical_+_Organ.mscz
+share/mscore-2.0/templates/03-Solo/
+share/mscore-2.0/templates/03-Solo/01-Guitar.mscz
+share/mscore-2.0/templates/03-Solo/02-Guitar_+_Tablature.mscz
+share/mscore-2.0/templates/03-Solo/03-Guitar_Tablature.mscz
+share/mscore-2.0/templates/03-Solo/04-Piano.mscz
+share/mscore-2.0/templates/04-Jazz/
+share/mscore-2.0/templates/04-Jazz/01-Jazz_Lead_Sheet.mscz
+share/mscore-2.0/templates/04-Jazz/02-Big_Band.mscz
+share/mscore-2.0/templates/04-Jazz/03-Jazz_Combo.mscz
+share/mscore-2.0/templates/05-Orchestral/
+share/mscore-2.0/templates/05-Orchestral/01-Classical_Orchestra.mscz
+share/mscore-2.0/templates/05-Orchestral/02-String_Quartet.mscz
+share/mscore-2.0/templates/06-Band/
+share/mscore-2.0/templates/06-Band/01-Rock_Band.mscz
+share/mscore-2.0/templates/drumset_fr.drm
+share/mscore-2.0/templates/orchestral.drm
+share/mscore-2.0/wallpaper/
+share/mscore-2.0/wallpaper/paper1.png
+share/mscore-2.0/wallpaper/paper2.png
+share/mscore-2.0/wallpaper/paper3.png
+share/mscore-2.0/wallpaper/paper4.png
+share/mscore-2.0/wallpaper/paper5.png
+@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
+@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database

Reply via email to