Commit graph

1114 commits

Author SHA1 Message Date
Jonathan Ringer f47f68a7fb
openai-whisper-cpp: use pkgs.autoAddDriverRunpath 2024-04-01 09:50:49 -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
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