Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.1 27 Feb 2024 18:40:50 |
Adriaan de Groot (adridg) |
audio/musescore: update to 4.2.1, latest upstream
While here, add a .desktop file as requested in PR 275314 . |
4.1.1 18 Sep 2023 20:24:13 |
Adriaan de Groot (adridg) |
audio/musescore: update to 4.1.1, latest upstream
Update to 4.1.1 and repair some dependencies.
PR: 273793
Reported by: Keith White
Provided by: Keith White |
4.1.0 14 Jul 2023 13:24:59 |
Adriaan de Groot (adridg) |
audio/musescore: update to 4.1.0, latest release
All of the audio-backend options have gone away -- I don't see
MuseScore searching for them, either, and do not feel like digging
too far into the configure-and-build of this package either.
It bundles all kinds of stuff, where the most-worstest culprits
are dealt with in post-stage: why this installs Google Test headers
I really don't know. |
3.6.1_4 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
3.6.1_3 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.6.1_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
3.6.1_3 16 Aug 2022 20:10:59 |
Adriaan de Groot (adridg) Author: Mamoru Iwaki |
audio/musescore: ignore qmake (the Qt3 one)
If devel/qmake (the Qt3 version) is installed, it is un-suffixed
and is found as "qmake", rather than the current "qmake-qt5" which
is what Musescore needs.
Patch out the name "qmake" entirely.
Submitted by Mamoru Iwaki in the linked PR. I don't know if we have
a policy on adding people's email addresses out of the PR database,
so I left it out in this commit.
PR: 265775 |
3.6.1_3 29 Jan 2022 22:18:48 |
Hans Petter Selasky (hselasky) |
audio/musescore: Add missing patch.
Fixes 60fe38c099458bc1afcb8983c7bdeed0872f438c .
Approved by: pi (implicit) |
3.6.1_3 29 Jan 2022 17:56:52 |
Hans Petter Selasky (hselasky) |
audio/musescore: Enable support for ALSA MIDI under FreeBSD.
Discussed with: adridg (maintainer)
Approved by: pi (implicit) |
3.6.1_2 23 Jan 2022 20:56:25 |
Rene Ladan (rene) |
cleanup: remove transitive py27 deprecation (www/qt5-webengine) |
3.6.1_2 27 Aug 2021 09:33:27 |
Alexey Dokuchaev (danfe) |
Cleanup: for ports under a* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
3.6.1_2 02 Aug 2021 16:03:15 |
Yuri Victorovich (yuri) |
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) |
3.6.1_1 04 Jul 2021 16:55:16 |
Loïc Bartoletti (lbartoletti) |
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. |
3.6.1 07 Apr 2021 23:19:01 |
Dmitry Marakasov (amdmi3) |
Remove useless Created by: headers mentioning me |
3.6.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.6.1 24 Mar 2021 13:34:36 |
rene |
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 |
3.6.1 08 Feb 2021 00:01:18 |
adridg |
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. |
3.5_2 06 Jan 2021 09:48:13 |
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 |
3.5_1 28 Oct 2020 12:03:09 |
pkubaj |
audio/musescore: fix build on GCC architectures
FreeBSD is not Linux. For some reason this builds with Clang but not GCC.
MFH: 2020Q4 (fix build blanket) |
3.5 13 Aug 2020 19:38:51 |
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 |
3.4.2 13 Apr 2020 20:22:55 |
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 |
3.4.2 04 Apr 2020 17:14:13 |
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) |
3.4.2 08 Feb 2020 14:48:56 |
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 |
3.4.1 28 Jan 2020 10:50:13 |
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 |
3.3.4 06 Dec 2019 00:19:30 |
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. |
3.3.2 05 Dec 2019 11:54:01 |
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. |
3.3.2 19 Nov 2019 10:30:26 |
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 |
3.2.3 19 Aug 2019 12:17:49 |
mat |
Use USE_GITHUB properly.
Pointy hat: adridg arved |
3.2.3 30 Jul 2019 20:36:35 |
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 |
3.0.5_1 26 Jul 2019 20:46:57 |
gerald |
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 |
3.0.5 12 Apr 2019 14:45:40 |
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. |
3.0.5 11 Apr 2019 21:39:46 |
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 |
3.0.2 11 Feb 2019 11:23:46 |
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 |
3.0.0_2 16 Jan 2019 11:13:45 |
tijl |
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 ) |
3.0.0_1 10 Jan 2019 21:04:10 |
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 |
3.0.0 10 Jan 2019 20:30:47 |
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 |
2.1_4 25 Dec 2018 20:25:40 |
tcberner |
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 |
2.1_4 16 Dec 2018 14:49:16 |
tcberner |
Update Qt5 to 5.12.0
http://blog.qt.io/blog/2018/12/06/qt-5-12-lts-released/
- This breaks support for libressl again. Patches are welcome.
PR: 233705
Exp-run by: antoine |
2.1_4 12 Dec 2018 01:35:36 |
gerald |
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 |
2.1_3 04 Nov 2018 19:00:54 |
tcberner |
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 |
2.1_2 02 Sep 2018 09:03:19 |
tcberner |
audio/musescore: fix build with Qt 5.11
PR: 230884
Obtained from: upstream |
2.1_2 29 Jul 2018 22:18:46 |
gerald |
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 |
2.1_1 28 Jun 2018 17:39:55 |
tcberner |
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 |
2.1_1 05 Feb 2018 20:11:25 |
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 |
2.1_1 10 Sep 2017 20:55:39 |
gerald |
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 |
2.1 31 Aug 2017 12:05:39 |
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 |
2.0.2_2 15 May 2017 15:52:22 |
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 |
2.0.2_1 01 Apr 2017 15:23:32 |
gerald |
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 |
2.0.2 14 Nov 2016 05:03:05 |
linimon |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.0.2 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
2.0.2 30 Jun 2016 20:02:43 |
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. |
2.0.2 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
2.0.2 10 Oct 2015 05:44:35 |
marino |
audio/musescore: Upgrade version 1.3 => 2.0.2
PR: 199214
Submitted by: ports fury |
1.3_5 10 Jun 2015 17:34:51 |
amdmi3 |
- Add LICENSE_FILE
- Add USES=desktop-file-utils as suggested by stage-qa |
1.3_4 30 May 2015 20:39:13 |
bapt |
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 |
1.3_3 27 Feb 2015 16:26:44 |
amdmi3 |
- Switch to linguisttools_build |
1.3_3 25 Jan 2015 00:46:12 |
pawel |
Fix detection of libportaudio libraries
PR: 196427
Submitted by: myself
Approved by: hselasky, stephen, marcus, maintainer timeout from others |
1.3_3 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
1.3_3 10 Sep 2014 20:50:37 |
gerald |
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) |
1.3_2 01 Jun 2014 13:03:14 |
ohauer |
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz) |
1.3_2 18 Feb 2014 14:31:33 |
makc |
- Bump PORTREVISION after KDE4_PREFIX change |
1.3_1 24 Dec 2013 21:22:22 |
kwm |
Update freetype to 2.5.2.
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.
Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.
Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.
PR: ports/184587 |
1.3_1 17 Nov 2013 02:12:25 |
avilla |
- Replace QT_.*_REL with QT_.* in PLIST_SUB.
- Adapt plists.
With hat on: kde |
1.3_1 28 Oct 2013 03:03:46 |
nemysis |
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 ) |
1.3 22 Oct 2013 13:50:44 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with a)
Approved by: portmgr (bdrewery) |
1.3 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.3 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
1.3 26 Mar 2013 07:35:23 |
miwi |
- Update to version 1.3
PR: 176548
Submitted by: ports fury |
1.2 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
1.2 17 Jun 2012 20:15:57 |
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> |
1.1_2 07 Jun 2012 12:36:35 |
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 |
1.1_2 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
1.1_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.1_1 08 Sep 2011 17:01:24 |
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> |
1.1 01 Aug 2011 22:05:35 |
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/ |