Commit Graph

1281 Commits

Author SHA1 Message Date
Aleksana
b1dcbb96e1
mpris-scrobbler: added mainProgram (#352430) 2024-10-31 17:12:49 +08:00
michaelBelsanti
d219a4877e
mpris-scrobbler: added mainProgram 2024-10-30 14:00:16 -04:00
Johannes Jöns
6531b95ebc
alsaequal: 0.6 -> 0.7.1 (#349355) 2024-10-30 14:31:43 +01:00
piegames
ad8d051645
treewide: Fix indentation in strings (#350296) 2024-10-23 21:44:22 +02:00
Gaetan Lepage
3578804d05 whisper-ctranslate2: 0.4.5 -> 0.4.6
Diff: https://github.com/Softcatala/whisper-ctranslate2/compare/0.4.5...0.4.6

Changelog: https://github.com/Softcatala/whisper-ctranslate2/releases/tag/0.4.6
2024-10-23 09:15:38 +02:00
piegames
68927918d0 treewide: Fix indentation in strings
The indentation stripping semantics of strings are fairly bad and have a
few gotchas where the resulting string has not the intended indentation.
This commit fixes most if not all such instances in Nixpkgs.

I tried to strive a balance between keeping the diff small and
reformatting/refactoring the code to look better. In general,
reformatting should be left to Nixfmt.

Note that this causes a lot of rebuilds by design. All changes need to
be thoroughly vetted and reviewed for correctness. There is no automatic
way to prove correctness.

List of files to fix generated by running
https://gerrit.lix.systems/c/lix/+/2092 on Nixpkgs and looking at the
warnings.
2024-10-22 21:36:42 +02:00
happysalada
d586a185ff wyoming-fastper-whisper: 2.1.0 -> 2.2.0 2024-10-20 14:59:07 -04:00
Artturin
b88b179d26 openai-whisper-cpp: install all binaries built by default
```
whisper-cpp
whisper-cpp-bench
whisper-cpp-command
whisper-cpp-lsp
whisper-cpp-quantize
whisper-cpp-server
whisper-cpp-stream
whisper-cpp-talk-llama
```
2024-10-19 01:26:09 +03:00
Artturin
052ce831da openai-whisper-cpp: 1.7.0 -> 1.7.1
Diff: https://www.github.com/ggerganov/whisper.cpp/compare/refs/tags/v1.7.0...v1.7.1
2024-10-19 00:55:00 +03:00
Artturin
02b61c1506
openai-whisper-cpp: fix cuda build (#347975) 2024-10-19 00:50:05 +03:00
jopejoe1
ad9cfe30fa alsaequal: 0.6 -> 0.7.1 2024-10-17 21:44:58 +02:00
jopejoe1
13bf9925ac alsaequal: switch to live src 2024-10-17 21:37:25 +02:00
Al McElrath
85e42e600d openai-whisper-cpp: fix cuda build 2024-10-11 12:29:05 -07:00
github-actions[bot]
b33aedbb4d
Merge master into staging-next 2024-10-07 12:05:43 +00:00
Thiago Kenji Okada
2977943aeb
treewide: move packages maintained by aaronjheng to by-name (#346765) 2024-10-07 07:38:59 +01:00
Aaron Jheng
b85511ca3c
treewide: move packages maintained by aaronjheng to by-name 2024-10-07 01:15:33 +00:00
github-actions[bot]
7ab01e096c
Merge master into staging-next 2024-10-06 18:03:58 +00:00
R. Ryantm
fb93213e8c openai-whisper-cpp: 1.6.2 -> 1.7.0 2024-10-06 01:26:51 +00:00
K900
b29cb6c1f9 Merge remote-tracking branch 'origin/master' into staging-next 2024-09-30 20:23:25 +03:00
Robert Schütz
543781083a treewide: replace passthru.optional-dependencies with optional-dependencies 2024-09-29 20:37:23 -07:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +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
K900
d8a54461fc Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-20 07:27:56 +03:00
h7x4
9a6c76c4af
treewide: remove unused inputs (#342672) 2024-09-19 20:36:18 +02:00
github-actions[bot]
c6e4482b21
Merge staging-next into staging 2024-09-18 12:06:10 +00:00
R. Ryantm
dda4598ca1 kaldi: 0-unstable-2024-07-25 -> 0-unstable-2024-09-16 2024-09-18 07:50:21 +00:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
github-actions[bot]
3aaf0938c0
Merge staging-next into staging 2024-09-17 00:12:19 +00:00
Peder Bergebakken Sundt
2a07b65b3b
mpd-notification: add systemd to buildInputs (#293883) 2024-09-17 00:45:03 +02:00
github-actions[bot]
1c3463dc7a
Merge staging-next into staging 2024-09-16 12:06:19 +00:00
Doron Behar
823e0674ab
beets: make the autobpm plugin depend on librosa (#340185) 2024-09-16 11:38:46 +03:00
Luca Tagliavini
de18194d1e beets: make the autobpm plugin depend on librosa 2024-09-15 18:46:26 +03:00
github-actions[bot]
34de158a5f
Merge staging-next into staging 2024-09-13 00:13:45 +00:00
Nick Cao
366e429f52
playerctl: enable zsh completions (#341057) 2024-09-12 19:59:43 -04:00
Weijia Wang
8ac8dd5902
kaldi: 0-unstable-2024-06-03 -> 0-unstable-2024-07-25 (#331755) 2024-09-12 23:46:35 +02:00
Anund
0097acf567 playerctl: enable zsh completions 2024-09-11 12:57:56 -06:00
github-actions[bot]
408e32a8fe
Merge staging-next into staging 2024-09-11 00:13:38 +00:00
R. Ryantm
a4be0b1a83 spotdl: 4.2.7 -> 4.2.8 2024-09-10 09:27:52 +00:00
github-actions[bot]
72eab84191
Merge staging-next into staging 2024-09-09 18:07:47 +00:00
Weijia Wang
0193e5dd0d
beetsPackages.alternatives: 0.11.1 -> 0.13.0 (#328811) 2024-09-09 18:33:39 +02:00
Emily
61922738bb treewide: optimistically unpin FFmpeg 7 dependencies
Per the adjusted FFmpeg pinning advice, packages that work on the
default version should use the unversioned variants to ease the
migration to future versions and reduce the number of packages that
end up referencing old versions.

I have left HandBrake pinned as it builds a custom patched FFmpeg.
2024-09-07 20:31:41 +01:00
R. Ryantm
9791555cd4 spotdl: 4.2.6 -> 4.2.7 2024-08-28 00:09:51 +00:00
Robert Schütz
935008fd75 spotdl: 4.2.5 -> 4.2.6
Diff: https://github.com/spotDL/spotify-downloader/compare/refs/tags/v4.2.5...v4.2.6

Changelog: https://github.com/spotDL/spotify-downloader/releases/tag/v4.2.6
2024-08-25 13:33:16 -07:00
Emily
2c993d5173 loudgain: add patches for FFmpeg 7 and GCC 14 2024-08-20 22:33:39 +01:00
R. Ryantm
ef14f41c38 beetsPackages.alternatives: 0.11.1 -> 0.13.0 2024-08-18 18:05:19 +00:00
Robert Schütz
fe02238662 abcmidi: move to pkgs/by-name 2024-08-12 07:25:25 -07:00
Robert Schütz
49ee3147cd abcmidi: 2024.07.26 -> 2024.08.11 2024-08-12 07:23:21 -07:00
Erno Hopearuoho
eb8268e6cb goxlr-utility: 1.1.1 -> 1.1.1-unstable-2024-08-06
fixes #331319 where user expects xdg desktop entry to continue work as a launcher
hopefully also helps with #332957
2024-08-08 14:20:38 +03:00
adisbladis
e0816431a2 treewide: Pass self when overriding Python
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
  python' = python3.override {
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.

And the same with `self`:
```
with import <nixpkgs> { };
let
  python' = python3.override {
    self = python';
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.

This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
R. Ryantm
f4de0b978b kaldi: 0-unstable-2024-06-03 -> 0-unstable-2024-07-25 2024-08-02 11:58:00 +00:00