Commit Graph

1047 Commits

Author SHA1 Message Date
Sam Willcocks
abefa4c7d3 bark: init at unstable-2023-08-22 2023-08-25 22:31:41 +01:00
Franz Pletz
5fc4687280
Merge pull request #229452 from Leixb/headsetcontrol27
headsetcontrol: 2.6.1 -> 2.7.0
2023-08-25 20:04:19 +02:00
github-actions[bot]
a451dcf514
Merge master into staging-next 2023-08-24 06:01:14 +00:00
nicoo
47844c9a29 pulsemixer: Set meta.mainProgram 2023-08-23 21:35:42 +00:00
github-actions[bot]
8a62479e06
Merge staging-next into staging 2023-08-20 00:03:24 +00:00
Erno Hopearuoho
a9365b9c09 goxlr-utility: init at 0.12.6 2023-08-19 17:16:41 +03:00
Colin
67df31a898 playerctl: support cross compilation
documentation build requires an emulator when cross compiling;
pass `withDocs = false` to disable.
2023-08-16 10:48:00 +00:00
Pol Dellaiera
3eb7f7a63b
Merge pull request #248683 from oxij/tree/source-root-continues-3
treewide: cleanup `sourceRoot` and `setSourceRoot` usage
2023-08-15 05:53:52 +02:00
Felipe Silva
a2f10d6366
beetsPackages.copyartifacts: unstable-2020-02-15 -> 0.1.5
Also update homepage
2023-08-13 21:57:52 -03:00
Felipe Silva
eed5548ddb
beets: add main program 2023-08-13 21:44:29 -03:00
Jan Malakhovski
b358ebd870 treewide: replace setSourceRoot = "sourceRoot=$PWD" and similar with sourceRoot = "." 2023-08-12 08:29:55 +00:00
figsoda
17d404ee80 zig.hook: rename from zigHook
This makes using specific versions of zig easier (without overrides)
2023-08-10 02:37:53 +00:00
R. Ryantm
02459909ce mpd-mpris: 0.4.0-2 -> 0.4.1 2023-08-07 03:17:02 +00:00
Martin Weinelt
ce181b4dd0
beets: fix compat with pillow 10.0 2023-08-05 17:20:07 +02:00
github-actions[bot]
6458cb74a2
Merge master into staging-next 2023-08-05 12:01:30 +00:00
Anderson Torres
d695b7ef5b linuxwave: use zigHook
Also, a cosmetic refactor:

- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes)
2023-08-05 11:10:50 +00:00
Vladimír Čunát
3a5c176f95
Merge branch 'master' into staging-next 2023-08-05 07:40:22 +02:00
n3oney
02d604cd68
treewide: add meta.mainProgram 2023-08-05 00:11:04 +02:00
github-actions[bot]
0542af4e29
Merge master into staging-next 2023-08-04 00:02:04 +00:00
Jan Malakhovski
a0a909fa9e treewide: noop: replace every newly introduced stdenv.mkDerivation rec with a fixpoint over finalAttrs 2023-08-03 16:34:45 +00:00
Jan Malakhovski
5852f26bdc treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 1: trivial cases 2023-08-03 16:32:03 +00:00
github-actions[bot]
dc63372d70
Merge master into staging-next 2023-08-03 12:01:13 +00:00
Martin Weinelt
9eaec2881f
Merge pull request #246836 from NixOS/home-assistant
home-assistant: 2023.7.3 -> 2023.8.0
2023-08-03 13:54:00 +02:00
github-actions[bot]
e8caa03cd0
Merge master into staging-next 2023-08-03 06:01:20 +00:00
Martin Weinelt
f3688c8e96
wyoming-faster-whisper: 0.0.3 -> 1.0.1 2023-08-03 03:18:41 +02:00
Martin Weinelt
c55fc24524
wyoming-piper: 0.0.3 -> 1.2.0 2023-08-03 03:15:39 +02:00
Martin Weinelt
24c0ba0ffc
piper-train: move to top-level and mark broken
Requires torch<2, which is difficult to provide in an override, so I'd
rather wait until they catch up.
2023-08-03 03:04:21 +02:00
Martin Weinelt
1fd038e11b
piper-tts: 0.0.2 -> 1.2.0
https://github.com/rhasspy/piper/releases/tag/v1.0.0
https://github.com/rhasspy/piper/releases/tag/v1.1.0
https://github.com/rhasspy/piper/releases/tag/v1.2.0
2023-08-03 02:47:59 +02:00
Christian Bourjau
6ae62cd2c8 piper: Apply patch to build with onnxruntime 1.15.1 2023-08-03 01:10:08 +02:00
github-actions[bot]
d1b1f7fda7
Merge staging-next into staging 2023-07-27 06:01:53 +00:00
figsoda
e24037ed4a
Merge pull request #245387 from figsoda/unused 2023-07-26 23:15:17 -04:00
Vladimír Čunát
1c0d654684
Merge #239191: treewide: gobject-introspection from buildInputs to nativeBuildInputs
...into staging
2023-07-26 20:53:32 +02:00
Martin Weinelt
539e08e12a tts: 0.15.6 -> 0.16.0
https://github.com/coqui-ai/TTS/releases/tag/v0.16.0
2023-07-26 07:40:11 +00:00
figsoda
3ef3b08083 pkgs/tools/audio: remove dead code 2023-07-25 10:28:26 -04:00
figsoda
e7fac60f88 linuxwave: 0.1.4 -> 0.1.5
Diff: https://github.com/orhun/linuxwave/compare/v0.1.4...v0.1.5

Changelog: https://github.com/orhun/linuxwave/blob/v0.1.5/CHANGELOG.md
2023-07-21 09:33:28 -04:00
R. Ryantm
3f061ac584 vgmtools: unstable-2023-06-29 -> unstable-2023-07-14 2023-07-15 14:30:00 +00:00
Sandro
70c9ed6ede
Merge pull request #243009 from dotlambda/spotdl-4.2.0
spotdl: 4.1.11 -> 4.2.0
2023-07-12 20:12:09 +02:00
figsoda
9a1074ae6b
Merge pull request #242938 from majiru/update-unflac
unflac: 1.0 -> 1.1
2023-07-12 11:01:22 -04:00
Robert Schütz
e9934b0016 spotdl: 4.1.11 -> 4.2.0
Diff: https://github.com/spotDL/spotify-downloader/compare/refs/tags/v4.1.11...v4.2.0

Changelog: https://github.com/spotDL/spotify-downloader/releases/tag/v4.2.0
2023-07-12 06:39:41 -07:00
Jacob Moody
647b3f1819 unflac: 1.0 -> 1.1 2023-07-11 16:58:32 -05:00
Sandro
b63d0a8783
Merge pull request #239104 from CaitlinDavitt/mpd-notification
mpd-notification: init at 0.8.7
2023-07-11 21:12:30 +02:00
Weijia Wang
f8f5a30916
Merge pull request #242875 from r-ryantm/auto-update/audiowaveform
audiowaveform: 1.8.0 -> 1.8.1
2023-07-11 21:54:37 +03:00
R. Ryantm
d320f07495 audiowaveform: 1.8.0 -> 1.8.1 2023-07-11 16:26:08 +00:00
Jan Tojnar
65dbea59a6
Merge pull request #236313 from NixOS/kaldi-fix
kaldi: fix build
2023-07-11 17:20:17 +02:00
Sandro
1409e6502a
Merge pull request #241718 from Scrumplex/fix-beets-embedart 2023-07-11 11:40:48 +02:00
figsoda
662c9c2428
Merge pull request #242362 from figsoda/catnip 2023-07-10 09:52:06 -04:00
Ilan Joselevich
4b9161b07b
Merge pull request #242514 from Kranzes/mpd-discord-rpc
mpd-discord-rpc: 1.7.0 -> 1.7.1
2023-07-10 14:23:52 +03:00
Ilan Joselevich
19e8e87be0
mpd-discord-rpc: 1.7.0 -> 1.7.1
Diff: https://github.com/JakeStanger/mpd-discord-rpc/compare/v1.7.0...v1.7.1
2023-07-09 21:35:40 +03:00
Sefa Eyeoglu
d0a98a0fc2
beets-unstable: unstable-2022-08-27 -> unstable-2023-07-05
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-07-09 18:18:04 +02:00
Sefa Eyeoglu
7631229b5e
beets: fix embedart with imagick 7.1.1-12
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-07-09 18:17:48 +02:00
Martin Weinelt
42bb873282
Merge pull request #242255 from mweinelt/tts-0.15.6
tts: 0.15.5 -> 0.15.6
2023-07-09 17:05:52 +02:00
figsoda
edb060209a catnip-gtk4: init at unstable-2023-06-17
https://github.com/diamondburned/catnip-gtk4
2023-07-08 18:33:04 -04:00
R. Ryantm
be39519da7 abcmidi: 2023.05.30 -> 2023.06.25 2023-07-08 18:58:40 +00:00
Martin Weinelt
6088385023
tts: 0.15.5 -> 0.15.6
https://github.com/coqui-ai/TTS/releases/tag/v0.15.6
2023-07-08 13:31:49 +02:00
happysalada
94b586b853 whisper-ctranslate2: init at 0.2.7 2023-07-05 07:50:16 +08:00
Martin Weinelt
94859c4b53
tts: 0.15.0 -> 0.15.5
https://github.com/coqui-ai/TTS/releases/tag/v0.15.5
2023-07-03 14:52:31 +02:00
Nick Cao
b6ced2056a
Merge pull request #240852 from r-ryantm/auto-update/vgmtools
vgmtools: unstable-2023-05-04 -> unstable-2023-06-29
2023-07-02 07:58:53 +08:00
R. Ryantm
61925cc773 vgmtools: unstable-2023-05-04 -> unstable-2023-06-29 2023-07-01 05:40:54 +00:00
ckie
f51a92af2f
Merge pull request #239813 from fabaff/spotdl-fix 2023-07-01 04:16:04 +03:00
Doron Behar
04ae8fffa7 beets: disable failing test
Reported here: https://github.com/beetbox/beets/issues/4836
2023-06-30 15:41:46 +03:00
figsoda
4d521ebc2a linuxwave: 0.1.3 -> 0.1.4
Diff: https://github.com/orhun/linuxwave/compare/v0.1.3...v0.1.4

Changelog: https://github.com/orhun/linuxwave/blob/v0.1.4/CHANGELOG.md
2023-06-29 14:26:28 -04:00
Martin Weinelt
cababbbc35
tts: 0.14.3 -> 0.15.0
https://github.com/coqui-ai/TTS/releases/tag/v0.15.0
2023-06-29 03:26:55 +02:00
Artturin
9999bf7a21 treewide: gobject-introspection from buildInputs to nativeBuildInputs
gobject-introspection should be in nativeBuildInputs for cross to work
properly (so propagations and hook work properly)
2023-06-28 22:33:40 +03:00
Martin Weinelt
3adc3587e8 tts: 0.14.0 -> 0.14.3
https://github.com/coqui-ai/TTS/releases/tag/v0.14.1
https://github.com/coqui-ai/TTS/releases/tag/v0.14.2
https://github.com/coqui-ai/TTS/releases/tag/v0.14.3
2023-06-28 09:22:06 +08:00
Weijia Wang
a7e6734a25 openai-whisper-cpp: refactor 2023-06-26 16:42:44 +03:00
David Knaack
44ecf1cd18 openai-whisper-cpp: enable CoreML support
Co-authored-by: wegank <9713184+wegank@users.noreply.github.com>
2023-06-26 14:40:50 +02:00
Fabian Affolter
275579cfe7 spotdl: 4.1.10 -> 4.1.11
Diff: https://github.com/spotDL/spotify-downloader/compare/refs/tags/v4.1.10...v4.1.11

Changelog: https://github.com/spotDL/spotify-downloader/releases/tag/v4.1.10
2023-06-25 21:06:47 +02:00
caitlin
1009283759 mpd-notification: init at 0.8.7
mpd-notification

mpd-notification: init at 0.8.7
2023-06-22 16:02:37 -05:00
OPNA2608
0247863e1e vgmtools: unstable-2023-04-17 -> unstable-2023-05-04 2023-06-18 23:45:14 +02:00
Ilan Joselevich
542f210592
mpd-discord-rpc: 1.6.0 -> 1.7.0
Diff: https://github.com/JakeStanger/mpd-discord-rpc/compare/v1.6.0...v1.7.0
2023-06-14 22:48:27 +03:00
Sandro Jäckel
3ad7d71afe treewide: don't set platforms.unix for buildGoModule 2023-06-13 17:54:26 +03:00
Martin Weinelt
9c67abf20a
piper-tts: rename from larynx
and also the python package piper-train from larynx-train.
2023-06-12 18:44:44 +02:00
Martin Weinelt
dd8a4a6eb8
wyoming-faster-whisper: init at 0.0.3
Wyoming Server for Faster Whisper, a reimplementation of OpenAI's
Whisper model using CTranslate2.
2023-06-12 18:44:43 +02:00
Martin Weinelt
3e235f99b9
wyoming-piper: init at 0.0.3
Wyoming Server for Piper, a fast local neural TTS system.
2023-06-12 18:44:43 +02:00
Theodore Ni
1cc00e361b
abcmidi: 2023.03.24 -> 2023.05.30 2023-06-07 16:19:25 -07:00
Jan Tojnar
2024f7d11d kaldi: unstable-2022-09-26 → unstable-2023-05-02
f6f4ccaf21..71f38e62ca
2023-06-06 22:02:36 +02:00
Jan Tojnar
5abf11a956 kaldi: Add update script
Also switch to finalAttrs so that the values can be easily overridden.
2023-06-06 22:02:36 +02:00
Jan Tojnar
e8588071cc kaldi: Remove openfst from inputs
It is shadowed by fetchgit source and can only be used vendored.
2023-06-06 22:02:36 +02:00
Jan Tojnar
34711ba5cf kaldi: Fix build
It looks like after a bump, CMake started passing `--git-dir=.git` as the first argument of `git rev-parse`.
But we do not really need to spoof `git` program now that Kaldi uses CMake’s `FetchContent` module.
We can just pass the path using configure flag directly:

https://cmake.org/cmake/help/latest/module/FetchContent.html#variable:FETCHCONTENT_SOURCE_DIR_%3CuppercaseName%3E

Git was also inadvertently used for generating `KALDI_PATCH_NUMBER`
in `VersionHelper`, to be potentially appended to `KALDI_VERSION`
but it was not actually being done by default.
We can set the variable directly to skip `VersionHelper`.

Also remove redundant `enableParallelBuild` since CMake enables it.

And drop separate `dev` output since Kaldi currently hardcodes
the `include/` directory so consumers would not be able to find them.
Splitting it out only removes 7 out of 303 MB.
2023-06-06 22:02:36 +02:00
Weijia Wang
285970b8a0
Merge pull request #235515 from r-ryantm/auto-update/audiowaveform
audiowaveform: 1.7.1 -> 1.8.0
2023-06-02 22:30:57 +02:00
Gabriel Fontes
a88e75b4fd tidal-dl: init at 2022.10.31.1 2023-06-02 19:13:06 +00:00
R. Ryantm
b5394a1c66 audiowaveform: 1.7.1 -> 1.8.0 2023-06-02 04:45:13 +00:00
Martin Weinelt
5c4e4cd0a9
Merge pull request #234795 from mweinelt/botamusique-version-backport
botamusique: Backport fix for invalid version handling
2023-05-31 20:32:52 +02:00
figsoda
6519bda964 catnip: init at 1.8.0
https://github.com/noriah/catnip
2023-05-29 22:56:58 -04:00
Martin Weinelt
5409925d98
botamusique: Backport fix for invalid version handling 2023-05-29 14:49:04 +02:00
Martin Weinelt
eded68eb20
botamusique: substitute version information
Fixes a crash due to a too new packaging package version, that started
rejecting versions that don't follow a reasonable format.
2023-05-29 00:15:53 +02:00
Weijia Wang
35690e335f treewide/tools: use top-level fetchPypi 2023-05-25 19:03:52 +03:00
Domen Kožar
8fbf4aa9be patray: fix segfault 2023-05-23 12:09:04 +01:00
Nick Cao
d1d4dfb14c
Merge pull request #228089 from toastal/mpris-scrobbler-listenbrainz
mpris-scrobbler: add ListenBrainz to the desc.
2023-05-23 01:48:46 -06:00
ajs124
a8c39f772b
botamusique: move to fetchNpmDeps 2023-05-21 17:26:34 -04:00
Bobby Rong
67956ec5c3
volctl: 0.9.2 -> 0.9.4
https://github.com/buzz/volctl/compare/v0.9.2...v0.9.4
2023-05-21 17:49:26 +08:00
Martin Weinelt
67b3dc9bc9
Merge pull request #232238 from mweinelt/tts-0.14.0
tts: 0.13.3 -> 0.14.0
2023-05-20 02:40:23 +02:00
Nick Cao
ce69f42087
Merge pull request #220365 from x418/pasystray-update
pasystray: 0.7.1 -> 0.8.2
2023-05-19 01:20:20 -06:00
Santhosh Kannan
ad86cb3272 pasystray: 0.7.1 -> 0.8.2 2023-05-19 08:11:48 +02:00
Fabian Affolter
427ff8e07f
Merge pull request #232260 from fabaff/python-benedict-bump
python310Packages.python-slugify: 6.1.2 -> 8.0.1 , python310Packages.python-benedict: 0.30.0 -> 0.30.1
2023-05-18 13:02:56 +02:00
Martin Weinelt
f1ee4207eb
tts: 0.13.3 -> 0.14.0
https://github.com/coqui-ai/TTS/releases/tag/v0.14.0
2023-05-18 01:47:17 +02:00
Fabian Affolter
9453472a38 spotdl: 4.1.8 -> 4.1.10
Diff: https://github.com/spotDL/spotify-downloader/compare/refs/tags/v4.1.8...v4.1.10

Changelog: https://github.com/spotDL/spotify-downloader/releases/tag/v4.1.10
2023-05-16 19:15:40 +02:00
Jörg Thalheim
9b34258215 tts: 0.13.2 -> 0.13.3
Diff: https://github.com/coqui-ai/TTS/compare/refs/tags/v0.13.2...v0.13.3

Changelog: https://github.com/coqui-ai/TTS/releases/tag/v0.13.3
2023-05-16 12:35:46 +02:00
R. Ryantm
f2c5dfdc12 yabridge: 5.0.4 -> 5.0.5 2023-05-09 09:49:36 -04:00
Hugh O'Brien
805a245f2c openai-whisper-cpp: add hughobrien to maintainers 2023-05-03 18:06:04 -04:00
Hugh O'Brien
136fd119a8 openai-whisper-cpp: 1.2.1 -> 1.4.0 2023-05-03 18:05:52 -04:00
LeixB
990a9bda5f
headsetcontrol: 2.6.1 -> 2.7.0 2023-05-02 12:30:51 +02:00
R. Ryantm
99f08ba2fd asap: 5.2.0 -> 5.3.0 2023-05-02 06:54:47 +00:00
Robert Schütz
470913e732 spotdl: 4.0.7 -> 4.1.8
Diff: https://github.com/spotDL/spotify-downloader/compare/refs/tags/v4.0.7...v4.1.8
2023-04-28 20:09:58 -07:00
R. Ryantm
0d11b47775 vgmtools: unstable-2023-01-27 -> unstable-2023-04-17 2023-04-27 12:51:21 +00:00
Sandro Jäckel
aad577bd30 nodejs*: normalise names to better fit other packages
Versioned package attributes are usually named like $pname_$version
eg: nodejs-14_x -> nodejs_14
2023-04-25 11:28:17 +02:00
toastal
71caaca6f3 mpris-scrobbler: add ListenBrainz to the desc.
The project’s online manpage (https://www.mankier.com/1/mpris-scrobbler)
mentions ListenBrainz before the other services.
2023-04-25 13:16:49 +07:00
figsoda
7265c2b8a0 linuxwave: init at 0.1.3 2023-04-22 18:47:14 -04:00
Martin Weinelt
3824e9627c
tts: 0.12.0 -> 0.13.2
https://github.com/coqui-ai/TTS/releases/tag/v0.13.0
https://github.com/coqui-ai/TTS/releases/tag/v0.13.1
https://github.com/coqui-ai/TTS/releases/tag/v0.13.2
2023-04-14 22:00:48 +02:00
Samuel Ainsworth
c5b01a1407
Merge pull request #222273 from SomeoneSerge/torch20
python3Packages.torch: 1.13.1 -> 2.0.0
2023-04-08 15:12:39 -04:00
Martin Weinelt
7045b39ce7
Merge pull request #224624 from mweinelt/tts-tests
tts: Run tests in passthru
2023-04-08 02:50:20 +02:00
Someone Serge
378c0c6983
python3Packages.openai-triton: init at 2.0.0 2023-04-08 02:46:54 +03:00
R. Ryantm
cf0b410c49 mpd-mpris: 0.4.0 -> 0.4.0-2 2023-04-06 23:22:02 +00:00
Martin Weinelt
0221a9ba5b
tts: Run tests in passthru
It was reported multiple times, that tts tests get stuck when many tests
are run in parallel, like during nixpkgs-review runs.
2023-04-04 12:16:49 +02:00
Robert Schütz
82aeb5ec40 abcmidi: 2023.03.15 -> 2023.03.24 2023-04-03 18:24:32 -07:00
Daniel Olsen
f13bb7efd2 liquidsoap: 2.1.3 -> 2.1.4
ocamlPackages.srt: 0.2.2 -> 0.3.0
2023-03-30 16:22:22 +02:00
Ilan Joselevich
5e31622647
mpd-discord-rpc: 1.5.4b -> 1.6.0
Diff: https://github.com/JakeStanger/mpd-discord-rpc/compare/v1.5.4b...v1.6.0
2023-03-29 22:52:54 +03:00
R. Ryantm
3b86563492 mpd-mpris: 0.3.1 -> 0.4.0 2023-03-27 05:45:32 +00:00
github-actions[bot]
ff3e86d2b4
Merge master into staging-next 2023-03-26 06:01:06 +00:00
Yureka
f8cbc3c281 tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
github-actions[bot]
392b3f3dc3
Merge master into staging-next 2023-03-25 18:01:17 +00:00
github-actions[bot]
cead7e3e73
Merge master into staging-next 2023-03-25 00:02:20 +00:00
Cole Helbling
6705da37dd stt: lzma -> xz 2023-03-24 15:15:11 -07:00
Weijia Wang
6ef95ece9f
Merge pull request #222450 from r-ryantm/auto-update/audiowaveform
audiowaveform: 1.7.0 -> 1.7.1
2023-03-24 20:34:14 +02:00
github-actions[bot]
adec6862c5
Merge master into staging-next 2023-03-24 18:01:06 +00:00
Orivej Desh
22ce075f1c dir2opus: delete
Upstream does not exist.
2023-03-24 15:24:14 +00:00
github-actions[bot]
307b719414
Merge master into staging-next 2023-03-23 18:01:20 +00:00
Robert Schütz
79afcc7cce abcmidi: 2023.02.08 -> 2023.03.15 2023-03-23 10:10:13 -07:00
R. Ryantm
5361d57eca audiowaveform: 1.7.0 -> 1.7.1 2023-03-22 01:24:36 +00:00
github-actions[bot]
a912b83051
Merge master into staging-next 2023-03-18 12:01:30 +00:00
Martin Weinelt
bbf45c9665
tts: 0.11.1 -> 0.12.0
https://github.com/coqui-ai/TTS/releases/tag/v0.12.0
2023-03-17 20:53:02 +01:00
Vladimír Čunát
0f9354bfee
Merge #218309: ffmpeg: ffmpeg_4 → ffmpeg_5
...into staging
2023-03-16 11:11:31 +01:00
Atemu
9bd2506458 treewide: make ffmpeg_4-dependant packages depend on ffmpeg_4
These packages were identified as broken when ffmpeg = ffmpeg_5.

Tested _only_ by building them. If you are a maintainer of one of these
packages, please test whether your package still works.
2023-03-13 16:42:22 -06:00
Martin Weinelt
5abe72f0b2 Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/mdutils/default.nix
2023-03-12 15:59:15 +01:00
Kira Bruneau
7229e70a11
Merge pull request #220546 from kira-bruneau/yabridge
yabridge, yabridgectl: 5.0.3 → 5.0.4
2023-03-12 10:29:59 -04:00
github-actions[bot]
feb117e32c
Merge master into staging-next 2023-03-11 18:01:19 +00:00
Kira Bruneau
eb375e844d yabridge, yabridgectl: 5.0.3 → 5.0.4 2023-03-10 15:18:06 -05:00
R. Ryantm
7dcc825f28 openai-whisper-cpp: 1.2.0 -> 1.2.1 2023-03-08 17:23:56 +00:00
github-actions[bot]
d4187810f9
Merge master into staging-next 2023-03-08 00:02:34 +00:00
apfelkuchen06
28eb4d0456 mpd-sima: init at 0.18.2 2023-03-05 01:38:35 +01:00
Martin Weinelt
04fe6645e3 tts: update overrides, passthru python 2023-03-03 23:59:29 +01:00
Martin Weinelt
0580d85143 Merge remote-tracking branch 'origin/staging-next' into staging 2023-03-03 04:46:31 +01:00
figsoda
46a76ce36c pw-volume: 0.4.0 -> 0.5.0, add figsoda as a maintainer
Diff: https://github.com/smasher164/pw-volume/compare/v0.4.0...v0.5.0

Changelog: https://github.com/smasher164/pw-volume/releases/tag/v0.5.0
2023-02-28 17:03:38 -05:00
github-actions[bot]
40707bbbb3
Merge staging-next into staging 2023-02-27 18:02:06 +00:00
Alyssa Ross
2bfa93e01c
treewide: python{ => .pythonForBuild}.interpreter
It won't be enough to fix cross in all cases, but it is in at least
one: pywayland.  I've only made the change in cases I'm confident it's
correct, as it would be wrong to change this when python.interpreter
is used in wrappers, and possibly when it's used for running tests.
2023-02-26 20:26:17 +00:00
github-actions[bot]
de3f71e277
Merge staging-next into staging 2023-02-26 06:02:30 +00:00
Robert Schütz
783f9ac918
Merge pull request #218185 from fabaff/spotdl-bump
spotdl: 4.0.6 -> 4.0.7
2023-02-25 21:42:10 -08:00
Jan Tojnar
9bb986284f Merge branch 'staging-next' into staging
# Conflicts:
#	pkgs/development/python-modules/mdp/default.nix
#	pkgs/top-level/python-aliases.nix
2023-02-26 01:13:37 +01:00
Fabian Affolter
50b8115f67 spotdl: 4.0.6 -> 4.0.7
Changelog: https://github.com/spotDL/spotify-downloader/releases/tag/v4.0.7
2023-02-25 09:47:45 +01:00
Fabian Affolter
49c528f328 spotdl: add changelog to meta 2023-02-25 09:46:27 +01:00