notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: audio/musescore/distinfo
SVNWeb

Number of commits found: 16

Mon, 8 Feb 2021
[ 00:01 adridg search for other commits by this committer ] Original commit   Revision:564671 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
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.
Thu, 13 Aug 2020
[ 19:38 adridg search for other commits by this committer ] Original commit   Revision:544835
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
Sat, 8 Feb 2020
[ 14:48 adridg search for other commits by this committer ] Original commit   Revision:525555
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 search for other commits by this committer ] Original commit   Revision:524470
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 search for other commits by this committer ] Original commit   Revision:519113
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.
Tue, 19 Nov 2019
[ 10:30 adridg search for other commits by this committer ] Original commit   Revision:517957
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 search for other commits by this committer ] Original commit   Revision:509278
Use USE_GITHUB properly.

Pointy hat:	adridg arved
Tue, 30 Jul 2019
[ 20:36 adridg search for other commits by this committer ] Original commit   Revision:507669
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
Thu, 11 Apr 2019
[ 21:39 adridg search for other commits by this committer ] Original commit   Revision:498685
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 search for other commits by this committer ] Original commit   Revision:492687
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
Thu, 10 Jan 2019
[ 20:30 adridg search for other commits by this committer ] Original commit   Revision:489895
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
Thu, 31 Aug 2017
[ 12:05 amdmi3 search for other commits by this committer ] Original commit   Revision:449027
- 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
Sat, 10 Oct 2015
[ 05:44 marino search for other commits by this committer ] Original commit   Revision:398971 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
audio/musescore: Upgrade version 1.3 => 2.0.2

PR:		199214
Submitted by:	ports fury
Tue, 26 Mar 2013
[ 07:35 miwi search for other commits by this committer ] Original commit   Revision:315265
- Update to version 1.3

PR:		176548
Submitted by:	ports fury
Sun, 17 Jun 2012
[ 20:15 sylvio search for other commits by this committer ] Original commit 
- 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>
Mon, 1 Aug 2011
[ 22:05 amdmi3 search for other commits by this committer ] Original commit 
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: 16