Commit Graph

21 Commits

Author SHA1 Message Date
R. Ryantm
586726d3e1 grandorgue: 3.14.0-1 -> 3.14.1-1 2024-04-17 13:44:06 +00:00
R. Ryantm
45bc53b654 grandorgue: 3.14.0 -> 3.14.0-1 2024-03-29 14:25:35 +00:00
Manuel Frischknecht
be67113514 grandorgue: 3.11.0 -> 3.14.0
`grandorgue` failed to build because GCC 13 stopped transitively
including some headers like `cstdint` in a lot of situations,
leading to many references to types like `uint8_t` in old C++
code breaking unless the respective include statements were
included directly in the referring code.

This build issue is already fixed upstream, and updating the
package to the current release (3.14.0) fixes the build.
2024-02-01 07:50:53 +00:00
R. Ryantm
c9c5068a27 grandorgue: 3.10.1-1 -> 3.11.0 2023-05-02 06:14:13 +00:00
R. Ryantm
1694fba9dc grandorgue: 3.9.5-1 -> 3.10.1-1 2023-03-02 20:13:19 +00:00
Artturin
226e149145 treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optional
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
puzzlewolf
e976119521 grandorgue: update metadata
- The old homepage states that the project has moved to
  https://github.com/GrandOrgue/grandorgue.

- The project has updated its license to GPLv2-or-later
  (see https://github.com/GrandOrgue/grandorgue/pull/718).
2023-01-30 14:20:34 +01:00
R. Ryantm
daed45a457 grandorgue: 3.9.4-1 -> 3.9.5-1 2023-01-29 10:39:50 +00:00
R. Ryantm
82d9fb7d15 grandorgue: 3.9.0-1 -> 3.9.4-1 2022-12-13 03:53:39 +00:00
R. Ryantm
5c1a9de616 grandorgue: 3.8.0-1 -> 3.9.0-1 2022-11-05 16:53:11 +08:00
Jan Tojnar
457f28f6f8 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/tools/codespell/default.nix

codespell 2.2.2 switched to pyproject & setuptools_scm:
https://github.com/codespell-project/codespell/pull/2523
2022-10-19 05:24:28 +02:00
Weijia Wang
0057a04a77 grandorgue: 0.3.1-r2333 -> 3.8.0-1 2022-10-15 19:09:35 +02:00
github-actions[bot]
886633ba43
Merge master into staging-next 2022-10-15 00:04:00 +00:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00
Artturin
7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
Artturin
0734f54ef2 treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03: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
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
puzzlewolf
5016a7612a grandorgue: init at 0.3.1-r2333 2020-03-24 14:36:15 +01:00