pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import MuseScore-2.0.3 as wip/musescore.



Module Name:	pkgsrc-wip
Committed By:	yrmt <youri.mout%gmail.com@localhost>
Pushed By:	youri
Date:		Fri Jul 14 23:22:29 2017 +0200
Changeset:	96389fa517e24f640b7e7ec1b725e2f2566dae66

Modified Files:
	musescore/DESCR
	musescore/Makefile
	musescore/PLIST
	musescore/distinfo
	musescore/patches/patch-CMakeLists.txt
	musescore/patches/patch-mscore_CMakeLists.txt
Removed Files:
	musescore/TODO

Log Message:
Import MuseScore-2.0.3 as wip/musescore.

Create, play and print beautiful sheet music

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=96389fa517e24f640b7e7ec1b725e2f2566dae66

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 musescore/DESCR                               |  16 +-
 musescore/Makefile                            |  62 +--
 musescore/PLIST                               | 525 ++++++++++++++++----------
 musescore/TODO                                |  11 -
 musescore/distinfo                            |  13 +-
 musescore/patches/patch-CMakeLists.txt        |  26 +-
 musescore/patches/patch-mscore_CMakeLists.txt |  29 +-
 7 files changed, 410 insertions(+), 272 deletions(-)

diffs:
diff --git a/musescore/DESCR b/musescore/DESCR
index 7daa097d6c..d75a4cb44c 100644
--- a/musescore/DESCR
+++ b/musescore/DESCR
@@ -1,15 +1 @@
-MuseScore Score Typesetter
-
-Features:
-      - WYSIWYG design, notes are entered on a "virtual notepaper"
-      - TrueType font(s) for printing & display allows for high quality
-        scaling to all sizes
-      - easy & fast note entry
-      - many editing functions
-      - MusicXML import/export
-      - Midi (SMF) import/export
-      - MuseData import
-      - Midi input for note entry
-      - integrated sequencer and software synthesizer to
-        play the score
-      - print or create pdf files
+Create, play and print beautiful sheet music
diff --git a/musescore/Makefile b/musescore/Makefile
index 7ac36d453f..981cba4282 100644
--- a/musescore/Makefile
+++ b/musescore/Makefile
@@ -1,34 +1,52 @@
-# $NetBSD: Makefile,v 1.2 2012/10/03 15:10:00 asau Exp $
-#
+# $NetBSD$
 
-DISTNAME=	mscore-1.2
-PKGNAME=	${DISTNAME:S/mscore/musescore/}
+DISTNAME=	MuseScore-2.0.3
 CATEGORIES=	audio
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=mscore/}
-EXTRACT_SUFX=	.tar.bz2
+MASTER_SITES=	http://ftp.osuosl.org/pub/musescore/releases/MuseScore-2.0.3/
+EXTRACT_SUFX=	.zip
 
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://musescore.org/
-COMMENT=	Free cross-platform WYSIWYG music notation program
+MAINTAINER=	reinoud%NetBSD.org@localhost
+HOMEPAGE=	http://ftp.osuosl.org/pub/musescore/releases/MuseScore-2.0.3/
+COMMENT=	Create, play and print beautiful sheet music
 LICENSE=	gnu-gpl-v2
 
+WRKSRC=		${WRKDIR}/${DISTNAME} # More than one possibility -- please check manually.
+
+USE_TOOLS+=	make
 USE_CMAKE=	yes
-CMAKE_ARGS+=	-DQTDIR:PATH=${QTDIR:Q}
-WRKSRC=		${WRKDIR}/${DISTNAME}/mscore
-USE_LANGUAGES=	c c++
-USE_TOOLS+=	gmake pkg-config
+USE_LANGUAGES=	c c++11
+
+CFLAGS+=	-fPIC
+CXXFLAGS+=	-fPIC
+#CCFLAGS+=	-fPIC
+CMAKE_ARGS+=	-DALSOFT_BACKEND_PORTAUDIO:BOOL=OFF
+CMAKE_ARGS+=	-DBUILD_PORTAUDIO:BOOL=OFF
+
+#option(BUILD_JACK    "Build with support for ${JACK_LONGNAME} audio backend.
+#jack >= ${JACK_MIN_VERSION} will be needed." ON)
+#option(BUILD_PULSEAUDIO "Build with support for Pulseaudio audio backend." ON)
+#option(BUILD_ALSA "Build with support for ALSA audio backend." ON)
+#option(BUILD_PORTAUDIO "Build with support for Portaudio audio backend." ON)
 
-BUILD_TARGET=	all lrelease
+DEPENDS+=	doxygen-[0-9]*:../../devel/doxygen
+DEPENDS+=	texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic
 
-BUILDLINK_TRANSFORM+=	opt:-ldl:${BUILDLINK_LDADD.dl:M*}
+pre-install:
+	cd ${WRKSCR} && make lrelease
 
 .include "../../audio/alsa-lib/buildlink3.mk"
+.include "../../audio/pulseaudio/buildlink3.mk"
+.include "../../audio/lame/buildlink3.mk"
 .include "../../audio/jack/buildlink3.mk"
-.include "../../audio/portaudio-devel/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-# musescore links against qt4-tools' libraries
-BUILDLINK_DEPMETHOD.qt4-tools= full
-.include "../../x11/qt4-tools/buildlink3.mk"
-.include "../../mk/dlopen.buildlink3.mk"
+#.include "../../audio/portaudio/buildlink3.mk"
+.include "../../databases/gdbm/buildlink3.mk"
+
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtmultimedia/buildlink3.mk"
+.include "../../x11/qt5-qtscript/buildlink3.mk"
+.include "../../x11/qt5-qttools/buildlink3.mk"
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+
 .include "../../mk/bsd.pkg.mk"
diff --git a/musescore/PLIST b/musescore/PLIST
index c61829acaf..acfa5047cd 100644
--- a/musescore/PLIST
+++ b/musescore/PLIST
@@ -1,196 +1,333 @@
-@comment $NetBSD: PLIST,v 1.1 2012/08/20 11:20:14 thomasklausner Exp $
+@comment $NetBSD$
 bin/mscore
-qt4/plugins/designer/libawlplugin.so
-qt4/plugins/script/libqtscript_core.so
-qt4/plugins/script/libqtscript_gui.so
-qt4/plugins/script/libqtscript_network.so
-qt4/plugins/script/libqtscript_uitools.so
-qt4/plugins/script/libqtscript_xml.so
+bin/musescore
+man/man1/mscore.1
+man/man1/musescore.1
 share/applications/mscore.desktop
-share/mscore-${PKGVERSION}/demos/All_Dudes.mscz
-share/mscore-${PKGVERSION}/demos/Estudio-No1-Tarrega.mscx
-share/mscore-${PKGVERSION}/demos/PlanxtyCarolan.mscx
-share/mscore-${PKGVERSION}/demos/Reunion.mscz
-share/mscore-${PKGVERSION}/demos/Triumph.mscz
-share/mscore-${PKGVERSION}/demos/adeste.mscx
-share/mscore-${PKGVERSION}/demos/bach-bc2.mscx
-share/mscore-${PKGVERSION}/demos/golliwogg.mscx
-share/mscore-${PKGVERSION}/demos/inv1.mscx
-share/mscore-${PKGVERSION}/demos/inv10.mscx
-share/mscore-${PKGVERSION}/demos/inv13.mscx
-share/mscore-${PKGVERSION}/demos/inv4.mscx
-share/mscore-${PKGVERSION}/demos/inv6.mscx
-share/mscore-${PKGVERSION}/demos/italian-1.mscz
-share/mscore-${PKGVERSION}/demos/praeludium1.mscx
-share/mscore-${PKGVERSION}/demos/prelude.mscx
-share/mscore-${PKGVERSION}/demos/promenade.mscx
-share/mscore-${PKGVERSION}/demos/sarabande-gfh.mscz
-share/mscore-${PKGVERSION}/demos/sarabande.xml
-share/mscore-${PKGVERSION}/demos/scales.mscx
-share/mscore-${PKGVERSION}/demos/schnee.mscz
-share/mscore-${PKGVERSION}/demos/sonata16.mscx
-share/mscore-${PKGVERSION}/demos/wtc1fuga5.mscz
-share/mscore-${PKGVERSION}/locale/languages.xml
-share/mscore-${PKGVERSION}/locale/mscore_af.qm
-share/mscore-${PKGVERSION}/locale/mscore_ar.qm
-share/mscore-${PKGVERSION}/locale/mscore_ast.qm
-share/mscore-${PKGVERSION}/locale/mscore_be.qm
-share/mscore-${PKGVERSION}/locale/mscore_bg.qm
-share/mscore-${PKGVERSION}/locale/mscore_ca.qm
-share/mscore-${PKGVERSION}/locale/mscore_cs.qm
-share/mscore-${PKGVERSION}/locale/mscore_da.qm
-share/mscore-${PKGVERSION}/locale/mscore_de.qm
-share/mscore-${PKGVERSION}/locale/mscore_el.qm
-share/mscore-${PKGVERSION}/locale/mscore_en_GB.qm
-share/mscore-${PKGVERSION}/locale/mscore_en_US.qm
-share/mscore-${PKGVERSION}/locale/mscore_eo.qm
-share/mscore-${PKGVERSION}/locale/mscore_es.qm
-share/mscore-${PKGVERSION}/locale/mscore_et.qm
-share/mscore-${PKGVERSION}/locale/mscore_eu.qm
-share/mscore-${PKGVERSION}/locale/mscore_fa.qm
-share/mscore-${PKGVERSION}/locale/mscore_fi.qm
-share/mscore-${PKGVERSION}/locale/mscore_fo.qm
-share/mscore-${PKGVERSION}/locale/mscore_fr.qm
-share/mscore-${PKGVERSION}/locale/mscore_gl.qm
-share/mscore-${PKGVERSION}/locale/mscore_he.qm
-share/mscore-${PKGVERSION}/locale/mscore_hi_IN.qm
-share/mscore-${PKGVERSION}/locale/mscore_hr.qm
-share/mscore-${PKGVERSION}/locale/mscore_hu.qm
-share/mscore-${PKGVERSION}/locale/mscore_id.qm
-share/mscore-${PKGVERSION}/locale/mscore_it.qm
-share/mscore-${PKGVERSION}/locale/mscore_ja.qm
-share/mscore-${PKGVERSION}/locale/mscore_ko.qm
-share/mscore-${PKGVERSION}/locale/mscore_lt.qm
-share/mscore-${PKGVERSION}/locale/mscore_nb.qm
-share/mscore-${PKGVERSION}/locale/mscore_nl.qm
-share/mscore-${PKGVERSION}/locale/mscore_pl.qm
-share/mscore-${PKGVERSION}/locale/mscore_pt.qm
-share/mscore-${PKGVERSION}/locale/mscore_pt_BR.qm
-share/mscore-${PKGVERSION}/locale/mscore_ro.qm
-share/mscore-${PKGVERSION}/locale/mscore_ru.qm
-share/mscore-${PKGVERSION}/locale/mscore_sk.qm
-share/mscore-${PKGVERSION}/locale/mscore_sl.qm
-share/mscore-${PKGVERSION}/locale/mscore_sv.qm
-share/mscore-${PKGVERSION}/locale/mscore_th.qm
-share/mscore-${PKGVERSION}/locale/mscore_tr.qm
-share/mscore-${PKGVERSION}/locale/mscore_uk.qm
-share/mscore-${PKGVERSION}/locale/mscore_vi.qm
-share/mscore-${PKGVERSION}/locale/mscore_zh_CN.qm
-share/mscore-${PKGVERSION}/locale/mscore_zh_TW.qm
-share/mscore-${PKGVERSION}/locale/qt_ar.qm
-share/mscore-${PKGVERSION}/locale/qt_ca.qm
-share/mscore-${PKGVERSION}/locale/qt_cs.qm
-share/mscore-${PKGVERSION}/locale/qt_da.qm
-share/mscore-${PKGVERSION}/locale/qt_de.qm
-share/mscore-${PKGVERSION}/locale/qt_el.qm
-share/mscore-${PKGVERSION}/locale/qt_es.qm
-share/mscore-${PKGVERSION}/locale/qt_eu.qm
-share/mscore-${PKGVERSION}/locale/qt_fa.qm
-share/mscore-${PKGVERSION}/locale/qt_fi.qm
-share/mscore-${PKGVERSION}/locale/qt_fr.qm
-share/mscore-${PKGVERSION}/locale/qt_gl.qm
-share/mscore-${PKGVERSION}/locale/qt_he.qm
-share/mscore-${PKGVERSION}/locale/qt_hu.qm
-share/mscore-${PKGVERSION}/locale/qt_id.qm
-share/mscore-${PKGVERSION}/locale/qt_it.qm
-share/mscore-${PKGVERSION}/locale/qt_ja.qm
-share/mscore-${PKGVERSION}/locale/qt_ko.qm
-share/mscore-${PKGVERSION}/locale/qt_lt.qm
-share/mscore-${PKGVERSION}/locale/qt_nl.qm
-share/mscore-${PKGVERSION}/locale/qt_pl.qm
-share/mscore-${PKGVERSION}/locale/qt_pt.qm
-share/mscore-${PKGVERSION}/locale/qt_pt_BR.qm
-share/mscore-${PKGVERSION}/locale/qt_ro.qm
-share/mscore-${PKGVERSION}/locale/qt_ru.qm
-share/mscore-${PKGVERSION}/locale/qt_sk.qm
-share/mscore-${PKGVERSION}/locale/qt_sv.qm
-share/mscore-${PKGVERSION}/locale/qt_tr.qm
-share/mscore-${PKGVERSION}/locale/qt_uk.qm
-share/mscore-${PKGVERSION}/locale/qt_vi.qm
-share/mscore-${PKGVERSION}/locale/qt_zh_CN.qm
-share/mscore-${PKGVERSION}/locale/qt_zh_TW.qm
-share/mscore-${PKGVERSION}/man/MuseScore-da.pdf
-share/mscore-${PKGVERSION}/man/MuseScore-de.pdf
-share/mscore-${PKGVERSION}/man/MuseScore-en.pdf
-share/mscore-${PKGVERSION}/man/MuseScore-es.pdf
-share/mscore-${PKGVERSION}/man/MuseScore-fi.pdf
-share/mscore-${PKGVERSION}/man/MuseScore-fr.pdf
-share/mscore-${PKGVERSION}/man/MuseScore-gl.pdf
-share/mscore-${PKGVERSION}/man/MuseScore-hu.pdf
-share/mscore-${PKGVERSION}/man/MuseScore-it.pdf
-share/mscore-${PKGVERSION}/man/MuseScore-ja.pdf
-share/mscore-${PKGVERSION}/man/MuseScore-nb.pdf
-share/mscore-${PKGVERSION}/man/MuseScore-nl.pdf
-share/mscore-${PKGVERSION}/man/MuseScore-pl.pdf
-share/mscore-${PKGVERSION}/man/MuseScore-pt_BR.pdf
-share/mscore-${PKGVERSION}/man/MuseScore-ro.pdf
-share/mscore-${PKGVERSION}/man/MuseScore-ru.pdf
-share/mscore-${PKGVERSION}/man/MuseScore-zh_CN.pdf
-share/mscore-${PKGVERSION}/plugins/abc_import.js
-share/mscore-${PKGVERSION}/plugins/break/break.js
-share/mscore-${PKGVERSION}/plugins/break/break.ui
-share/mscore-${PKGVERSION}/plugins/chordchart.js
-share/mscore-${PKGVERSION}/plugins/colornotes.js
-share/mscore-${PKGVERSION}/plugins/createscore.js
-share/mscore-${PKGVERSION}/plugins/musescore.com/README.txt
-share/mscore-${PKGVERSION}/plugins/musescore.com/icons/filesaveonline.svg
-share/mscore-${PKGVERSION}/plugins/musescore.com/musescore.com.js
-share/mscore-${PKGVERSION}/plugins/musescore.com/translations/locale_de.qm
-share/mscore-${PKGVERSION}/plugins/musescore.com/translations/locale_es.qm
-share/mscore-${PKGVERSION}/plugins/musescore.com/translations/locale_fr.qm
-share/mscore-${PKGVERSION}/plugins/musescore.com/ui/authorize_dialog.ui
-share/mscore-${PKGVERSION}/plugins/musescore.com/ui/musescore_dialog.ui
-share/mscore-${PKGVERSION}/plugins/musescore.com/ui/musescore_progress.ui
-share/mscore-${PKGVERSION}/plugins/musescore.com/ui/start_browser_dialog.ui
-share/mscore-${PKGVERSION}/plugins/notenames.js
-share/mscore-${PKGVERSION}/plugins/removenotes.js
-share/mscore-${PKGVERSION}/plugins/removenotes.ui
-share/mscore-${PKGVERSION}/sound/TimGM6mb.sf2
-share/mscore-${PKGVERSION}/styles/Jazz_Lead_Sheet.mss
-share/mscore-${PKGVERSION}/styles/MuseJazz.mss
-share/mscore-${PKGVERSION}/styles/cchords_muse.xml
-share/mscore-${PKGVERSION}/styles/cchords_nrb.xml
-share/mscore-${PKGVERSION}/styles/cchords_rb.xml
-share/mscore-${PKGVERSION}/styles/cchords_sym.xml
-share/mscore-${PKGVERSION}/styles/chords.xml
-share/mscore-${PKGVERSION}/styles/jazzchords.xml
-share/mscore-${PKGVERSION}/styles/leadsheet.mss
-share/mscore-${PKGVERSION}/styles/stdchords.xml
-share/mscore-${PKGVERSION}/templates/Chamber Orchestra.mscx
-share/mscore-${PKGVERSION}/templates/Choir SATB with Piano.mscx
-share/mscore-${PKGVERSION}/templates/Choir SATB.mscx
-share/mscore-${PKGVERSION}/templates/Concert Band.mscx
-share/mscore-${PKGVERSION}/templates/Hymn.mscz
-share/mscore-${PKGVERSION}/templates/Jazz Big Band.mscz
-share/mscore-${PKGVERSION}/templates/Jazz Combo.mscz
-share/mscore-${PKGVERSION}/templates/Jazz Lead Sheet.mscz
-share/mscore-${PKGVERSION}/templates/Lead Sheet.mscx
-share/mscore-${PKGVERSION}/templates/Piano.mscx
-share/mscore-${PKGVERSION}/templates/SA Festival Series.mscz
-share/mscore-${PKGVERSION}/templates/SA General Series.mscz
-share/mscore-${PKGVERSION}/templates/SA Triumph Series.mscz
-share/mscore-${PKGVERSION}/templates/UK Brass Band.mscz
-share/mscore-${PKGVERSION}/templates/drumset_fr.drm
-share/mscore-${PKGVERSION}/templates/instruments.xml
-share/mscore-${PKGVERSION}/templates/instruments_ca.xml
-share/mscore-${PKGVERSION}/templates/instruments_de.xml
-share/mscore-${PKGVERSION}/templates/instruments_es.xml
-share/mscore-${PKGVERSION}/templates/instruments_fr.xml
-share/mscore-${PKGVERSION}/templates/instruments_gl.xml
-share/mscore-${PKGVERSION}/templates/instruments_it.xml
-share/mscore-${PKGVERSION}/templates/instruments_ja.xml
-share/mscore-${PKGVERSION}/templates/instruments_nb.xml
-share/mscore-${PKGVERSION}/templates/instruments_nl.xml
-share/mscore-${PKGVERSION}/templates/instruments_pt.xml
-share/mscore-${PKGVERSION}/templates/instruments_pt_BR.xml
-share/mscore-${PKGVERSION}/templates/instruments_ru.xml
-share/mscore-${PKGVERSION}/templates/instruments_uk.xml
-share/mscore-${PKGVERSION}/templates/instruments_zh_CN.xml
-share/mscore-${PKGVERSION}/templates/instruments_zh_TW.xml
-share/mscore-${PKGVERSION}/wallpaper/paper1.png
-share/mscore-${PKGVERSION}/wallpaper/paper2.png
-share/mscore-${PKGVERSION}/wallpaper/paper3.png
-share/mscore-${PKGVERSION}/wallpaper/paper4.png
-share/mscore-${PKGVERSION}/wallpaper/paper5.png
-share/pixmaps/mscore.png
-share/pixmaps/mscore.xpm
+share/icons/hicolor/48x48/mimetypes/application-vnd.recordare.musicxml+xml.png
+share/icons/hicolor/48x48/mimetypes/application-vnd.recordare.musicxml.png
+share/icons/hicolor/48x48/mimetypes/application-x-musescore+xml.png
+share/icons/hicolor/48x48/mimetypes/application-x-musescore.png
+share/icons/hicolor/64x64/apps/mscore.png
+share/icons/hicolor/scalable/apps/mscore.svg
+share/icons/hicolor/scalable/mimetypes/application-vnd.recordare.musicxml+xml.svg
+share/icons/hicolor/scalable/mimetypes/application-vnd.recordare.musicxml.svg
+share/icons/hicolor/scalable/mimetypes/application-x-musescore+xml.svg
+share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
+share/mime/packages/musescore.xml
+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/instruments.xml
+share/mscore-2.0/locale/instruments_af.qm
+share/mscore-2.0/locale/instruments_ar.qm
+share/mscore-2.0/locale/instruments_ast.qm
+share/mscore-2.0/locale/instruments_be.qm
+share/mscore-2.0/locale/instruments_bg.qm
+share/mscore-2.0/locale/instruments_ca.qm
+share/mscore-2.0/locale/instruments_ca%valencia.qm@localhost
+share/mscore-2.0/locale/instruments_cs.qm
+share/mscore-2.0/locale/instruments_cy.qm
+share/mscore-2.0/locale/instruments_da.qm
+share/mscore-2.0/locale/instruments_de.qm
+share/mscore-2.0/locale/instruments_el.qm
+share/mscore-2.0/locale/instruments_en_GB.qm
+share/mscore-2.0/locale/instruments_en_US.qm
+share/mscore-2.0/locale/instruments_eo.qm
+share/mscore-2.0/locale/instruments_es.qm
+share/mscore-2.0/locale/instruments_et.qm
+share/mscore-2.0/locale/instruments_eu.qm
+share/mscore-2.0/locale/instruments_fa.qm
+share/mscore-2.0/locale/instruments_fi.qm
+share/mscore-2.0/locale/instruments_fo.qm
+share/mscore-2.0/locale/instruments_fr.qm
+share/mscore-2.0/locale/instruments_ga.qm
+share/mscore-2.0/locale/instruments_gl.qm
+share/mscore-2.0/locale/instruments_he.qm
+share/mscore-2.0/locale/instruments_hi_IN.qm
+share/mscore-2.0/locale/instruments_hr.qm
+share/mscore-2.0/locale/instruments_hu.qm
+share/mscore-2.0/locale/instruments_id.qm
+share/mscore-2.0/locale/instruments_it.qm
+share/mscore-2.0/locale/instruments_ja.qm
+share/mscore-2.0/locale/instruments_ka.qm
+share/mscore-2.0/locale/instruments_ko.qm
+share/mscore-2.0/locale/instruments_lt.qm
+share/mscore-2.0/locale/instruments_lv.qm
+share/mscore-2.0/locale/instruments_mn_MN.qm
+share/mscore-2.0/locale/instruments_nb.qm
+share/mscore-2.0/locale/instruments_nl.qm
+share/mscore-2.0/locale/instruments_nn.qm
+share/mscore-2.0/locale/instruments_pl.qm
+share/mscore-2.0/locale/instruments_pt.qm
+share/mscore-2.0/locale/instruments_pt_BR.qm
+share/mscore-2.0/locale/instruments_ro.qm
+share/mscore-2.0/locale/instruments_ru.qm
+share/mscore-2.0/locale/instruments_sk.qm
+share/mscore-2.0/locale/instruments_sl.qm
+share/mscore-2.0/locale/instruments_sr.qm
+share/mscore-2.0/locale/instruments_sr_RS.qm
+share/mscore-2.0/locale/instruments_sv.qm
+share/mscore-2.0/locale/instruments_th.qm
+share/mscore-2.0/locale/instruments_tr.qm
+share/mscore-2.0/locale/instruments_uk.qm
+share/mscore-2.0/locale/instruments_uz%Latn.qm@localhost
+share/mscore-2.0/locale/instruments_vi.qm
+share/mscore-2.0/locale/instruments_zh_CN.qm
+share/mscore-2.0/locale/instruments_zh_TW.qm
+share/mscore-2.0/locale/languages.xml
+share/mscore-2.0/locale/mscore_af.qm
+share/mscore-2.0/locale/mscore_ar.qm
+share/mscore-2.0/locale/mscore_ast.qm
+share/mscore-2.0/locale/mscore_be.qm
+share/mscore-2.0/locale/mscore_bg.qm
+share/mscore-2.0/locale/mscore_ca.qm
+share/mscore-2.0/locale/mscore_ca%valencia.qm@localhost
+share/mscore-2.0/locale/mscore_cs.qm
+share/mscore-2.0/locale/mscore_cy.qm
+share/mscore-2.0/locale/mscore_da.qm
+share/mscore-2.0/locale/mscore_de.qm
+share/mscore-2.0/locale/mscore_el.qm
+share/mscore-2.0/locale/mscore_en_GB.qm
+share/mscore-2.0/locale/mscore_en_US.qm
+share/mscore-2.0/locale/mscore_eo.qm
+share/mscore-2.0/locale/mscore_es.qm
+share/mscore-2.0/locale/mscore_et.qm
+share/mscore-2.0/locale/mscore_eu.qm
+share/mscore-2.0/locale/mscore_fa.qm
+share/mscore-2.0/locale/mscore_fi.qm
+share/mscore-2.0/locale/mscore_fo.qm
+share/mscore-2.0/locale/mscore_fr.qm
+share/mscore-2.0/locale/mscore_ga.qm
+share/mscore-2.0/locale/mscore_gl.qm
+share/mscore-2.0/locale/mscore_he.qm
+share/mscore-2.0/locale/mscore_hi_IN.qm
+share/mscore-2.0/locale/mscore_hr.qm
+share/mscore-2.0/locale/mscore_hu.qm
+share/mscore-2.0/locale/mscore_id.qm
+share/mscore-2.0/locale/mscore_it.qm
+share/mscore-2.0/locale/mscore_ja.qm
+share/mscore-2.0/locale/mscore_ka.qm
+share/mscore-2.0/locale/mscore_ko.qm
+share/mscore-2.0/locale/mscore_lt.qm
+share/mscore-2.0/locale/mscore_lv.qm
+share/mscore-2.0/locale/mscore_mn_MN.qm
+share/mscore-2.0/locale/mscore_nb.qm
+share/mscore-2.0/locale/mscore_nl.qm
+share/mscore-2.0/locale/mscore_nn.qm
+share/mscore-2.0/locale/mscore_pl.qm
+share/mscore-2.0/locale/mscore_pt.qm
+share/mscore-2.0/locale/mscore_pt_BR.qm
+share/mscore-2.0/locale/mscore_ro.qm
+share/mscore-2.0/locale/mscore_ru.qm
+share/mscore-2.0/locale/mscore_sk.qm
+share/mscore-2.0/locale/mscore_sl.qm
+share/mscore-2.0/locale/mscore_sr.qm
+share/mscore-2.0/locale/mscore_sr_RS.qm
+share/mscore-2.0/locale/mscore_sv.qm
+share/mscore-2.0/locale/mscore_th.qm
+share/mscore-2.0/locale/mscore_tr.qm
+share/mscore-2.0/locale/mscore_uk.qm
+share/mscore-2.0/locale/mscore_uz%Latn.qm@localhost
+share/mscore-2.0/locale/mscore_vi.qm
+share/mscore-2.0/locale/mscore_zh_CN.qm
+share/mscore-2.0/locale/mscore_zh_TW.qm
+share/mscore-2.0/locale/qt_ar.qm
+share/mscore-2.0/locale/qt_ca.qm
+share/mscore-2.0/locale/qt_cs.qm
+share/mscore-2.0/locale/qt_da.qm
+share/mscore-2.0/locale/qt_de.qm
+share/mscore-2.0/locale/qt_el.qm
+share/mscore-2.0/locale/qt_es.qm
+share/mscore-2.0/locale/qt_eu.qm
+share/mscore-2.0/locale/qt_fa.qm
+share/mscore-2.0/locale/qt_fi.qm
+share/mscore-2.0/locale/qt_fr.qm
+share/mscore-2.0/locale/qt_gl.qm
+share/mscore-2.0/locale/qt_he.qm
+share/mscore-2.0/locale/qt_hu.qm
+share/mscore-2.0/locale/qt_id.qm
+share/mscore-2.0/locale/qt_it.qm
+share/mscore-2.0/locale/qt_ja.qm
+share/mscore-2.0/locale/qt_ko.qm
+share/mscore-2.0/locale/qt_lt.qm
+share/mscore-2.0/locale/qt_nb.qm
+share/mscore-2.0/locale/qt_nl.qm
+share/mscore-2.0/locale/qt_pl.qm
+share/mscore-2.0/locale/qt_pt.qm
+share/mscore-2.0/locale/qt_pt_BR.qm
+share/mscore-2.0/locale/qt_ro.qm
+share/mscore-2.0/locale/qt_ru.qm
+share/mscore-2.0/locale/qt_sk.qm
+share/mscore-2.0/locale/qt_sv.qm
+share/mscore-2.0/locale/qt_tr.qm
+share/mscore-2.0/locale/qt_uk.qm
+share/mscore-2.0/locale/qt_vi.qm
+share/mscore-2.0/locale/qt_zh_CN.qm
+share/mscore-2.0/locale/qt_zh_TW.qm
+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/excerpt.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/mtext.html
+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/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/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/plugins/abc_import.qml
+share/mscore-2.0/plugins/colornotes.qml
+share/mscore-2.0/plugins/createscore.qml
+share/mscore-2.0/plugins/helloqml/helloqml.qml
+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/FluidR3Mono_GM.sf3
+share/mscore-2.0/sound/FluidR3Mono_License.md
+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/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/01-General/03-Grand_Staff.mscz
+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-Barbershop_Quartet.mscz
+share/mscore-2.0/templates/02-Choral/09-Liturgical_Unmetrical.mscz
+share/mscore-2.0/templates/02-Choral/10-Liturgical_Unmetrical_+_Organ.mscz
+share/mscore-2.0/templates/03-Chamber_Music/01-String_Quartet.mscz
+share/mscore-2.0/templates/03-Chamber_Music/02-Wind_Quartet.mscz
+share/mscore-2.0/templates/03-Chamber_Music/03-Wind_Quintet.mscz
+share/mscore-2.0/templates/03-Chamber_Music/04-Saxophone_Quartet.mscz
+share/mscore-2.0/templates/03-Chamber_Music/05-Brass_Quartet.mscz
+share/mscore-2.0/templates/03-Chamber_Music/06-Brass_Quintet.mscz
+share/mscore-2.0/templates/04-Solo/01-Guitar.mscz
+share/mscore-2.0/templates/04-Solo/02-Guitar_+_Tablature.mscz
+share/mscore-2.0/templates/04-Solo/03-Guitar_Tablature.mscz
+share/mscore-2.0/templates/04-Solo/04-Piano.mscz
+share/mscore-2.0/templates/05-Jazz/01-Jazz_Lead_Sheet.mscz
+share/mscore-2.0/templates/05-Jazz/02-Big_Band.mscz
+share/mscore-2.0/templates/05-Jazz/03-Jazz_Combo.mscz
+share/mscore-2.0/templates/06-Popular/01-Rock_Band.mscz
+share/mscore-2.0/templates/07-Band/01-Concert_Band.mscz
+share/mscore-2.0/templates/08-Orchestral/01-Classical_Orchestra.mscz
+share/mscore-2.0/templates/08-Orchestral/02-Concert_Orchestra.mscz
+share/mscore-2.0/templates/08-Orchestral/03-String_Orchestra.mscz
+share/mscore-2.0/templates/drumset_fr.drm
+share/mscore-2.0/templates/orchestral.drm
+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
diff --git a/musescore/TODO b/musescore/TODO
deleted file mode 100644
index 363afdc8d2..0000000000
--- a/musescore/TODO
+++ /dev/null
@@ -1,11 +0,0 @@
-cannot open audio device
-
-stdout:
-Init midi driver failed
-no audio output found
-init audio driver failed
-sequencer init failed
-registerPlugin: add action idx 5
-Load plugin: no menu property
-preferences.checkUpdateStartup: 168
-lastupdate: 20.08.2012 13:17:32.709
diff --git a/musescore/distinfo b/musescore/distinfo
index 0d8c51415f..a4f4bd1075 100644
--- a/musescore/distinfo
+++ b/musescore/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.1 2012/08/20 11:20:14 thomasklausner Exp $
+$NetBSD$
 
-SHA1 (mscore-1.2.tar.bz2) = 378d9efe4e6f103284bd0b9a61a58ed0c429215e
-RMD160 (mscore-1.2.tar.bz2) = 5df0ba333f7cec4d9e28263d7d1bc3cd741be115
-Size (mscore-1.2.tar.bz2) = 85739954 bytes
-SHA1 (patch-CMakeLists.txt) = 7eb3c0ad3ca8d4ee8358318267d6b9b936aca15e
-SHA1 (patch-mscore_CMakeLists.txt) = 7650cbe029132408c4135b3e4095c88543f396aa
+SHA1 (MuseScore-2.0.3.zip) = be98f5867f2060aedf15e9f20a89bf2e33b423af
+RMD160 (MuseScore-2.0.3.zip) = 28748c9f554cfdb25cdcb799baaa9cc2235197f7
+SHA512 (MuseScore-2.0.3.zip) = d028b0fb7d042c3fc9b4eaaa52d72e4ad381c3aa4aacfce577fe7a7df4b8e5234fda9af3afff26e0cc612ca21a1801a6fdc804937384763e7ef4179d3c302211
+Size (MuseScore-2.0.3.zip) = 55961927 bytes
+SHA1 (patch-CMakeLists.txt) = 2b36ef24dfa884ef6830a97e871d11a45a9542f4
+SHA1 (patch-mscore_CMakeLists.txt) = b226bd4dd4d20a0549baadb7196273467f07a594
diff --git a/musescore/patches/patch-CMakeLists.txt b/musescore/patches/patch-CMakeLists.txt
index d66aec9ec6..14a73d059d 100644
--- a/musescore/patches/patch-CMakeLists.txt
+++ b/musescore/patches/patch-CMakeLists.txt
@@ -1,17 +1,15 @@
-$NetBSD: patch-CMakeLists.txt,v 1.1 2012/08/20 11:20:14 thomasklausner Exp $
+$NetBSD$
 
-lrelease is not in path.
+Install man pages properly.
 
---- CMakeLists.txt.orig	2012-03-13 13:37:09.000000000 +0000
+--- CMakeLists.txt.orig	2016-04-01 02:46:08.000000000 +0000
 +++ CMakeLists.txt
-@@ -421,8 +421,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 ${QTDIR}/bin/lrelease ${PROJECT_SOURCE_DIR}/share/locale/*.ts
-+   COMMAND ${QTDIR}/bin/lrelease ${PROJECT_SOURCE_DIR}/share/plugins/musescore.com/translations/*.ts
-    WORKING_DIRECTORY ${PROJECT_BINARY_DIR}
-    )
- 
+@@ -521,7 +521,7 @@ if (NOT MINGW AND NOT APPLE)
+             )
+     endif (GZIP_EXECUTABLE AND NOT CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
+     # install man pages in either compressed or uncompressed form
+-    install( FILES ${MAN_BUILD} DESTINATION share/man/man1 COMPONENT doc)
++    install( FILES ${MAN_BUILD} DESTINATION man/man1 COMPONENT doc)
+     # create symlink alias for man pages so `man musescore` = `man mscore`
+     find_program( LN_EXECUTABLE ln DOC "A tool for creating symbolic link aliases (optional)." )
+     if (LN_EXECUTABLE)
diff --git a/musescore/patches/patch-mscore_CMakeLists.txt b/musescore/patches/patch-mscore_CMakeLists.txt
index 6711c7e65e..c678d03c4a 100644
--- a/musescore/patches/patch-mscore_CMakeLists.txt
+++ b/musescore/patches/patch-mscore_CMakeLists.txt
@@ -1,15 +1,24 @@
-$NetBSD: patch-mscore_CMakeLists.txt,v 1.1 2012/08/20 11:20:14 thomasklausner Exp $
+$NetBSD$
 
-Fix freetype2 detection/cflags.
+Fix cmake.
 
---- mscore/CMakeLists.txt.orig	2011-07-27 13:32:44.000000000 +0000
+--- mscore/CMakeLists.txt.orig	2016-04-01 02:46:08.000000000 +0000
 +++ mscore/CMakeLists.txt
-@@ -362,7 +362,7 @@ if (NOT MINGW AND NOT APPLE)
+@@ -479,7 +479,6 @@ else (MINGW)
+       ${QT_LIBRARIES}
+       mscore_freetype
+       z
+-      dl
+       pthread
        )
-    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 `pkg-config --cflags freetype2`"
-       )
- endif (NOT MINGW AND NOT APPLE)
+     if (USE_PORTAUDIO)
+@@ -514,9 +513,6 @@ else (MINGW)
+ 
+    # gold does not use indirect shared libraries for symbol resolution, Linux only
+    if (NOT APPLE)
+-      if(USE_JACK)
+-         target_link_libraries(mscore dl)
+-      endif(USE_JACK)
+       target_link_libraries(mscore rt)
+    endif (NOT APPLE)
  


Home | Main Index | Thread Index | Old Index