about summary refs log tree commit diff
path: root/pkgs/tools/audio
AgeCommit message (Collapse)AuthorFilesLines
3 daysspotdl: 4.2.7 -> 4.2.8R. Ryantm1-2/+2
3 daysbeetsPackages.alternatives: 0.11.1 -> 0.13.0 (#328811)Weijia Wang1-3/+3
2024-08-28spotdl: 4.2.6 -> 4.2.7R. Ryantm1-2/+2
2024-08-25spotdl: 4.2.5 -> 4.2.6Robert Schütz2-72/+2
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-20loudgain: add patches for FFmpeg 7 and GCC 14Emily4-2/+191
2024-08-18beetsPackages.alternatives: 0.11.1 -> 0.13.0R. Ryantm1-3/+3
2024-08-12abcmidi: move to pkgs/by-nameRobert Schütz1-20/+0
2024-08-12abcmidi: 2024.07.26 -> 2024.08.11Robert Schütz1-2/+2
2024-08-08goxlr-utility: 1.1.1 -> 1.1.1-unstable-2024-08-06Erno Hopearuoho2-1064/+1881
fixes #331319 where user expects xdg desktop entry to continue work as a launcher hopefully also helps with #332957
2024-08-03treewide: Pass self when overriding Pythonadisbladis2-4/+2
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-07-31Merge pull request #320155 from viraptor/mpdcron-darwinStanisław Pitucha1-0/+1
mpdcron: mark broken on darwin
2024-07-29treewide: remove unused with statements from maintainer listsJörg Thalheim4-4/+4
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!'
2024-07-28Merge remote-tracking branch 'origin/master' into staging-nextK9001-2/+2
2024-07-27abcmidi: 2024.06.18 -> 2024.07.26R. Ryantm1-2/+2
2024-07-26Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-2/+0
Conflicts: - pkgs/applications/graphics/seamly2d/default.nix
2024-07-26speechd: introduce minimal variant, use it everywhereK9001-2/+2
2024-07-26treewide: remove unused lib (and other) argumentsSigmanificient1-2/+0
2024-07-17tree-wide: use top-level cctoolsRandy Eckenrode1-2/+2
2024-07-14Merge staging-next into staginggithub-actions[bot]1-1/+1
2024-07-14Merge pull request #326827 from Aleksanaa/trivial-sha256-fixAleksana1-1/+1
treewide: sha256 -> hash attribute for gitlab.com,codeberg.org fetchers
2024-07-14Merge staging-next into staginggithub-actions[bot]2-4/+2
2024-07-14Merge pull request #324767 from Sigmanificient/remove-unused-stdenv-argumentsAleksana2-4/+2
treewide: remove unused occurence of stdenv (and other) arguments
2024-07-14Merge branch 'staging-next' into stagingVladimír Čunát2-2/+2
2024-07-14treewide: remove unused occurence of stdenv (and other) argumentsSigmanificient2-4/+2
format (will squash)
2024-07-14treewide: sha256 -> hash attribute for pypi fetchersaleksana2-2/+2
2024-07-13treewide: sha256 -> hash attribute for gitlab.com fetchersaleksana1-1/+1
2024-07-04Merge staging-next into staginggithub-actions[bot]2-13/+6
2024-07-04Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-07-04Merge pull request #324511 from r-ryantm/auto-update/whisper-ctranslate2Yt1-2/+2
whisper-ctranslate2: 0.4.4 -> 0.4.5
2024-07-04whisper-ctranslate2: 0.4.4 -> 0.4.5R. Ryantm1-2/+2
2024-07-04Merge branch 'master' into staging-nextVladimír Čunát1-11/+4
Conflicts - GitHub wouldn't auto-resolve them but my local git did: pkgs/development/cuda-modules/cuda/overrides.nix
2024-07-03Merge pull request #323056 from SomeoneSerge/fix/cudaPackages/outputSpecifiedSomeone1-11/+4
cudaPackages: make getOutput work again
2024-07-03treewide: change cargoSha256 with SRI hash to cargoHashaleksana1-1/+1
2024-07-02Merge branch 'master' into staging-nextWeijia Wang1-2/+2
2024-07-02Merge pull request #323880 from r-ryantm/auto-update/darkiceh7x41-2/+2
darkice: 1.4 -> 1.5
2024-07-02Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2-4/+4
Conflicts: - pkgs/development/python-modules/jaxtyping/default.nix
2024-07-02Merge pull request #319659 from jtojnar/gnome-extractJan Tojnar2-4/+4
Move various packages out of gnome scope
2024-07-02treewide: cuda: use propagatedBuildInputs, lib.getOutputSomeone Serge1-11/+4
2024-07-01darkice: 1.4 -> 1.5R. Ryantm1-2/+2
2024-07-01Merge master into staging-nextgithub-actions[bot]2-0/+68
2024-07-01Merge pull request #323322 from kashw2/spotdlArtturin2-0/+68
spotdl: added patch for `syncedlyrics.utils` build failure
2024-07-01adwaita-icon-theme: Move from gnome scope to top-levelJan Tojnar2-4/+4
It is widely used outside gnome – although it probably should not be.
2024-07-01Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-06-30wyoming-piper: fix changelog and homepageMeow1-2/+2
2024-07-01Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-2/+2
Conflicts: - pkgs/development/python-modules/flexcache/default.nix - pkgs/development/python-modules/flexparser/default.nix - pkgs/development/python-modules/odp-amsterdam/default.nix - pkgs/development/python-modules/pint/default.nix - pkgs/development/python-modules/uncertainties/default.nix - pkgs/top-level/python-packages.nix
2024-06-29spotdl: added patch for `syncedlyrics.utils` build failurekashw22-0/+68
2024-06-27mpd-notification: 0.9.0 -> 0.9.1R. Ryantm1-2/+2
2024-06-25Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-06-25Merge pull request #320515 from r-ryantm/auto-update/abcmidiRobert Schütz1-2/+2
abcmidi: 2024.06.03 -> 2024.06.18
2024-06-25Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-27/+24