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 @@ -117,6 +117,7 @@ Other changes:
117117- Refactored library.py file by splitting it into multiple modules within the
118118 beets/library directory.
119119- Added a test to check that all plugins can be imported without errors.
120+ - :doc: `/guides/main `: Add instructions to install beets on Void Linux.
120121
1211222.3.1 (May 14, 2025)
122123--------------------
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ You will need Python. Beets works on Python 3.8 or later.
2626 which will probably set your computer on fire.)
2727- On **Alpine Linux **, `beets is in the community repository <alpine package _>`_
2828 and can be installed with ``apk add beets ``.
29+ - On **Void Linux **, `beets is in the official repository <void package _>`_
30+ and can be installed with ``xbps-install -S beets ``.
2931- For **Gentoo Linux **, beets is in Portage as ``media-sound/beets ``. Just run
3032 ``emerge beets `` to install. There are several USE flags available for
3133 optional plugin dependencies.
@@ -53,6 +55,8 @@ You will need Python. Beets works on Python 3.8 or later.
5355
5456.. _macports : https://www.macports.org
5557
58+ .. _void package : https://github.com/void-linux/void-packages/tree/master/srcpkgs/beets
59+
5660.. _nixos : https://github.com/NixOS/nixpkgs/tree/master/pkgs/tools/audio/beets
5761
5862.. _openbsd : http://openports.se/audio/beets
You can’t perform that action at this time.
0 commit comments