Search Criteria
Package Details: beets-git 2.2.0.r25.g9110a1110-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/beets-git.git (read-only, click to copy) |
---|---|
Package Base: | beets-git |
Description: | Flexible music library manager and tagger - git version |
Upstream URL: | https://beets.io/ |
Licenses: | MIT |
Conflicts: | beets |
Provides: | beets |
Submitter: | demize |
Maintainer: | alex19EP (schan) |
Last Packager: | alex19EP |
Votes: | 23 |
Popularity: | 0.011428 |
First Submitted: | 2013-06-14 20:07 (UTC) |
Last Updated: | 2024-12-16 22:32 (UTC) |
Dependencies (50)
- python (python37AUR, python311AUR, python310AUR)
- python-confuse
- python-jellyfish
- python-mediafile
- python-munkres
- python-musicbrainzngs
- python-platformdirs
- python-unidecode
- python-yaml (python-yaml-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-wheel (make)
- bash-completion (bash-completion-gitAUR) (check)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (check)
- python-beautifulsoup4 (check)
- python-discogs-client (check)
- python-flask (check)
- python-librosa (check)
- python-mpd2 (python-mpd2-gitAUR) (check)
- python-numba (python-numba-gitAUR) (check)
- python-py7zr (check)
- python-pylast (check)
- python-pytest (check)
- python-reflink (check)
- python-requests-oauthlib (check)
- python-responses (check)
- python-xdg (python-pyxdg) (check)
- bash-completion (bash-completion-gitAUR) (optional) – Bash completion
- chromaprint (chromaprint-gitAUR, chromaprint-fftwAUR) (optional) – Chromaprint/Acoustid plugin
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-ffplayoutAUR) (optional) – Convert, ReplayGain plugins
- gst-libav (gst-libav-gitAUR) (optional) – Chromaprint/Acoustid, BPD, ReplayGain plugins
- gst-plugins-bad (gst-plugins-bad-gitAUR) (optional) – Chromaprint/Acoustid, BPD, ReplayGain plugins
- gst-plugins-good (gst-plugins-good-gitAUR) (optional) – Chromaprint/Acoustid, BPD, ReplayGain plugins
- gst-plugins-ugly (gst-plugins-ugly-gitAUR) (optional) – Chromaprint/Acoustid, BPD, ReplayGain plugins
- gst-python (gst-python-gitAUR) (optional) – Chromaprint/Acoustid, BPD, ReplayGain plugins
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (optional) – Thumbnails plugin
- python-beautifulsoup4 (optional) – Lyrics plugin
- python-discogs-client (optional) – Discogs plugin
- python-flask (optional) – Web plugin
- python-gobject (optional) – ReplayGain plugin
- python-librosa (optional) – AutoBPM plugin
- python-mpd2 (python-mpd2-gitAUR) (optional) – MPDStats plugin
- python-pyacoustid (optional) – Chromaprint/Acoustid plugin
- python-pylast (optional) – LastGenre plugin
- python-requests (optional) – Chromaprint/Acoustid, BPD, FetchArt plugins
- python-requests-oauthlib (optional) – Beatport plugin
- python-xdg (python-pyxdg) (optional) – Thumbnails plugin
Required by (12)
- beetcamp (requires beets)
- beets-alternatives (requires beets)
- beets-alternatives-git (requires beets)
- beets-bandcamp (requires beets)
- beets-bbq-git (requires beets)
- beets-check (requires beets)
- beets-copyartifacts-git (requires beets)
- beets-drop2beets (requires beets)
- beets-extrafiles (requires beets)
- beets-extrafiles-git (requires beets)
- beets-follow-git (requires beets)
- beets-yapl-git (requires beets)
Latest Comments
1 2 3 4 Next › Last »
SpotlightKid commented on 2024-12-17 12:47 (UTC)
Newest version tries to install files under
/usr/lib/python3.12/site-packages/test
. This will cause file conflicts with other packages, which do the same wrong thing (for examplepython-swagger-ui-py
).f0ff886f commented on 2024-08-27 09:04 (UTC)
As of https://github.com/beetbox/beets/commit/4416b9857fd6340037ac7016944a089ea8511bd4#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711 we're missing
python-librosa
andpython-resampy
dependencies.f0ff886f commented on 2024-06-20 14:48 (UTC) (edited on 2024-06-20 14:48 (UTC) by f0ff886f)
They reverted that change. They literally required all these deps to print a string just for debug ... modern software development.
tsj commented on 2024-06-18 14:42 (UTC)
As of https://github.com/beetbox/beets/commit/143b9202f3f2bb95738db3260b29827199273260 (or earlier), we also need as dependencies: https://aur.archlinux.org/packages/python-multimethod https://archlinux.org/packages/extra/any/python-sqlparse/ and a pkgbuild for https://github.com/snejus/rich-tables
With all three, it built for me.
Sridou11 commented on 2024-06-13 17:41 (UTC) (edited on 2024-06-15 04:28 (UTC) by Sridou11)
Edit: Now it's building, but I didn't do anything different
I installed python-poetry as it was required from the latest git commit, but still I was not able to build the package due to the following errors:
f0ff886f commented on 2024-06-13 10:05 (UTC)
It looks like upstream changed building completely to use poetry now: https://github.com/beetbox/beets/commit/d7bf28deed1c47ceb418960a2f5009eeb0ecd750
The dependency tree just grew :D
f0ff886f commented on 2024-06-10 13:32 (UTC)
As of https://github.com/beetbox/beets/commit/0966e3c653cea46bfc5faf797a799bd50687a6b9 the AUR dependency
python-pytest-flask
is required, or else the tests fail.FabioLolix commented on 2023-12-31 16:39 (UTC)
@caspar-2 just rebuild the package, pkgbuild maintainers are not obliged to bump for new commit
caspar-2 commented on 2023-11-28 21:39 (UTC) (edited on 2023-11-28 21:40 (UTC) by caspar-2)
Important bugfixes are available for beets without a new release. This package is the only way to get a current version of beets. Please update the package with a recent commit.
nichobi commented on 2023-08-24 18:23 (UTC)
The .SRCINFO file is missing the python-sphinx dependency, causing issues with AUR helpers, etc.
1 2 3 4 Next › Last »