summary refs log tree commit diff
path: root/pkgs/applications/audio/rosegarden
Commit message (Collapse)AuthorAge
* rosegarden: format, cleanupSandro Jäckel2021-07-27
|
* Change all alsaLib references to alsa-libAndersonTorres2021-06-10
|
* rosegarden: 20.06 -> 20.12R. RyanTM2021-03-13
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
|
* rosegarden: 19.12 -> 20.06R. RyanTM2020-07-07
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* lrdf: move from librdf librariesOrivej Desh2020-03-23
| | | | It was never called librdf and it is not a librdf.org project.
* rosegarden: 19.06 -> 19.12Matthias Wimmer2020-01-22
| | | | New upstream release
* rosegarden: add alsaLib as a dependencyMatthias Wimmer2020-01-19
| | | | | | Without ALSA rosegarden will be built without MIDI support. Fixes #77988
* rosegarden: Use wrapQtAppsHook (#76799)Anders Kaseorg2020-01-01
| | | | | | | | | | | | Fixes this startup failure: qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Aborted (core dumped) Fixes #76639. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* rosegarden: 18.12 -> 19.06R. RyanTM2019-06-17
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rosegarden/versions
* rosegarden: 18.06 -> 18.12R. RyanTM2018-12-22
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rosegarden/versions
* rosegarden: 17.12.1 -> 18.06 (#46188)R. RyanTM2018-09-12
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from rosegarden
* treewide: http -> https (#42665)Ryan Mulligan2018-06-27
|
* rosegarden: 17.04 -> 17.12.1Ryan Mulligan2018-03-01
| | | | | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/6q311ykga5a001jk8x80whj4cr3jp1y5-rosegarden-17.12.1/bin/rosegarden --version` and found version 17.12.1 - found 17.12.1 with grep in /nix/store/6q311ykga5a001jk8x80whj4cr3jp1y5-rosegarden-17.12.1 - found 17.12.1 in filename of file in /nix/store/6q311ykga5a001jk8x80whj4cr3jp1y5-rosegarden-17.12.1 cc "@lebastr"
* rosegarden: Qt4 -> Qt5Yegor Timoshenko2017-10-01
|
* rosegarden: 15.08 -> 17.04Robin Gloster2017-09-08
|
* rosegarden: update from 14.12 to 15.08Cillian de Róiste2015-10-25
|
* rosegarden: disable parallel buildsLuca Bruno2015-09-01
|
* rosegarden: init at 14.12Alexander2015-08-26