1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
|
Source: beets
Section: sound
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Ryan Kavanagh <rak@debian.org>,
Pieter Lenaerts <plenae@disroot.org>
Build-Depends:
debhelper-compat (= 13),
pybuild-plugin-pyproject,
dh-sequence-python3,
python3-all,
python3-poetry-core,
python3-confuse (>= 1.5) <!nocheck>,
python3-jellyfish <!nocheck>,
python3-lap (>= 0.5.12) <!nocheck>,
python3-mediafile (>= 0.12.0) <!nocheck>,
python3-musicbrainzngs (>= 0.4) <!nocheck>,
python3-numpy (>= 1.24.4) <!nocheck>,
python3-platformdirs (>= 3.5.0) <!nocheck>,
python3-unidecode (>= 1.3.6) <!nocheck>,
python3-yaml <!nocheck>,
python3-bs4 <!nocheck>,
python3-discogs-client <!nocheck>,
python3-flask <!nocheck>,
python3-gi <!nocheck>,
python3-gst-1.0 <!nocheck>,
gstreamer1.0-plugins-good <!nocheck>,
python3-langdetect <!nocheck>,
python3-mock <!nocheck>,
python3-mpd <!nocheck>,
python3-pil <!nocheck>,
python3-py7zr <!nocheck>,
python3-pylast <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-flask <!nocheck>,
python3-rarfile <!nocheck>,
python3-requests <!nocheck>,
python3-requests-oauthlib <!nocheck>,
python3-requests-mock <!nocheck>,
python3-responses (>= 0.3.0) <!nocheck>,
python3-types-mock <!nocheck>,
python3-xdg <!nocheck>,
ffmpeg <!nocheck>,
imagemagick <!nocheck>,
mp3gain <!nocheck>,
unrar-free <!nocheck>,
python3-pydata-sphinx-theme <!nodoc>,
python3-sphinx <!nodoc>,
python3-sphinx-design <!nodoc>,
python3-sphinx-copybutton <!nodoc>
Standards-Version: 4.7.2
Homepage: https://beets.io/
Vcs-Git: https://salsa.debian.org/python-team/packages/beets.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/beets
Package: beets
Architecture: all
Depends:
libjs-backbone,
libjs-jquery,
libjs-underscore,
${misc:Depends},
${python3:Depends}
Suggests:
beets-doc,
ffmpeg,
mp3gain,
imagemagick,
python3-acoustid,
python3-bs4,
python3-dbus,
python3-discogs-client (>= 2.3.15),
python3-flask,
python3-flask-cors,
python3-gi,
python3-gst-1.0,
gstreamer1.0-plugins-good,
python3-langdetect,
python3-mpd,
python3-mutagen (>= 1.33),
python3-pil,
python3-py7zr,
python3-pylast,
python3-rarfile,
python3-reflink,
python3-requests,
python3-requests-oauthlib (>= 0.6.1),
python3-resampy (>= 0.4.3),
python3-xdg
Description: music tagger and library organizer
Beets is a media library management system for obsessive-compulsive music
geeks.
.
The purpose of beets is to get your music collection right once and for all.
It catalogs your collection, automatically improving its metadata as it goes
using the MusicBrainz database. It then provides a set of tools for
manipulating and accessing your music.
.
Beets also includes a music player that implements the MPD protocol, so you
can play music in your beets library using any MPD client.
Package: beets-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends}
Description: music tagger and library organizer - documentation
Beets is a media library management system for obsessive-compulsive music
geeks.
.
The purpose of beets is to get your music collection right once and for all.
It catalogs your collection, automatically improving its metadata as it goes
using the MusicBrainz database. It then provides a set of tools for
manipulating and accessing your music.
.
Beets also includes a music player that implements the MPD protocol, so you
can play music in your beets library using any MPD client.
.
This package provides detailed documentation on beets usage.
|