File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ Other changes:
100
100
case is shown on separate lines.
101
101
* Refactored library.py file by splitting it into multiple modules within the
102
102
beets/library directory.
103
+ * :doc: `docs/guides/main.rst `: Add instructions to install beets on Void Linux.
103
104
104
105
2.3.1 (May 14, 2025)
105
106
--------------------
Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ Beets works on Python 3.8 or later.
33
33
* On **Alpine Linux **, `beets is in the community repository <Alpine package _>`_
34
34
and can be installed with ``apk add beets ``.
35
35
36
+ * On **Void Linux **, `beets is in the official repository <Void package _>`_
37
+ and can be installed with ``xbps-install -S beets ``.
38
+
36
39
* For **Gentoo Linux **, beets is in Portage as ``media-sound/beets ``. Just run
37
40
``emerge beets `` to install. There are several USE flags available for
38
41
optional plugin dependencies.
@@ -58,6 +61,7 @@ Beets works on Python 3.8 or later.
58
61
.. _OpenBSD : http://openports.se/audio/beets
59
62
.. _Arch extra : https://archlinux.org/packages/extra/any/beets/
60
63
.. _Alpine package : https://pkgs.alpinelinux.org/package/edge/community/x86_64/beets
64
+ .. _Void package : https://github.com/void-linux/void-packages/tree/master/srcpkgs/beets
61
65
.. _NixOS : https://github.com/NixOS/nixpkgs/tree/master/pkgs/tools/audio/beets
62
66
.. _MacPorts : https://www.macports.org
63
67
You can’t perform that action at this time.
0 commit comments