non port: audio/musescore/Makefile |
SVNWeb
|
Number of commits found: 60 |
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Sat, 29 Jan 2022
|
[ 17:56 Hans Petter Selasky (hselasky) ] 60fe38c
audio/musescore: Enable support for ALSA MIDI under FreeBSD.
Discussed with: adridg (maintainer)
Approved by: pi (implicit)
|
Sun, 23 Jan 2022
|
[ 20:56 Rene Ladan (rene) ] 48d98ef (Only the first 10 of 87 ports in this commit are shown above. )
cleanup: remove transitive py27 deprecation (www/qt5-webengine)
|
Fri, 27 Aug 2021
|
[ 09:33 Alexey Dokuchaev (danfe) ] 8c5d392
Cleanup: for ports under a* categories, drop redundant GH_{ACCOUNT,PROJECT}.
|
Mon, 2 Aug 2021
|
[ 16:03 Yuri Victorovich (yuri) ] 5708ae4 (Only the first 10 of 166 ports in this commit are shown above. )
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version)
|
Sun, 4 Jul 2021
|
[ 16:55 Loïc Bartoletti (lbartoletti) ] be86c4f (Only the first 10 of 49 ports in this commit are shown above. )
misc/qtchooser: remove
QtChooser allows you to select your version of Qt among those installed.
However, this tool is no longer supported upstream and will not be
available for Qt6.
By default, our Qt installations are done in
${LOCALBASE}/lib/qt${QT_VERSION} as recommended.
We have added symbolic linking for the main binaries to
${LOCALBASE}/bin with the suffix -qt5.
|
Wed, 7 Apr 2021
|
[ 23:19 Dmitry Marakasov (amdmi3) ] 5823922 (Only the first 10 of 288 ports in this commit are shown above. )
Remove useless Created by: headers mentioning me
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 24 Mar 2021
|
[ 13:34 rene ] (Only the first 10 of 129 ports in this commit are shown above. )
Mark ports recursively depending on Python 2.7 for expiration on June 23.
For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.
Submitted by: rene
Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D28665
|
Mon, 8 Feb 2021
|
[ 00:01 adridg ] (Only the first 10 of 27 ports in this commit are shown above. )
Update audio/musescore to latest upstream release
Musescore helps you create beautiful sheet music.
Release notes are at
https://musescore.org/en/3.6.1
https://musescore.org/en/node/316462
It's some crash fixes. FreeBSD ports skipped 3.6.0, which had lots more
changes and new sound fonts.
The port Makefile changes more than usual, because I took out
some REINPLACE_CMD and made regular patches from them. Also
MuseScore's CMake code is really weird, so it needs extra
patching to find libogg and such.
|
Wed, 6 Jan 2021
|
[ 09:48 adridg ]
Add USES=localbase to audio/musescore
It is possible to set port OPTIONS so that nothing "else" picks up
LOCALBASE, and Musescore itself just links to -lvorbis without
doing any CMake footwork for it, so we need to add it explicitly.
PR: 251589
Reported by: greg@unrelenting.technology
|
Thu, 13 Aug 2020
|
[ 19:38 adridg ]
Update audio/musescore to latest upstream release, 3.5
- There's no minor (3.5.0) so fiddle a bit with the PLIST substitution
- Adds dependencies for Qt graphicaleffects
- Since musescore is not Qt 5.15 compatible (the palettes are broken,
see https://musescore.org/en/node/307238) but usable-ish, I'm still
committing this since it's no worse than the previous version w/ Qt 5.15,
and users with an older Qt can build against that.
Upstream release notes:
https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3x/release-notes-musescore-35x-3
PR: 247466
|
Mon, 13 Apr 2020
|
[ 20:22 tcberner ]
Remove Webengine from default options on ppc64
- This is another followup to r531601, which updated WebEngine,
but does not yet support ppc64.
Submitted by: pkubaj
|
Sat, 4 Apr 2020
|
[ 17:14 adridg ]
audio/musescore prep-work for CMake 3.17
Prepare for building with CMake 3.17, which suffers from Musescore
upcasing the BUILD_TYPE halfway through. Bug report to CMake is
https://gitlab.kitware.com/cmake/cmake/-/issues/20539
(but I think it's a Musescore problem).
No PORTREVISION bump because nothing changes in current builds,
and this affects only builds that happen after CMake 3.17 comes out.
(and even then the package remains the same)
|
Sat, 8 Feb 2020
|
[ 14:48 adridg ]
audio/musescore Update to latest upstream release, 3.4.2
Release notes at:
https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3x/release-notes-musescore-34x-4
Important fixes:
- accessibility
- the letter L was unavailable
Reported by: portscout
|
Tue, 28 Jan 2020
|
[ 10:50 adridg ]
Update audio/musescore to latest upstream release, 3.4.1
3.4 was a features release, followed quick by a bugfix 3.4.1:
https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3x/release-notes-musescore-34x-2
https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3x/release-notes-musescore-34x-3
The patches change more than usual, since the bizzarre copy-webengine
CMake code moved to another directory.
Reported by: portscout
|
Fri, 6 Dec 2019
|
[ 00:19 adridg ]
Update audio/musescore to latest upstream release, 3.3.4
Release notes:
https://musescore.org/en/3.3.3
https://musescore.org/en/3.3.4
Mostly palette and note input workflow fixes, as well as bugfixes.
|
Thu, 5 Dec 2019
|
[ 11:54 adridg ]
Enable WEBENGINE in audio/musescore on ppc64 in FreeBSD 13.0
Following the options pattern from pkubaj@, there's an upcoming
ABI change which will allow musescore to build. See r519036.
|
Tue, 19 Nov 2019
|
[ 10:30 adridg ]
Update audio/musescore to latest upostream release, 3.3.2
Release notes:
https://musescore.org/en/3.3.2
https://musescore.org/en/3.3
|
Mon, 19 Aug 2019
|
[ 12:17 mat ]
Use USE_GITHUB properly.
Pointy hat: adridg arved
|
Tue, 30 Jul 2019
|
[ 20:36 adridg ]
Update audio/musescore to the latest version
- The sources have moved to GitHub, and are no longer hosted by OSUOSL
- Missed a bunch of releases, see
https://github.com/musescore/MuseScore/releases
for all the missed release notes.
PR: 238803
Reported by: chitty_cloud@me.com
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Fri, 12 Apr 2019
|
[ 14:45 adridg ]
audio/musescore try to get portscout to report new versions
- MASTER_SITES here contains only the one release, so try to
tell portscout to look above it (and hope it understands subdirs).
- While here, pet portlint.
|
Thu, 11 Apr 2019
|
[ 21:39 adridg ]
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@me.com
|
Mon, 11 Feb 2019
|
[ 11:23 adridg ]
Update audio/musescore to 3.0.2 (latest release).
We missed 3.0.1, so the two changelogs are:
https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-301-january-15-2019
https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-302-january-29-2019
I don't know enough about the application's internals to summarize them
here; mostly looks like "lots of bugfixes, please upgrade."
In the port itself:
- dropped option OCR, it's always disabled in source anyway.
- wrestled with option WEBENGINE. It needs to be defined, so that
the correct CMake flag is switched OFF automatically. But it should
not be visible or selectable except on architectures where it makes
sense. OPTIONS_DEFINE_amd64 would add it where needed, but then it's
not defined for architectures where it needs to be off. OPTIONS_EXCLUDE
requires me to list all the architectures it's *not* supported on,
which seems like a bit much. Therefore, leaving the option available,
but off, as a booby-trap for people trying non-default options and
wanting WebEngine on (e.g.) PPC.
PR: 235544
Reported by: chitty_cloud@me.com
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above )
|
Thu, 10 Jan 2019
|
[ 21:04 adridg ]
Fix the audio/musescore update.
- add missing patch file
- change WebEngine to an option, unbreak (hopefully the code is ok)
on aarch64 and ppc64
Should have mentioned that the release notes for 3.0.0 are at
https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3
But that, plus the versions 2.2, 2.2.1, 2.3, 2.3.1 and 2.3.2 that
were skipped in ports are too many to summarize here.
PR: 234801
|
[ 20:30 adridg ]
Update audio/musescore to 3.0.0, the latest release
This skips over 18 months of musescore development to get to
what's new. This version uses WebEngine, although I don't know
what it uses it for; a PORTREVISION should be able to clear that
up and make it available for aarch64 and ppc64.
All the local patches have been dropped, except for some extra
CMake-futzing in order to get it to build with ninja and not
duplicate whole chunks of WebEngine.
PR: 234801
Reported by: kunda
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sun, 4 Nov 2018
|
[ 19:00 tcberner ] (Only the first 10 of 187 ports in this commit are shown above. )
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Mon, 5 Feb 2018
|
[ 20:11 adridg ]
Take maintainership of unowned ports audio/{rosegarden,musescore}.
Both are Qt5 applications related to sheet music.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14206
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Thu, 31 Aug 2017
|
[ 12:05 amdmi3 ]
- Update to 2.1
- Move BROKEN_aarch64 according to portlint suggestion
- Add missing LIB_DEPENDS
- Add missing USE_QT5
- Add missing INSTALLS_ICONS=yes
- Switch to using system freefont
- Add the OCR port option to reflect the cmake option
- Remove redundant patches from files/, moved one to post-patch
PR: 221873
Submitted by: yuri@rawbw.com
|
Mon, 15 May 2017
|
[ 15:52 tcberner ]
Prepare the removal of x11-toolkits/qt5-declarative
devel/qt5-declarative has not been released since Qt 5.5.1, and it
starts to lead to runtime conflicts with qt5-quick if installed.
* No port is actually still using it (there are ports that had it as a
dependency, but do not really require it -- bump these, and remove it).
* Remove it from the Qt 5 metaport.
Reported by: Armin Pirkovitsch
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D10673
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Mon, 14 Nov 2016
|
[ 05:03 linimon ] (Only the first 10 of 15 ports in this commit are shown above. )
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Thu, 30 Jun 2016
|
[ 20:02 adamw ]
Convert a couple ports that use both _CMAKE_ON and _CMAKE_OFF to _CMAKE_BOOL.
Use options helpers all the way in math/carve, because I couldn't help myself.
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 10 Oct 2015
|
[ 05:44 marino ] (Only the first 10 of 11 ports in this commit are shown above. )
audio/musescore: Upgrade version 1.3 => 2.0.2
PR: 199214
Submitted by: ports fury
|
Wed, 10 Jun 2015
|
[ 17:34 amdmi3 ]
- Add LICENSE_FILE
- Add USES=desktop-file-utils as suggested by stage-qa
|
Sat, 30 May 2015
|
[ 20:39 bapt ] (Only the first 10 of 68 ports in this commit are shown above. )
Update portaudio to v19/Remove portaudio2 [1]
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken
Approved by: maintainer
|
Fri, 27 Feb 2015
|
[ 16:26 amdmi3 ]
- Switch to linguisttools_build
|
Sun, 25 Jan 2015
|
[ 00:46 pawel ] (Only the first 10 of 15 ports in this commit are shown above. )
Fix detection of libportaudio libraries
PR: 196427
Submitted by: myself
Approved by: hselasky, stephen, marcus, maintainer timeout from others
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Sun, 1 Jun 2014
|
[ 13:03 ohauer ] (Only the first 10 of 52 ports in this commit are shown above. )
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)
|
Tue, 18 Feb 2014
|
[ 14:31 makc ] (Only the first 10 of 241 ports in this commit are shown above. )
- Bump PORTREVISION after KDE4_PREFIX change
|
Mon, 28 Oct 2013
|
[ 03:03 nemysis ] (Only the first 10 of 12 ports in this commit are shown above. )
audio/musescore
- Bump PORTREVISION for dependency change
- Fix portaudio2 dependency due to recent commit
- Use the new format for LIB_DEPENDS
- Support STAGEDIR and add OPTIONS_SUB
- Add DOCS and Option
audio/zynaddsubfx
- Bump PORTREVISION for dependency change
- Fix portaudio2 dependency due to recent commit
- Use the new format for LIB_DEPENDS
- Add DOCS and EXAMPLES Options
- Change DOCS (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] (Only the first 10 of 879 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Tue, 26 Mar 2013
|
[ 07:35 miwi ]
- Update to version 1.3
PR: 176548
Submitted by: ports fury
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] (Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Sun, 17 Jun 2012
|
[ 20:15 sylvio ]
- Update to version 1.2
New file:
files/patch-mscore__awl__denomspinbox.cpp
files/patch-mscore__mscore__measure.cpp
Remove file:
files/extra-patch-log2
pkg-message
PR: ports/168992
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Thu, 7 Jun 2012
|
[ 12:36 amdmi3 ]
- Mark MAKE_JOBS_UNSAFE, it tends to fail in threaded build somewhere around
all.h generation
- Release maintainership, I don't really use it
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Thu, 8 Sep 2011
|
[ 17:01 amdmi3 ]
- Import some useful bits from another musescore port submission [1]
- Depend on qtscriptgenerator rather than building local copy of it
- Add note on codecs which may be needed to CJK users to pkg-message
- Use %%DATADIR%% macro
- Disable portaudio by default since it doesn't seem to work
PR: 156495 [1]
Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw>
|
Mon, 1 Aug 2011
|
[ 22:05 amdmi3 ]
MuseScore is a free cross-platform WYSIWYG music notation program
that offers a cost-effective alternative to commercial programs
such as Sibelius and Finale.
You can print beautifully engraved sheet music or save it as PDF
or MIDI file.
Some highlights:
* WYSIWYG, notes are entered on a "virtual note sheet"
* Unlimited number of staves
* Up to four voices per staff
* Easy and fast note entry with your keyboard, mouse, or MIDI keyboard
* Integrated sequencer and FluidSynth software synthesizer
* Import and export of MusicXML and Standard MIDI Files
* Available for Windows, Mac and Linux
* Translated in 43 languages
* GNU GPL licensed
WWW: http://musescore.org/
|
Number of commits found: 60 |