about summary refs log tree commit diff
path: root/pkgs/applications/audio/rosegarden
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-01-03rosegarden: 20.12 -> 22.12.1R. Ryantm1-2/+2
2021-07-27rosegarden: format, cleanupSandro Jäckel1-9/+27
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-03-13rosegarden: 20.06 -> 20.12R. 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;Profpatsch1-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
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2020-07-07rosegarden: 19.12 -> 20.06R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-23lrdf: move from librdf librariesOrivej Desh1-2/+2
It was never called librdf and it is not a librdf.org project.
2020-01-22rosegarden: 19.06 -> 19.12Matthias Wimmer1-2/+2
New upstream release
2020-01-19rosegarden: add alsaLib as a dependencyMatthias Wimmer1-1/+2
Without ALSA rosegarden will be built without MIDI support. Fixes #77988
2020-01-01rosegarden: Use wrapQtAppsHook (#76799)Anders Kaseorg1-2/+3
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>
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-17rosegarden: 18.12 -> 19.06R. RyanTM1-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/rosegarden/versions
2018-12-22rosegarden: 18.06 -> 18.12R. RyanTM1-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/rosegarden/versions
2018-09-12rosegarden: 17.12.1 -> 18.06 (#46188)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from rosegarden
2018-06-27treewide: http -> https (#42665)Ryan Mulligan1-1/+1
2018-03-01rosegarden: 17.04 -> 17.12.1Ryan Mulligan1-2/+2
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"
2017-10-01rosegarden: Qt4 -> Qt5Yegor Timoshenko1-13/+29
2017-09-08rosegarden: 15.08 -> 17.04Robin Gloster1-11/+13
2015-10-25rosegarden: update from 14.12 to 15.08Cillian de Róiste1-2/+2
2015-09-01rosegarden: disable parallel buildsLuca Bruno1-1/+1
2015-08-26rosegarden: init at 14.12Alexander1-0/+34