Commit graph

495 commits

Author SHA1 Message Date
Bernardo Meurer d79b8ade64
beetsExternalPlugins.alternatives: 0.10.2 -> unstable-2021-02-01 2021-04-18 22:29:37 -07:00
Bernardo Meurer 64252b8996
beets: unstable-2021-03-24 -> unstable-2021-04-17 2021-04-18 22:25:39 -07:00
Sandro 1f5bfd92f7
Merge pull request #119718 from MetaDark/yabridge
yabridge, yabridgectl: 3.0.2 -> 3.1.0
2021-04-17 19:29:21 +02:00
Kira Bruneau 2814a535ec yabridge, yabridgectl: 3.0.2 -> 3.1.0 2021-04-17 11:47:53 -04:00
Jörg Thalheim a7ee5158ab
tts: 0.0.11 -> 0.0.12 2021-04-16 09:40:36 +02:00
Martin Weinelt 03b236db05
tts: 0.0.9 -> 0.0.11
Migrate to new upstream after Mozilla dropped the project.
2021-04-15 04:14:28 +02:00
Robert Schütz aff13753d4 spotdl: 3.5.0 -> 3.5.1 2021-04-10 15:42:19 +02:00
Sandro eef00d3046
Merge pull request #114971 from eduardosm/isrcsubmit
isrcsubmit: init at 2.1.0
2021-04-03 04:40:56 +02:00
Eduardo Sánchez Muñoz 142418d941
acousticbrainz-client: init at 0.1 (#115780)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-03 04:40:29 +02:00
Robert Schütz 8324a3df39
Merge pull request #117782 from dotlambda/spotdl-init
spotdl: init at 3.5.0
2021-04-01 18:17:25 +02:00
Robert Schütz 1eb15e0ae6 abcmidi: 2021.03.27 -> 2021.03.30 2021-03-31 13:17:25 +02:00
Sandro e20b58d30a
Merge pull request #117872 from dotlambda/abcmidi-2021.03.27
abcmidi: 2021.03.10 -> 2021.03.27
2021-03-28 18:32:23 +02:00
Robert Schütz 59c1caf6d5 spotdl: init at 3.5.0 2021-03-28 16:53:31 +02:00
Robert Schütz 96df21a88e abcmidi: 2021.03.10 -> 2021.03.27 2021-03-28 11:33:38 +02:00
Bernardo Meurer e34dafadb2
beets: unstable-2021-03-08 -> unstable-2021-03-24 2021-03-25 20:14:50 -07:00
Silvan Mosberger 1638776b7b
botamusique: init at unstable-2021-03-13 2021-03-24 01:04:57 +01:00
Sandro 711ea2b67d
Merge pull request #116600 from siraben/darwin-mass-fix-buildInputs=0 2021-03-19 00:37:20 +01:00
Sandro Jäckel ca55365711
essentia-extractor: format 2021-03-17 21:08:05 +01:00
Ben Siraphob 2dcf1351e9 mpd-mpris: expand platforms to unix 2021-03-17 16:28:09 +07:00
Ben Siraphob e79822050c midicsv: fix darwin build 2021-03-14 11:40:50 +07:00
Robert Schütz 354a880a3e abcmidi: 2021.02.21 -> 2021.03.10 2021-03-11 14:52:46 +01:00
Bernardo Meurer 2a43b93fee
beets: fix lyrics dependency 2021-03-11 03:19:18 -08:00
Kira Bruneau 556d4172ba yabridge, yabridgectl: 3.0.1 -> 3.0.2 2021-03-10 13:08:25 -05:00
Eduardo Sánchez Muñoz c2ecc9ca64 isrcsubmit: init at 2.1.0 2021-03-10 15:52:53 +01:00
Bernardo Meurer a2492b0831
beetsExternalPlugins.check: remove (broken) 2021-03-08 12:42:29 -08:00
Bernardo Meurer 6beb35e344
beets: unstable-2021-01-29 -> unstable-2021-03-08 2021-03-08 11:29:30 -08:00
Robert Schütz 3c51c0f39a beetsExternalPlugins.check: mark as broken 2021-03-07 16:02:33 +01:00
Robert Schütz 00210fcf0d beetsExternalPlugins.alternatives: 0.9.0 -> 0.10.2 2021-03-07 16:02:33 +01:00
Robert Schütz 46aeb3a48d beets: remove Google Play Music support 2021-03-07 16:02:31 +01:00
Robert Schütz 9fc36e1b7f google-music-scripts: drop 2021-03-07 16:00:27 +01:00
Sandro Jäckel 3353bf7a16
beets: remove `? null; remove with lib` 2021-03-06 21:02:55 +01:00
Sandro 15e5958c21
Merge pull request #114476 from MetaDark/yabridge
yabridge, yabridgectl: 3.0.0 -> 3.0.1
2021-03-04 03:34:47 +01:00
sternenseemann bce37e7542 beets: refactor external plugins into top-level package set
Instead of managing external plugins in the beets derivation, we
introduce a new top-level package set beetsExternalPlugins which the
beets derivation receives as an input. This change doesn't affect how
the beets derivation is built or overridden, so the change won't be
noticed by users, but it makes hydra evaluate and build external plugins
which should benefit users of those plugins and prevent future
regressions as we have experienced (currently on master
beets-alternatives fails to evaluate, but this wasn't picked up by
ofborg nor hydra).
2021-03-03 15:16:31 +01:00
sternenseemann 979a6b2590 beets-check: fix patch path
The path to the used patch was broken, making the derivation fail
evaluation. However the patch needs to be updated as some new test
failure has cropped up.
2021-03-03 15:09:38 +01:00
sternenseemann 6f2fbf5f0b treewide: add missing lib inputs
This fixes hopefully all remaining missing lib inputs, likely introduced
as a regression by our recent treewide switch from stdenv.lib to lib.
These instances are all I could find using nix-instantiate --parse using
the following command:

    find "$NIXPKGS" -name '*.nix' \
      -and ! -path "$NIXPKGS/pkgs/development/interpreters/python/cpython/docs/template.nix" \
      -and ! -path '$NIXPKGS/.git/**' \
      -print0 | xargs -0 nix-instantiate --parse >/dev/null
2021-03-03 13:40:45 +01:00
Domen Kožar 52041b5d02
remove myself from a bunch of software I no longer use/maintain 2021-03-03 10:50:26 +00:00
Kira Bruneau fd96e5ae46 yabridge, yabridgectl: 3.0.0 -> 3.0.1
Also replaces hashes with SRI hashes
2021-02-26 12:25:06 -05:00
Sandro 7b9922ecdd
Merge pull request #113996 from dotlambda/abcmidi-2021.02.21
abcmidi: 2021.01.25 -> 2021.02.21
2021-02-23 08:47:37 +01:00
Robert Schütz a4bee4eee6 abcmidi: 2021.01.25 -> 2021.02.21 2021-02-22 12:46:31 +01:00
Sandro Jäckel 3484b32ae2
beets: remove unused input 2021-02-22 01:16:22 +01:00
Kira Bruneau ebbb927bee yabridgectl: 2.2.1 -> 3.0.0 2021-02-14 19:45:06 -05:00
Kira Bruneau 26a970df50 yabridge: 2.2.1 -> 3.0.0 2021-02-14 19:44:57 -05:00
Kira Bruneau e3d0774d0b yabridgectl: init at 2.2.1 2021-02-14 19:44:17 -05:00
Kira Bruneau 9fce96e160 yabridge: init at 2.2.1 2021-02-14 19:43:49 -05:00
AndersonTorres f14da185ef mpdcron: mpd_clientlib -> libmpdclient 2021-02-12 08:35:29 -03:00
AndersonTorres f8104b8fa6 mpdas: mpd_clientlib -> libmpdclient 2021-02-12 08:35:11 -03:00
Jan Tojnar 54f4529aec
Merge pull request #111519 from siraben/xdg-utils-naming 2021-02-01 17:18:57 +01:00
Ben Siraphob a6ac3eedbd treewide: xdg_utils -> xdg-utils 2021-02-01 15:05:09 +07:00
Bernardo Meurer 642fd85cb6
beets: unstable-2020-12-22 -> unstable-2021-01-29 2021-01-31 18:27:56 -08:00
Bernardo Meurer 8094392757
beets: use unstableGitUpdater 2021-01-31 18:27:37 -08:00
Sandro c7cfce17b7
Merge pull request #110926 from dotlambda/abcmidi-2021.01.25
abcmidi: 2021.01.21 -> 2021.01.25
2021-01-27 16:48:17 +01:00
Robert Schütz 63bc85029a abcmidi: 2021.01.21 -> 2021.01.25 2021-01-27 11:41:06 +01:00
Jörg Thalheim 5fc4e480f2
tts: unstable-2020-06-17 -> 0.0.9 2021-01-27 11:02:30 +01:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
volth bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Sandro 705f26563b
Merge pull request #110600 from dotlambda/abcmidi-2021.01.21
abcmidi: 2020.12.10 -> 2021.01.21
2021-01-23 21:14:50 +01:00
Robert Schütz 4070fb501b abcmidi: 2020.12.10 -> 2021.01.21 2021-01-23 15:35:19 +01:00
Doron Behar f9c6e07c67 treewide: Remove usages of stdenv.lib by @doronbehar
Per: https://github.com/NixOS/nixpkgs/issues/108938
2021-01-23 10:52:19 +02:00
zowoq 59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
Ben Siraphob d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Austin Butler 1e72aa1feb beats: fix missing lib in extrafiles plugin 2021-01-16 19:15:03 -08:00
R. RyanTM bcdca92787
abcmidi: 2020.11.07 -> 2020.12.10 (#106639) 2021-01-16 09:52:53 +01:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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-11 10:38:22 +01:00
github-actions[bot] 36bab113bf
Merge master into staging-next 2021-01-11 01:02:21 +00:00
Fabian Affolter 93f7742d61 google-music-scripts: fix build 2021-01-10 15:56:55 +01:00
Jan Tojnar e6c0c98940
Merge branch 'master' into staging-next
zynaddsubfx conflict has been updated to 3.0.1, which conflicted with rewrite after 3.0.5 update on a different branch.
2021-01-08 02:07:34 +01:00
Rouven Czerwinski cf2c95a19f mpris-scrobbler: init at 0.4.0.1
Minimalistic scrobbler using the the MPRIS specification to scrobble to
libre.fm and last.fm.
2021-01-07 16:45:53 +01:00
github-actions[bot] 581059aed4
Merge staging-next into staging 2021-01-04 00:57:38 +00:00
Bernardo Meurer cea2b9eff4 beets: add doronbehar to maintainers 2021-01-03 14:36:54 +02:00
Bernardo Meurer 264b77f005 beets: add lovesegfault to maintainers 2021-01-03 14:36:54 +02:00
Bernardo Meurer 0faf72a557 beets: 1.4.9 -> unstable-2020-12-22
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-03 14:36:53 +02:00
github-actions[bot] 0eb369d907
Merge staging-next into staging 2021-01-01 18:39:12 +00:00
Jörg Thalheim e03e3c5fad
kaldi: init at 2020-12-26
State-of-the-art speech-to-text engine - used in rhasspy

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-01 11:07:37 +01:00
Ben Siraphob b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Jörg Thalheim 6baecc0abb
aucdtect: remove (#107611)
* 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-28 09:26:52 +08:00
Sandro 35296b1e11
Merge pull request #105193 from SuperSandro2000/volctl-0.8.0
volctl: 0.6.3 -> 0.8.0
2020-12-24 21:30:53 +01:00
Sandro d33fb82b8c
Merge pull request #101947 from edbentley/audiowaveform 2020-12-11 07:03:57 +01:00
Ed Bentley 0823dcedc3 audiowaveform: init at 1.4.2 2020-12-09 10:25:59 +00:00
R. RyanTM 9231ea93ca abcm2ps: 8.14.10 -> 8.14.11 2020-12-08 11:13:39 +00:00
R. RyanTM 04d1ad3220 playerctl: 2.2.1 -> 2.3.1 2020-12-03 06:49:29 +00:00
R. RyanTM 86b91712ef abcmidi: 2020.08.09 -> 2020.11.07 2020-12-01 15:12:22 +00:00
Jörg Thalheim ea48cad85d
Merge pull request #103851 from mweinelt/python/tts 2020-12-01 11:25:51 +00:00
Sandro Jäckel 76ea74b982
volctl: 0.6.3 -> 0.8.0 2020-11-28 02:58:06 +01:00
Sandro a32d9781bd
Merge pull request #105117 from r-ryantm/auto-update/abcm2ps
abcm2ps: 8.14.9 -> 8.14.10
2020-11-28 00:50:16 +01:00
Sandro f66311ae12
Merge pull request #100414 from NickHu/pasystray
pasystray: ayatana appindicators instead of libappindicator
2020-11-27 20:51:07 +01:00
R. RyanTM 4caeb90cd3 abcm2ps: 8.14.9 -> 8.14.10 2020-11-27 07:57:14 +00:00
Martin Weinelt c84ad307e6
tts: init at unstable-2020-06-17 2020-11-15 04:01:15 +01:00
Andreas Rammhold db0fe5c3eb
Merge branch master into staging to fix eval error
This fixes the eval error of the small (and "big"?) NixOS test set that
was fixed in 1088f05 & eba8f542.
2020-10-28 03:03:27 +01:00
R. RyanTM 6ad02be2f1 mpd-mpris: 0.2.4 -> 0.3.0 2020-10-25 22:33:09 +00:00
Jan Tojnar 268f2d1478
volctl: switch to Python 3 2020-10-24 01:18:45 +02:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Nick Hu 8d8cd8908b
pasystray: ayatana appindicators instead of libappindicator 2020-10-13 16:06:11 +01:00
Patrick Hilhorst f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

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-10-02 09:01:35 -07:00
Austin Butler 5d365404ac beets: add extrafiles plugin 2020-09-21 10:33:10 +03:00
Vincent Laporte bd954783b2 liquidsoap: 1.3.4 → 1.4.2 2020-09-07 15:18:31 +02:00
Doron Behar 7efe1cfe51 beets: Fix wavpack mediafile test
Extend mutagen-1.43.patch to include a fix for now supported bitrate of
wavpack files. See
d2fc3b59f7
for upstream's version of the change.
2020-09-01 09:22:03 +03:00
R. RyanTM c5a2f3a514 qastools: 0.22.0 -> 0.23.0 2020-08-31 17:09:48 +02:00
Robert Schütz 7b162ee6e7 abcmidi: 2020.07.28 -> 2020.08.09 2020-08-27 15:16:04 +02:00
Mario Rodas 2ab8def9d4
Merge pull request #95167 from r-ryantm/auto-update/playerctl
playerctl: 2.1.1 -> 2.2.1
2020-08-12 08:53:16 -05:00