Commit Graph

168 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
Doron Behar
823e0674ab
beets: make the autobpm plugin depend on librosa (#340185) 2024-09-16 11:38:46 +03:00
Luca Tagliavini
de18194d1e beets: make the autobpm plugin depend on librosa 2024-09-15 18:46:26 +03:00
R. Ryantm
ef14f41c38 beetsPackages.alternatives: 0.11.1 -> 0.13.0 2024-08-18 18:05:19 +00:00
Sigmanificient
6dd44107ac treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Doron Behar
3bfa4f50e3 beetsPackages.extrafiles: mark as broken 2024-06-08 22:54:00 +03:00
Doron Behar
10830cf99d beetsPackages.copyartifacts: fix build 2024-06-08 22:52:10 +03:00
Doron Behar
2f947fa39a beetsPackages.alternatives: unstable-2021-02-01 -> 0.11.1 2024-06-08 22:48:24 +03:00
Doron Behar
5fb83c75cc beets-unstable: unstable-2024-03-16 -> 2.0.0-unstable-2024-05-25
Switch to the correct format specified by pkgs/README.md
2024-06-08 22:39:13 +03:00
Doron Behar
0c520d6ae7 beets: 1.6.0 -> 2.0.0 2024-06-08 22:39:13 +03:00
Doron Behar
9ed5c8c88b acousticbrainz-client: remove
Co-authored-by: aszlig <aszlig@nix.build>
2024-06-04 14:07:09 +03:00
Doron Behar
db10d610dd beets: warn about deprecated plugins
Co-authored-by: aszlig <aszlig@nix.build>
2024-06-04 14:06:57 +03:00
stalkerhumanoid
fe30c4525c beets-unstable: unstable-2024-10-26 -> unstable-2024-03-16 2024-03-17 22:14:46 -04:00
stalkerhumanoid
7fd2e73a01
beets-unstable: unstable-2023-10-16 -> unstable-2024-03-01 2024-03-15 13:20:22 +01: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
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
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
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
Jack Wilsdon
c7916a507b beets-minimal: fix building with no plugins
pytestCheckHook throws an error for non-existent disabled tests. This
commit removes any non-existent tests from the disabled tests list.
2023-11-22 21:21:19 +01:00
Jack Wilsdon
7bdddc83b2 beets: fix build with Sphinx 6
Sphinx 6.0.0 changed extlinks to always require placeholders in link
captions. This was fixed in beets in beetbox/beets@2106f47 but no
releases contain this fix.

Fixes #268516.
2023-11-22 21:21:19 +01:00
Doron Behar
1772a2ac20 beets-unstable: unstable-2023-07-05 -> unstable-2023-10-26 2023-10-27 00:33:45 +03:00
Doron Behar
4f2859fd38 beets{,-unstable}: support extraNativeBuildInputs 2023-10-27 00:32:05 +03:00
Doron Behar
20753def4b beets: disable a failing test. 2023-10-27 00:31:14 +03:00
Doron Behar
425de6e3fe beets{,-unstable}: use a patch for pillow10 compatibility fix
This patch will fail to apply when a new version comes out, and thus
will force us to remove it, where the `sed` command in `postPatch` may
become abandoned, and not fail the build due to it not doing anything.
2023-10-27 00:23:17 +03:00
Doron Behar
fa95aced90 beets{,-unstable}: use pytestCheckHook; small reformattings 2023-10-27 00:23:08 +03:00
Felipe Silva
a2f10d6366
beetsPackages.copyartifacts: unstable-2020-02-15 -> 0.1.5
Also update homepage
2023-08-13 21:57:52 -03:00
Felipe Silva
eed5548ddb
beets: add main program 2023-08-13 21:44:29 -03:00
Martin Weinelt
ce181b4dd0
beets: fix compat with pillow 10.0 2023-08-05 17:20:07 +02:00
Sefa Eyeoglu
d0a98a0fc2
beets-unstable: unstable-2022-08-27 -> unstable-2023-07-05
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-07-09 18:18:04 +02:00
Sefa Eyeoglu
7631229b5e
beets: fix embedart with imagick 7.1.1-12
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-07-09 18:17:48 +02:00
Doron Behar
04ae8fffa7 beets: disable failing test
Reported here: https://github.com/beetbox/beets/issues/4836
2023-06-30 15:41:46 +03:00
Artturin
cadffcfe50 treewide: remove issue #56943 workarounds
checked with diffoscope+difflog and launching the programs

i have fixed that issue in my other gir PRs
2023-02-17 20:26:13 +02:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Martin Weinelt
7d75060573
beets: Apply patch to fix unidecode>1.3.5 compat 2023-01-15 12:03:41 +01:00
Kylie McClain
2ad8652ef2
beets: install man pages 2022-11-21 18:28:07 -05:00
Bernardo Meurer
191189f35f
beets-unstable: unstable-2022-05-08 -> unstable-2022-08-27 2022-08-29 21:34:06 -03:00
Julius de Bruijn
bd0a5ce380 beets: test to validate gstreamer interop 2022-08-08 19:03:19 +02:00
Julius de Bruijn
141ec34c9a beets: fix pygobject issues 2022-08-03 23:30:24 +02:00
Bernardo Meurer
88a9ab2ca9 beets: expose enabled plugins in passthru 2022-07-26 04:29:51 +02:00
Bernardo Meurer
4845c93713 beets: fix external plugins in pluginOverrides 2022-05-31 16:00:02 -07:00
Gabriel Ebner
e2ae9005ab beets: correctly ignore tests
This fixes the beetsPackages.beets-minimal build.
2022-05-21 16:35:56 +02:00
Bernardo Meurer
ddf809d780 beets-unstable: document limit in pluginOverrides 2022-05-10 15:35:46 -07:00
Bernardo Meurer
069410f90b
beets: document pluginOverrides 2022-05-09 12:20:20 -07:00
Bernardo Meurer
6eab16313f
beets: remove usage of ? null 2022-05-09 12:19:56 -07:00
Bernardo Meurer
1551b57a5c
beets: fix absubmit enable condition 2022-05-08 17:13:34 -07:00