Commit Graph

405 Commits

Author SHA1 Message Date
github-actions[bot]
77ed9318b3
Merge master into staging-next 2024-11-10 12:04:52 +00:00
Sefa Eyeoglu
da404cffef
vgmtrans: init at 1.2, libbassmidi: init at 2.4.15.3 (#321129) 2024-11-10 12:46:00 +01:00
Emily
ce788776a5 Merge master into staging-next 2024-11-09 12:51:01 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Vladimír Čunát
42c877c767
libopenmpt: 0.7.10 -> 0.7.11 (#352047) 2024-11-07 11:18:16 +01:00
github-actions[bot]
91a300acbd
Merge staging-next into staging 2024-11-07 00:14:40 +00:00
Gaétan Lepage
7233068699
suil: build documentation using sphinxygen and sphinx-lv2-theme (#351221) 2024-11-07 00:40:54 +01:00
Leah Amelia Chen
9e1b88a443
libbassmidi: init at 2.4.15.3 2024-11-06 22:30:16 +01:00
Samuel Tardieu
f5485c406b suil: build documentation using sphinxygen and sphinx-lv2-theme 2024-10-30 23:08:30 +01:00
Sergei Trofimovich
7e8b51b097 libopenmpt: 0.7.10 -> 0.7.11
Changes: https://lib.openmpt.org/libopenmpt/2024/10/26/releases-0.7.11-0.6.20-0.5.34-0.4.46/
2024-10-29 07:15:29 +00:00
Johannes Jöns
f250bd2efc
lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 2024-10-16 20:26:42 +00:00
Marvin Dostal
ba3ad022ba lilv: remove unnecessary search path for LV2 plugins 2024-10-06 16:19:57 +02:00
Marvin Dostal
c31e8384dd lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 2024-10-05 20:32:41 +02:00
github-actions[bot]
32379e1a0b
Merge staging-next into staging 2024-10-05 00:14:22 +00:00
Peder Bergebakken Sundt
d6ca5ed287 treewide: remove empty build inputs
Done with

```sh
regex='\s*(nativeBuild|build|check|nativeCheck)Inputs *= *\[ *\];'
rg "^$regex$" -l | xe sd "\n\n$regex\n" "\n"
rg "^$regex$" -l | xe sd "\n$regex\n" "\n"
rg "^$regex$" -l | xe sd "\n$regex\n" "\n"
```
2024-10-04 19:03:59 +02:00
github-actions[bot]
910adea78f
Merge staging-next into staging 2024-10-01 06:05:25 +00:00
jacekpoz
2a780460b8
libbassmix: init at 2.4.12 2024-09-30 20:43:34 +02:00
github-actions[bot]
722e19e01f
Merge staging-next into staging 2024-09-28 18:04:43 +00:00
Franz Pletz
c610d3ada3
libbass: 2.4.15 -> 2.4.17 (#256414) 2024-09-28 15:47:35 +02:00
jacekpoz
7370884602
libbass: use Internet Archive to avoid URL breakage 2024-09-26 20:48:01 +02:00
Artturin
06519058fd Merge branch 'staging-next' into staging 2024-09-25 06:14:50 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Sergei Trofimovich
01dfed9e82 libopenmpt: 0.7.9 -> 0.7.10
Changes: https://lib.openmpt.org/libopenmpt/2024/09/22/security-update-0.6.19-releases-0.7.10-0.5.33-0.4.45/
2024-09-24 06:39:27 +01:00
github-actions[bot]
5a5ebe5a1c
Merge master into staging-next 2024-09-07 18:04:01 +00:00
Johannes Jöns
0aeb88aa26
libkeyfinder: 2.2.6 -> 2.2.8; keyfinder-cli: 1.1.1 -> 1.1.2 (#338715) 2024-09-07 16:41:53 +00:00
github-actions[bot]
a07f612219
Merge master into staging-next 2024-09-03 00:13:11 +00:00
Alyssa Ross
f87b978abe roc-toolkit: disable libunwind if unavailable 2024-09-02 15:14:21 +02:00
misuzu
6dd315e82b roc-toolkit: fix build on darwin 2024-09-01 22:27:13 +03:00
Emily
8be51a78a9 libkeyfinder: 2.2.6 -> 2.2.8 2024-09-01 02:26:29 +01:00
Emily
0c7aafc7f5
musly: add patches for FFmpeg 7, C++17, and external deps; kissfft: build with CMake; libresample: 0.1.3 -> 0.1.4-unstable-2024-08-23 (#332035) 2024-08-27 01:12:57 +01:00
Emily
b7ac426794 qm-dsp: fix kissfft include path
Please use `pkg-config`, people!
2024-08-26 22:37:33 +01:00
Cosima Neidahl
25f42d4535
Merge pull request #329478 from trofi/libopenmpt-update
libopenmpt: 0.7.8 -> 0.7.9
2024-08-04 12:25:19 +02:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Ivan Trubach
90fbf71333 treewide: remove maintainer goibhniu
Inactive in Nixpkgs since 2018 (and a single PR in 2022).
https://github.com/NixOS/nixpkgs/issues?q=author%3Acillianderoiste
2024-07-24 13:38:22 +03:00
Sergei Trofimovich
3f547bd512 libopenmpt: 0.7.8 -> 0.7.9
Changes: https://lib.openmpt.org/libopenmpt/2024/07/21/security-updates-0.7.9-0.6.18-0.5.32-0.4.44/
2024-07-23 20:03:47 +01:00
t4ccer
07e723bdfd
raul: unstable-2019-12-09 -> 2.0.0-unstable-2024-07-04 2024-07-18 01:41:02 -06:00
t4ccer
a20b3be8d3
ntk: fix outdated waf 2024-07-15 13:21:10 -06:00
Artturin
bdbba9e9cb
Merge pull request #249621 from uninsane/pr-vamp-serial
vamp-plugin-sdk: disable parallelism to avoid build failures
2024-07-08 22:37:12 +03:00
Martin Weinelt
654cc902b2
suil: 0.10.6 -> 0.10.20
Disables GTK2 support in favor of GTK3 and migrates the build system to
Meson.

Co-Authored-By: Emily <vcs@emily.moe>
2024-07-05 17:30:05 +02:00
github-actions[bot]
fb94da4e9e
Merge staging-next into staging 2024-06-21 18:01:30 +00:00
Linus Heckemann
e5adf0b547 maintainers: drop lheckemann 2024-06-21 15:54:54 +02:00
github-actions[bot]
15320389c2
Merge staging-next into staging 2024-06-19 06:01:42 +00:00
Wes Payne
7549dad6eb roc-toolkit: 0.3.0 -> 0.4.0 2024-06-18 11:37:23 -07:00
Colin
b5d73c2270 vamp-plugin-sdk: disable parallelism to avoid build failures 2024-06-17 16:59:49 +03:00
R. Ryantm
28a49fea7e libopenmpt: 0.7.7 -> 0.7.8 2024-06-13 19:15:11 +00:00
Alyssa Ross
3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +01:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
598fca77bd libopenmpt: 0.7.6 -> 0.7.7 2024-05-13 07:50:45 +00:00
jacekpoz
c9eaf04a68
libbass: 2.4.15 -> 2.4.17 2024-04-28 00:05:17 +02:00