summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/audio
AgeCommit message (Collapse)Author
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11Merge master into staging-nextgithub-actions[bot]
2021-01-10google-music-scripts: fix buildFabian Affolter
2021-01-08Merge branch 'master' into staging-nextJan Tojnar
zynaddsubfx conflict has been updated to 3.0.1, which conflicted with rewrite after 3.0.5 update on a different branch.
2021-01-07mpris-scrobbler: init at 0.4.0.1Rouven Czerwinski
Minimalistic scrobbler using the the MPRIS specification to scrobble to libre.fm and last.fm.
2021-01-04Merge staging-next into staginggithub-actions[bot]
2021-01-03beets: add doronbehar to maintainersBernardo Meurer
2021-01-03beets: add lovesegfault to maintainersBernardo Meurer
2021-01-03beets: 1.4.9 -> unstable-2020-12-22Bernardo Meurer
The maintainer has stopped cutting releases[1]. Since the last release, 1.4.9, includes a dependency that is filled with hate speech[2] it's all the more reason to package the unstable version and eliminate that requirement. Moreover a number of fixes, improvements, and features have landed since. [1]: https://github.com/beetbox/beets/issues/3625 [2]: https://github.com/NixOS/nixpkgs/pull/90504 Co-authored-by: Doron Behar <doron.behar@gmail.com>
2021-01-01Merge staging-next into staginggithub-actions[bot]
2021-01-01kaldi: init at 2020-12-26Jörg Thalheim
State-of-the-art speech-to-text engine - used in rhasspy Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-01treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob
2020-12-28aucdtect: remove (#107611)Jörg Thalheim
* aucdtect: remove * Update pkgs/top-level/aliases.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Co-authored-by: Peter Hoeg <peter@hoeg.com> Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-24Merge pull request #105193 from SuperSandro2000/volctl-0.8.0Sandro
volctl: 0.6.3 -> 0.8.0
2020-12-11Merge pull request #101947 from edbentley/audiowaveformSandro
2020-12-09audiowaveform: init at 1.4.2Ed Bentley
2020-12-08abcm2ps: 8.14.10 -> 8.14.11R. RyanTM
2020-12-03playerctl: 2.2.1 -> 2.3.1R. RyanTM
2020-12-01abcmidi: 2020.08.09 -> 2020.11.07R. RyanTM
2020-12-01Merge pull request #103851 from mweinelt/python/ttsJörg Thalheim
2020-11-28volctl: 0.6.3 -> 0.8.0Sandro Jäckel
2020-11-28Merge pull request #105117 from r-ryantm/auto-update/abcm2psSandro
abcm2ps: 8.14.9 -> 8.14.10
2020-11-27Merge pull request #100414 from NickHu/pasystraySandro
pasystray: ayatana appindicators instead of libappindicator
2020-11-27abcm2ps: 8.14.9 -> 8.14.10R. RyanTM
2020-11-15tts: init at unstable-2020-06-17Martin Weinelt
2020-10-28Merge branch master into staging to fix eval errorAndreas Rammhold
This fixes the eval error of the small (and "big"?) NixOS test set that was fixed in 1088f05 & eba8f542.
2020-10-25mpd-mpris: 0.2.4 -> 0.3.0R. RyanTM
2020-10-24volctl: switch to Python 3Jan Tojnar
2020-10-17treewide: remove periods from end of package descriptionsBen Siraphob
2020-10-13pasystray: ayatana appindicators instead of libappindicatorNick Hu
2020-10-02treewide: fix redirected urls (run 3)Patrick Hilhorst
Related: - 9fc5e7e473874762fdb1b49d17dcf703d48352c3 - 593e11fd944ce961ecf5425c3540df09e4f52265 - 508ae42a0f64c350036d722b84c2e2905bbc5418 Since the last time I ran this script, the Repology API changed, so I had to adapt the script used in the previous PR. The new API should be more robust, so overall this is a positive (no more grepping the error messages for our relevant data but just a nice json structure). Here's the new script I used: ```sh curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \ | sort | uniq | tee script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ``` I will also add this script to `maintainers/scripts`.
2020-09-21beets: add extrafiles pluginAustin Butler
2020-09-07liquidsoap: 1.3.4 → 1.4.2Vincent Laporte
2020-09-01beets: Fix wavpack mediafile testDoron Behar
Extend mutagen-1.43.patch to include a fix for now supported bitrate of wavpack files. See https://github.com/beetbox/mediafile/commit/d2fc3b59f77c515b02dfe7ad936f89264375d2b4 for upstream's version of the change.
2020-08-31qastools: 0.22.0 -> 0.23.0R. RyanTM
2020-08-27abcmidi: 2020.07.28 -> 2020.08.09Robert Schütz
2020-08-12Merge pull request #95167 from r-ryantm/auto-update/playerctlMario Rodas
playerctl: 2.1.1 -> 2.2.1
2020-08-11playerctl: 2.1.1 -> 2.2.1R. RyanTM
2020-08-10buildGoModule packages: set doCheck = falsezowoq
2020-08-07Merge pull request #94692 from mweinelt/beetsMartin Weinelt
beets: apply patch to fix incompatibilites with python 3.8
2020-08-07beets: apply patch to fix incompatibilites with python 3.8Martin Weinelt
https://github.com/beetbox/beets/pull/3621 https://github.com/python/cpython/pull/20649
2020-08-06opn2bankeditor: 1.3-beta -> 1.3gnidorah
2020-08-06opl3bankeditor: 1.5 -> 1.5.1gnidorah
2020-08-01abcmidi: 2020.06.30 -> 2020.07.28 (#94349)R. RyanTM
2020-07-31buildGoModule packages: editorconfig fixeszowoq
2020-07-12bpm-tools: Specify dependencies and wrap executablesFabian Geiselhart
2020-07-04google-music-scripts: fix buildJonathan Ringer
2020-07-03abcmidi: 2020.06.07 -> 2020.06.30 (#92114)R. RyanTM
2020-07-01abcm2ps: 8.14.7 -> 8.14.9 (#91897)R. RyanTM
2020-06-20beets: fix werkzeug testcasesMartin Weinelt
Closes #91131