Commit Graph

1179 Commits

Author SHA1 Message Date
Erno Hopearuoho
ff86fbaef5 goxlr-utility: 1.0.0 -> 1.1.1 2024-04-14 19:29:44 +03:00
Yt
8708bae373
Merge pull request #303500 from r-ryantm/auto-update/whisper-ctranslate2
whisper-ctranslate2: 0.4.1 -> 0.4.2
2024-04-12 10:24:12 +00:00
R. Ryantm
a66754f41a whisper-ctranslate2: 0.4.1 -> 0.4.2 2024-04-12 00:19:19 +00:00
Kira Bruneau
aa263fc8a0 yabridge: workaround for wine 9.5 2024-04-11 19:18:46 -04:00
Kira Bruneau
c8dd9fb031 yabridge: fix notifications by hardcoding dbus 2024-04-11 19:18:37 -04:00
Felipe Silva
a595d8750b
unflac: 1.2 -> 1.3 2024-04-11 13:05:24 -03:00
Rick van Schijndel
067e519281
Merge pull request #302858 from tweag/infinisil-maintainer
treewide: Drop infinisil as maintainer from most packages
2024-04-10 08:50:38 +02:00
Weijia Wang
e14b0d9e64
Merge pull request #302580 from wegank/tts-broken
tts: mark as broken
2024-04-09 22:23:26 +02:00
Silvan Mosberger
ea5dfeab93 treewide: Drop infinisil as maintainer from most packages
I'm not going anywhere, I'm focusing my energy on other issues, and
getting pinged as a maintainer for packages is a bit distracting (also
I'm not using most of these packages anyways!)
2024-04-09 21:43:39 +02:00
Weijia Wang
f90d888548 tts: mark as broken 2024-04-08 15:58:28 +02:00
Matthias Beyer
2968f3b5a4
Merge pull request #301610 from matthiasbeyer/update-dl-librescore
dl-librescore: 0.35.1 -> 0.35.7
2024-04-07 09:15:36 +02:00
Fabian Affolter
7aa4c722e6
Merge pull request #300588 from dotlambda/spotdl
spotdl: 4.2.4 -> 4.2.5
2024-04-06 10:53:38 +02:00
Matthias Beyer
904f4b46cd
dl-librescore: 0.35.1 -> 0.35.7
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2024-04-04 20:24:50 +02:00
Jonathan Ringer
f47f68a7fb
openai-whisper-cpp: use pkgs.autoAddDriverRunpath 2024-04-01 09:50:49 -07:00
Robert Schütz
04c32a260e spotdl: 4.2.4 -> 4.2.5
Diff: https://github.com/spotDL/spotify-downloader/compare/refs/tags/v4.2.4...v4.2.5

Changelog: https://github.com/spotDL/spotify-downloader/releases/tag/v4.2.5
2024-03-31 17:31:36 -07:00
R. Ryantm
c751bddad4 catnip: 1.8.0 -> 1.8.5 2024-03-27 12:58:47 +00:00
R. Ryantm
82d121f40b abcmidi: 2024.03.13 -> 2024.03.21 2024-03-25 06:30:34 +00:00
Martin Weinelt
2148c8bfaa
wyoming-faster-whisper: 1.1.0 -> 2.0.0
https://github.com/rhasspy/wyoming-faster-whisper/releases/tag/v2.0.0
2024-03-23 23:28:47 +01:00
Someone
e7797267a2
Merge pull request #281576 from yannham/refactor/cuda-setup-hooks-refactor
cudaPackages: generalize and refactor setup hooks
2024-03-19 20:06:18 +00:00
Cosima Neidahl
cd42480049
Merge pull request #296799 from r-ryantm/auto-update/asap
asap: 6.0.2 -> 6.0.3
2024-03-19 12:52:05 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
fcd9db3ccd asap: 6.0.2 -> 6.0.3 2024-03-18 02:46:03 +00:00
stalkerhumanoid
fe30c4525c beets-unstable: unstable-2024-10-26 -> unstable-2024-03-16 2024-03-17 22:14:46 -04:00
Nick Cao
1f24c2bf82
Merge pull request #296290 from Kranzes/mpd-discord-rpc
mpd-discord-rpc: 1.7.1 -> 1.7.2
2024-03-16 11:47:57 -07:00
Nick Cao
c71a77ee5e
Merge pull request #296243 from r-ryantm/auto-update/dl-librescore
dl-librescore: 0.34.59 -> 0.35.1
2024-03-16 11:39:28 -07:00
Ilan Joselevich
39b26c31ce
mpd-discord-rpc: 1.7.1 -> 1.7.2
Diff: https://github.com/JakeStanger/mpd-discord-rpc/compare/v1.7.1...v1.7.2

Changelog: https://github.com/JakeStanger/mpd-discord-rpc/blob/v1.7.2/CHANGELOG.md
2024-03-16 17:42:51 +02:00
R. Ryantm
eb27551800 dl-librescore: 0.34.59 -> 0.35.1 2024-03-15 19:43:19 +00:00
Yann Hamdaoui
63746cac08
cudaPackages: generalize and refactor setup hook
This PR refactor CUDA setup hooks, and in particular
autoAddOpenGLRunpath and autoAddCudaCompatRunpathHook, that were using a
lot of code in common (in fact, I introduced the latter by copy pasting
most of the bash script of the former). This is not satisfying for
maintenance, as a recent patch showed, because we need to duplicate
changes to both hooks.

This commit abstract the common part in a single shell script that
applies a generic patch action to every elf file in the output. For
autoAddOpenGLRunpath the action is just addOpenGLRunpath (now
addDriverRunpath), and is few line function for
autoAddCudaCompatRunpathHook.

Doing so, we also takes the occasion to use the newer addDriverRunpath
instead of the previous addOpenGLRunpath, and rename the CUDA hook to
reflect that as well.

Co-Authored-By: Connor Baker <connor.baker@tweag.io>
2024-03-15 15:54:21 +01:00
Bernardo Meurer
1bb9f10451
Merge pull request #291184 from stalkerhumanoid/update-mediafile-0.12.0 2024-03-15 10:25:31 -04:00
stalkerhumanoid
7fd2e73a01
beets-unstable: unstable-2023-10-16 -> unstable-2024-03-01 2024-03-15 13:20:22 +01:00
R. Ryantm
21dc8540be abcmidi: 2024.03.05 -> 2024.03.13 2024-03-14 02:49:50 +00:00
Vincent Laporte
aae884c8a6
liquidsoap: 2.2.3 → 2.2.4
ocamlPackages.cry: 1.0.1 → 1.0.2

Support for gstreamer in liquidsoap has been removed in nixpkgs as:
  - it does not build (see: liquidsoap PR 3769);
  - it is deprecated.
2024-03-11 04:31:02 +01:00
R. Ryantm
e0763a61ab abcmidi: 2024.03.02 -> 2024.03.05 2024-03-08 18:19:29 +00:00
R. Ryantm
ac2eed444c abcmidi: 2024.02.25 -> 2024.03.02 2024-03-04 01:16:11 +00:00
R. Ryantm
ee33b1fc69 abcmidi: 2024.02.19 -> 2024.02.25 2024-02-26 19:20:00 +00:00
Nick Cao
20fdff81d5
Merge pull request #290885 from simonhollingshead/audiowaveform-cpp14
audiowaveform: Build with C++14.
2024-02-25 11:19:46 -05:00
R. Ryantm
8c5aa40697 whisper-ctranslate2: 0.3.9 -> 0.4.1 2024-02-25 08:08:29 +00:00
Simon Hollingshead
d2b3e40f92 audiowaveform: Build with C++14. 2024-02-23 12:55:15 +00:00
R. Ryantm
6ef28826d8 abcmidi: 2024.02.11 -> 2024.02.19 2024-02-22 22:05:12 +00:00
Martin Weinelt
3c4ce2f1d3
wyoming-openwakeword: 1.9.0 -> 1.10.0
https://github.com/rhasspy/wyoming-openwakeword/blob/v1.10.0/CHANGELOG.md
2024-02-20 05:43:08 +01:00
Martin Weinelt
0df0b1b743
wyoming-faster-whisper: relax wyoming constraint
The dependency will always be off by a minor version, because the three
projects faster-whisper, piper and openwakeword will never have perfectly
aligned releases.
2024-02-20 05:09:25 +01:00
Martin Weinelt
2022fad92e
Merge pull request #289041 from mweinelt/wyoming-openwakeword-1.9.0
wyoming-openwakeword: 1.8.1 -> 1.9.0
2024-02-20 04:43:53 +01:00
Morgan Helton
2af496159e wyoming-piper: 1.4.0 -> 1.5.0 2024-02-19 21:01:32 -06:00
Martin Weinelt
040b45f979
wyoming-openwakeword: 1.8.1 -> 1.9.0
https://github.com/rhasspy/wyoming-openwakeword/blob/v1.9.0/CHANGELOG.md
2024-02-15 14:29:22 +01:00
R. Ryantm
afb6871244 abcmidi: 2024.01.04 -> 2024.02.11 2024-02-12 16:57:10 +00:00
Yt
7827324a7b
Merge pull request #287906 from r-ryantm/auto-update/whisper-ctranslate2
whisper-ctranslate2: 0.3.6 -> 0.3.9
2024-02-11 13:57:07 +00:00
R. Ryantm
b78f31334a whisper-ctranslate2: 0.3.6 -> 0.3.9 2024-02-11 00:35:50 +00:00
Martin Weinelt
4d5609ff42
wyoming-faster-whisper: 1.1.0 -> 1.1.0
https://github.com/rhasspy/wyoming-faster-whisper/compare/refs/tags/v1.1.0...v1.1.0
2024-02-10 04:15:39 +01:00
kirillrdy
43a713f106
Merge pull request #283393 from hughobrien/openai-whisper-cpp--cuda-fix
openai-whisper-cpp: fix cuda build
2024-02-09 11:08:32 +11:00
Nick Cao
19c28b589b
Merge pull request #285938 from r-ryantm/auto-update/kaldi
kaldi: unstable-2023-11-13 -> unstable-2024-01-31
2024-02-03 10:28:56 -05:00
R. Ryantm
942f9eaafe asap: 6.0.1 -> 6.0.2 2024-02-03 07:13:43 +00:00
R. Ryantm
bca8ed0d63 kaldi: unstable-2023-11-13 -> unstable-2024-01-31 2024-02-03 02:19:19 +00:00
Peder Bergebakken Sundt
aa10fea3ef
Merge pull request #222817 from SuperSandro2000/python-sitePackages
treewide: replace `lib/${python.libPrefix}/site-packages` with its sh…
2024-01-31 16:34:30 +01:00
Sandro Jäckel
653837881e
treewide: replace lib/${python.libPrefix}/site-packages with its shorthand ${python.sitePackages}
which should be always preferred
2024-01-30 19:56:57 +01:00
R. Ryantm
61d95a93f3 audiowaveform: 1.10.0 -> 1.10.1 2024-01-29 06:18:00 +00:00
Weijia Wang
debb86dff8
Merge pull request #282631 from r-ryantm/auto-update/video2midi
video2midi: 0.4.6.5 -> 0.4.7.2
2024-01-28 06:05:12 +01:00
Hugh O'Brien
ee7bd5684e
openai-whisper-cpp: fix cuda build 2024-01-24 17:55:58 -05:00
R. Ryantm
fb47bbb081 audiowaveform: 1.9.1 -> 1.10.0 2024-01-24 09:17:55 +00:00
Domen Kožar
b06ac6107b
Merge pull request #282682 from r-ryantm/auto-update/patray
patray: 0.1.1 -> 0.1.2
2024-01-21 22:12:36 +00:00
R. Ryantm
8912ea5a53 patray: 0.1.1 -> 0.1.2 2024-01-21 20:19:22 +00:00
R. Ryantm
be3d12f810 video2midi: 0.4.6.5 -> 0.4.7.2 2024-01-21 16:02:30 +00:00
Doron Behar
72ddcc9280
Merge pull request #282042 from doronbehar/pkg/beets
beets: mkPlugin: change default testPaths to fit unstable beets as well
2024-01-21 18:01:29 +02:00
Robert Schütz
93725d9e26
Merge pull request #282005 from r-ryantm/auto-update/abcmidi
abcmidi: 2023.12.28 -> 2024.01.04
2024-01-20 22:36:19 -08:00
Doron Behar
dc8c140627 beets-stable: add NOTE near version string for upcoming update 2024-01-19 14:14:04 +02:00
Doron Behar
6695e9d637 beets: add some builtin plugins and their non default tests paths 2024-01-19 14:14:04 +02:00
Doron Behar
ac9ae3e1f8
Merge pull request #277032 from mfrischknecht/fix-beets-build
beets: fix broken aarch64 build due to missing plugin test
2024-01-19 14:01:46 +02:00
Doron Behar
9320dde5f3 beets: mkPlugin: change default testPaths to fit unstable beets as well 2024-01-19 13:44:25 +02:00
R. Ryantm
10da3fbde4 abcmidi: 2023.12.28 -> 2024.01.04 2024-01-19 08:44:48 +00:00
amalgame21
8056651a28 openai-whisper-cpp: add cudaSupport 2024-01-19 00:39:31 +08:00
Stanisław Pitucha
3c193c9b80
Merge pull request #279854 from amalgame21/openai-whisper-cpp
openai-whisper-cpp: 1.5.2 -> 1.5.4
2024-01-16 08:45:30 +11:00
Kira Bruneau
6023efb996
Merge pull request #277120 from kira-bruneau/yabridge
yabridge: 5.0.5 -> 5.1.0
2024-01-12 19:14:07 -05:00
amalgame21
54e606bda0 openai-whisper-cpp: 1.5.2 -> 1.5.4 2024-01-10 05:34:26 +08:00
K900
838aefefc3 Merge remote-tracking branch 'origin/master' into staging-next 2024-01-09 22:42:37 +03:00
Thiago Kenji Okada
f52656820a
Merge pull request #278694 from davidkna/whisper-metal
openai-whisper-cpp: fix darwin build & add file for metal
2024-01-09 13:19:03 +00:00
Robert Schütz
5df8c87c20 abcm2ps: add version test 2024-01-09 04:23:02 -08:00
R. Ryantm
edb804f869 abcm2ps: 8.14.14 -> 8.14.15 2024-01-09 09:06:50 +00:00
github-actions[bot]
17cf061755
Merge master into staging-next 2024-01-06 18:01:15 +00:00
R. Ryantm
f456b83109 whisper-ctranslate2: 0.3.5 -> 0.3.6 2024-01-06 02:27:16 +00:00
David Knaack
4b4f0f8034 openai-whisper-cpp: fix darwin build & add file for metal
Co-Authored-By: Hugh O'Brien <github@hughobrien.ie>
2024-01-05 09:57:53 +01:00
Vladimír Čunát
8a839514de
Merge branch 'master' into staging-next 2024-01-04 15:07:44 +01:00
Robert Schütz
d535130881
Merge pull request #278302 from dotlambda/abcmidi-2023.12.28
abcmidi: 2023.12.23 -> 2023.12.28
2024-01-04 11:15:05 +01:00
Weijia Wang
79b0bc1a26
Merge pull request #276739 from r-ryantm/auto-update/dl-librescore
dl-librescore: 0.34.47 -> 0.34.59
2024-01-03 19:29:28 +01:00
github-actions[bot]
307002948d
Merge master into staging-next 2024-01-03 18:00:57 +00:00
Martin Weinelt
a074ae4e3d
Merge pull request #278494 from SomeoneSerge/fix/botamusique-closure-size
botamusique: use same ffmpeg as yt-dlp
2024-01-03 16:10:38 +01:00
Someone Serge
803176c9c0
botamusique: use same ffmpeg as yt-dlp
...to save the runtime closure
2024-01-03 14:39:56 +00:00
Robert Schütz
3c99fc7526 abcmidi: 2023.12.23 -> 2023.12.28 2024-01-02 08:15:08 -08:00
github-actions[bot]
65cbf5e637
Merge master into staging-next 2023-12-31 18:01:09 +00:00
Guillaume Girol
9d273983f8
Merge pull request #249005 from felipeqq2/update/beets-copyartifacts
beetsPackages.copyartifacts: unstable-2020-02-15 -> 0.1.5
2023-12-31 14:39:59 +01:00
R. Ryantm
0ee604d356 whisper-ctranslate2: 0.3.4 -> 0.3.5 2023-12-31 01:24:26 +00:00
github-actions[bot]
2a2dbf246f
Merge master into staging-next 2023-12-27 18:00:58 +00:00
Nick Cao
d0f5b0ccae
Merge pull request #276999 from r-ryantm/auto-update/unflac
unflac: 1.1 -> 1.2
2023-12-27 10:41:29 -05:00
Kira Bruneau
d806f9a317 yabridge: 5.0.5 -> 5.1.0
https://github.com/robbert-vdh/yabridge/blob/5.1.0/CHANGELOG.md
2023-12-27 09:36:09 -05:00
Manuel Frischknecht
6fcd9c7e93 beets: fix broken aarch64 build due to missing plugin test
The `absubmit` plugin for beets has no respective plugin test that
is named after the default plugin test schema defined in `common.nix` [1],
so not explicitly declaring that the plugin has *no tests* (i.e. the
respective test list is empty), `mkPlugin` will try to disable the
non-existant test `test/test_absubmit.py`), breaking beet's build.

[1]: c7916a507b/pkgs/tools/audio/beets/common.nix (L39)
2023-12-27 03:34:55 +00:00
R. Ryantm
8163307eaa unflac: 1.1 -> 1.2 2023-12-26 23:20:59 +00:00
R. Ryantm
8a9191adaf dl-librescore: 0.34.47 -> 0.34.59 2023-12-25 16:29:21 +00:00
R. Ryantm
e84f45fae0 abcmidi: 2023.11.17 -> 2023.12.23 2023-12-25 07:44:36 +00:00
github-actions[bot]
88b151ed65
Merge master into staging-next 2023-12-25 00:02:15 +00:00
Mario Rodas
db9ee6b562
Merge pull request #276056 from KaiHa/pr-openai-whisper-cpp-1.5.2
openai-whisper-cpp: 1.4.2 -> 1.5.2
2023-12-24 18:05:22 -05:00
Kai Harries
ed71e22b61 openai-whisper-cpp: 1.4.2 -> 1.5.2 2023-12-22 14:42:24 +01:00
Kai Harries
e0a60c7a39 openai-whisper-cpp: install "command" 2023-12-22 14:37:52 +01:00