about summary refs log tree commit diff
path: root/pkgs/applications/audio/musescore
AgeCommit message (Collapse)AuthorFilesLines
2024-06-12musescore: 4.3.1 -> 4.3.2Doron Behar1-2/+2
Diff: https://github.com/musescore/MuseScore/compare/v4.3.1...v4.3.2
2024-05-29musescore: 4.3.0 -> 4.3.1Doron Behar1-3/+13
2024-05-07musescore: 4.2.1 -> 4.3.0R. Ryantm1-2/+2
2024-04-19stdenv: fix missing dependencies in __sandboxProfile and __impureHostDepsDavid McFarland1-5/+0
Fixes: 7f3ca3e21a22 (stdenv: Fix handling of dependencies and hooks) Fixes: #237458
2024-04-01musescore: set meta.platformsWeijia Wang1-0/+1
2024-04-01musescore: fix typo in darwin postInstallWeijia Wang1-1/+1
2024-04-01musescore: remove unused fetchpatchWeijia Wang1-1/+0
2024-03-03musescore: Remove 'broken' for aarch64-linux.Simon Hollingshead1-3/+0
2024-01-24musescore: 4.2.0 -> 4.2.1R. Ryantm1-2/+2
2023-12-18musescore: 4.1.1 -> 4.2.0Anselm Schüler1-23/+2
2023-09-21treewide: use finalAttrs in all packages I maintain (#255902)Doron Behar1-3/+3
* mpd-touch-screen-gui: use finalAttrs in mkDerivation; reformat * musescore: use finalAttrs in mkDerivation * syncthingtray: use stdenv.mkDerivation with a function; reformat * ocrfeeder: use finalAttrs in mkDerivation; reformat * castget: use finalAttrs in mkDerivation * gnome-network-displays: use finalAttrs in mkDerivation * mailreaders: use finalAttrs in mkDerivation * mswatch: use finalAttrs in mkDerivation * uhd: use finalAttrs in mkDerivation * maxima: use finalAttrs in mkDerivation * qalculate-gtk: use finalAttrs in mkDerivation * qalculate-qt: use finalAttrs in mkDerivation * wxmaxima: use finalAttrs in mkDerivation * lammps: use finalAttrs in mkDerivation * mlterm: use finalAttrs in mkDerivation * video-trimmer: use finalAttrs in mkDerivation * nerdfonts: use finalAttrs in mkDerivation * gnomeExtensions.easyScreenCast: use finalAttrs in mkDerivation * octave: use finalAttrs in mkDerivation; reformat * comedilib: use finalAttrs in mkDerivation * cpp-utilities: use finalAttrs in mkDerivation * libsForQt5.kpeoplevcard: use finalAttrs in mkDerivation; reformat * liberio: use finalAttrs in mkDerivation * libqalculate: use finalAttrs in mkDerivation; reformat * libwtk-sdl2: use finalAttrs in mkDerivation * libsForQt5.pulseaudio-qt: use finalAttrs in mkDerivation; reformat * qrupdate: use finalAttrs in mkDerivation; reformat * libsForQt5.qtforkawesome: use finalAttrs in mkDerivation; reformat * libsForQt5.qtutilities: use finalAttrs in mkDerivation; reformat * sqlitecpp: use finalAttrs in mkDerivation; reformat * tweeny: use finalAttrs in mkDerivation * volk: use finalAttrs in mkDerivation * wiringpi: use finalAttrs in mkDerivation * snzip: use finalAttrs in mkDerivation; reformat * bpm-tools: use finalAttrs in mkDerivation; reformat * sacd: use finalAttrs in mkDerivation * gtk-gnutella: use finalAttrs in mkDerivation; reformat * sile: use finalAttrs in mkDerivation * pplatex: use finalAttrs in mkDerivation; reformat
2023-08-17Remove turion (myself) as maintainer from some packagesManuel Bärenz1-1/+1
I have removed myself as maintainer from those packages that: * Have at least one other maintainer * Are outside of my actual expertise, i.e. I wouldn't really know how to fix them if they broke
2023-08-14musescore: add note about why we don't doCheckhuantian1-0/+3
2023-08-12musescore: re-enable using system freetypehuantian1-1/+13
Fixes #244409. Upstream removed the option to use system freetype library in v4.1.0, causing the app to crash on systems when the outdated bundled freetype tries to load the Noto Sans font. For now, re-add the option ourselves. The fix has been merged upstream, so we can remove this patch with the next version. In the future, we may replace the other bundled thirdparty libs with system libs.
2023-07-30Merge pull request #246153 from doronbehar/pkg/musescoreNick Cao1-2/+2
musescore: 4.1.0 -> 4.1.1
2023-07-30musescore: 4.1.0 -> 4.1.1Doron Behar1-2/+2
Diff: https://github.com/musescore/MuseScore/compare/v4.1.0...v4.1.1
2023-07-29musescore: Set ALSA_PLUGIN_DIR.Niklas Hambüchen1-0/+3
This allows sound to work with e.g. MuseScore via nix-shell on Ubuntu.
2023-07-17musescore: Fix darwin build from sourceDoron Behar2-42/+52
Co-authored-by: Randy Eckenrode <randy@largeandhighquality.com>
2023-07-17musescore: remove unneeded bundled libraries and headers from $outDoron Behar1-0/+5
2023-07-17musescore: Remove unneeded qt deps from buildInputsDoron Behar1-4/+0
2023-07-15musescore: Switch to wrapQtAppsHook and stdenv.mkDerivationDoron Behar1-2/+4
The usage of libsForQt5's mkDerivation is deprecated.
2023-07-15musescore: format with nixpkgs-fmtDoron Behar1-10/+56
2023-07-13musescore: 4.0.2 -> 4.1.0Doron Behar2-16/+10
Diff: https://github.com/musescore/MuseScore/compare/v4.0.2...v4.1.0
2023-03-19musescore: 4.0.1 -> 4.0.2Orivej Desh1-2/+2
2023-02-05musescore: meta.mainProgram = "mscore"Anselm Schüler1-0/+1
2023-02-02musescore: 3.6.2 -> 4.0.1Doron Behar3-33/+24
Diff: https://github.com/musescore/MuseScore/compare/v3.6.2...v4.0.1 Update license, fix nixos test and add missing inputs.
2023-01-21treewide: remove global with lib; in pkgs/{audio,blockchain,editors}Shawn89011-4/+2
2022-10-25Musescore: make QT_QPA_PLATFORM env var overridablesinavir1-1/+1
2022-07-06musescore: 2.1 -> 3.6.2.548020600 on darwinJiajie Chen1-4/+4
- Release: https://github.com/musescore/MuseScore/releases/tag/v3.6.2 - Bump musescore to 3.6.2.548020600 - Update download url - Change license to gpl3
2022-03-24treewide: remove meta.repositoriesArtturin2-2/+0
there's no documentation for meta.repositories and its not widely used
2021-11-29musescore: Fix some qt issuesDoron Behar1-4/+4
- Force use QT_QPA_PLATFORM=xcb since setting it to `wayland` causes some GUI issues. - Use qt515 - There are no issues with it at least now (it was set to qt514 in commit c3cd2be2e2f504a0e054275b705bd09c39e3038a). - Don't disable QML cache since it's been a long time since the update from 3.4.2 to 3.5.0 of musescore. - Add @doronbehar as maintainer.
2021-08-27musescore: fix JACK output (#135740)Orivej Desh1-0/+2
It needs to load libjack in audio/drivers/jackweakapi.cpp.
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-03-14Merge pull request #115880 from r-ryantm/auto-update/musescoreRyan Mulligan1-2/+2
musescore: 3.6.1 -> 3.6.2
2021-03-10musescore: remove darwin maintainerEric Bailey1-1/+1
2021-03-11musescore: 3.6.1 -> 3.6.2R. RyanTM1-2/+2
2021-03-03musescore: 3.6 -> 3.6.1R. RyanTM1-2/+2
2021-02-26nixos/tests: add musescoreManuel Bärenz1-0/+3
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-20musescore: 3.5.2 -> 3.6R. RyanTM1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-08musescore: build in release configurationOrivej Desh1-0/+1
This affects settings and document directories. The configuration was "release" before the switch from fetchzip to fetchFromGitHub.
2020-11-14musescore: fix unpack on darwin (#103651)Andrew Childs1-0/+3
2020-11-01musescore: 3.5.0 -> 3.5.2Doron Behar1-6/+7
Use fetchFromGitHub as it seems the only way to get the source now. Also use libsForQt5 as it works.
2020-08-11musescore: 3.4.2 -> 3.5.0 (#95078)Orivej Desh1-4/+11
2020-05-30musescore: Add missing inputs qtgraphicaleffects, qtquickcontrols2Anders Kaseorg1-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>
2020-04-19Add myself (turion) to the maintainers list for several packagesManuel Bärenz1-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.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-4/+4
2020-03-18musescore: 3.2.3 -> 3.4.2Orivej Desh2-13/+7