Commit graph

23 commits

Author SHA1 Message Date
Sandro Jäckel cdb0c854a6
rosegarden: format, cleanup 2021-07-27 15:21:33 +02:00
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
R. RyanTM 6a4c7b35e8 rosegarden: 20.06 -> 20.12 2021-03-13 15:47:53 +01:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
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-19 01:16:25 -08:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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-11 10:38:22 +01:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
R. RyanTM f93b5a9dd5 rosegarden: 19.12 -> 20.06 2020-07-07 07:46:41 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Orivej Desh e1c3085354 lrdf: move from librdf libraries
It was never called librdf and it is not a librdf.org project.
2020-03-23 00:22:36 +00:00
Matthias Wimmer 8f30944b89 rosegarden: 19.06 -> 19.12
New upstream release
2020-01-22 00:41:22 -08:00
Matthias Wimmer ebb3fa0f7c
rosegarden: add alsaLib as a dependency
Without ALSA rosegarden will be built without MIDI support.

Fixes #77988
2020-01-19 14:39:40 +01:00
Anders Kaseorg 84c81a4929 rosegarden: Use wrapQtAppsHook (#76799)
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>
2020-01-01 18:55:30 -05:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM 15de9d8dbe rosegarden: 18.12 -> 19.06
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
2019-06-17 23:43:43 -07:00
R. RyanTM df856dd799 rosegarden: 18.06 -> 18.12
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-22 08:56:35 -08:00
R. RyanTM 124c658100 rosegarden: 17.12.1 -> 18.06 (#46188)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
rosegarden
2018-09-12 22:53:27 +02:00
Ryan Mulligan fce8f26af6 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
Ryan Mulligan a09341be65 rosegarden: 17.04 -> 17.12.1
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"
2018-03-01 15:37:57 +01:00
Yegor Timoshenko c1716cd4c6 rosegarden: Qt4 -> Qt5 2017-10-01 02:51:17 +00:00
Robin Gloster 3d325000ab
rosegarden: 15.08 -> 17.04 2017-09-08 15:43:18 +02:00
Cillian de Róiste eaf888cab6 rosegarden: update from 14.12 to 15.08 2015-10-25 19:10:47 +01:00
Luca Bruno 65c1afd238 rosegarden: disable parallel builds 2015-09-01 14:37:35 +02:00
Alexander ee6140beaa rosegarden: init at 14.12 2015-08-26 09:35:05 +00:00