/[ports]
ViewVC logotype

Revision 492687


Jump to revision: Previous Next
Author: adridg
Date: Mon Feb 11 11:23:46 2019 UTC (5 years, 4 months ago)
Changed paths: 4
Log Message:
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


Changed paths

Path Details
Directoryhead/audio/musescore/Makefile modified , text changed
Directoryhead/audio/musescore/distinfo modified , text changed
Directoryhead/audio/musescore/files/patch-git_bb0c1a9b added
Directoryhead/audio/musescore/pkg-plist modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27