aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/audio/musescore/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* musescore: 3.5.0 -> 3.5.2Doron Behar2020-11-011-6/+7
| | | | | Use fetchFromGitHub as it seems the only way to get the source now. Also use libsForQt5 as it works.
* musescore: 3.4.2 -> 3.5.0 (#95078)Orivej Desh2020-08-111-4/+11
|
* musescore: Add missing inputs qtgraphicaleffects, qtquickcontrols2Anders Kaseorg2020-05-301-2/+4
| | | | | | | | | | | | | | | Although MuseScore builds and starts without these, it’s unusable because the left palette fails to render, with these errors: qrc:/qml/palettes/PalettesWidget.qml:21:1: module "QtQuick.Controls" version 2.1 is not installed or qrc:/qml/palettes/PalettesWidget.qml:47:5: Type PalettesWidgetHeader unavailable qrc:/qml/palettes/PalettesWidgetHeader.qml:37:5: Type StyledButton unavailable qrc:/qml/palettes/StyledButton.qml:22:1: module "QtGraphicalEffects" is not installed Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* Add myself (turion) to the maintainers list for several packagesManuel Bärenz2020-04-191-1/+1
| | | | | | Following nh2's advice, I want to be more involved in nixpkgs, and I'll start to review changes to programs that are important to me, and that didn't have a long list of maintainers yet.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-2/+2
|
* musescore: 3.2.3 -> 3.4.2Orivej Desh2020-03-181-2/+2
|
* musescore: 3.0.5 -> 3.2.3Сухарик2019-09-021-3/+3
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-1/+1
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* musescore: use qt5's mkDerivationgnidorah2019-08-121-2/+2
| | | | See #65399
* musescore: 3.0.1 -> 3.0.5R. RyanTM2019-03-261-2/+2
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/musescore/versions
* musescore: fetch from download.musescore.comworldofpeace2019-01-281-6/+5
| | | | | | They noted in https://github.com/musescore/MuseScore/releases/tag/v3.0.1 that the revision number in mscore/revision.h was incorrect in the autogenerated github asset.
* musescore: 3.0 -> 3.0.1R. RyanTM2019-01-281-2/+2
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/musescore/versions
* musescore: switch to QtWebEngineDmitry Kalinkin2019-01-041-2/+6
| | | | Since version 3.0 it builds with QtWebEngine by default.
* musescore: 2.3.2 -> 3.0Сухарик2018-12-261-2/+2
|
* musescore: 2.3.1 -> 2.3.2R. RyanTM2018-08-161-2/+2
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/musescore/versions.
* musescore: 2.3 -> 2.3.1R. RyanTM2018-07-131-2/+2
| | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/musescore/versions.
* musescore: 2.2.1 -> 2.3 (#42978)R. RyanTM2018-07-081-2/+2
| | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/musescore/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/2v80cx15ym38qn868pcqvz0cqs3whw66-musescore-2.3/bin/musescore had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/2v80cx15ym38qn868pcqvz0cqs3whw66-musescore-2.3/bin/mscore had a zero exit code or showed the expected version - 0 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 2.3 with grep in /nix/store/2v80cx15ym38qn868pcqvz0cqs3whw66-musescore-2.3 - directory tree listing: https://gist.github.com/304584c69aaf2dab752afab6be611a00 - du listing: https://gist.github.com/e865dcb576e0494795fa4676b35a241c
* musescore: 2.1.0 -> 2.2.1Peter Hoeg2018-05-211-34/+12
| | | | Fixes #29519
* treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel2018-01-051-1/+1
|
* musescore: 2.0.3 -> 2.1.0Jos van den Oever2017-06-161-6/+4
|
* musescore: broken with Qt 5.6Thomas Tuegel2017-03-251-0/+1
|
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-121-2/+2
|\
| * musescore: 2.0.2 -> 2.0.3Shea Levy2016-08-081-2/+2
| |
* | Use general hardening flag toggle listsFranz Pletz2016-03-051-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* | musescore: turn off bindnow/relro hardeningRobin Gloster2016-02-121-0/+3
|/
* musescore: 2.0.1 -> 2.0.2Vincent Laporte2015-10-171-4/+10
|
* musescore: build with Qt 5.5Thomas Tuegel2015-09-271-3/+4
|
* Convert all jack references to libjack2William A. Kennington III2015-06-271-2/+2
|
* musescore: 2.0.0 -> 2.0.1codyopel2015-06-011-10/+30
|
* fix evals /cc @ttuegelDomen Kožar2015-05-101-1/+1
|
* MuseScore: 1.3 -> 2.0.0Cillian de Róiste2015-04-271-16/+14
|
* Add MuseScore 1.3.Jos van den Oever2014-09-121-0/+33