kumquat-buildroot/package/python-mutagen/Config.in
Asaf Kahlon c513d89ab0 package/python-mutagen: bump to version 1.45.1
* The package doesn't support python2 anymore.
* SETUP_TYPE was changed to setuptools.
* Indent with two spaces in the hash file.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-10-03 21:32:20 +02:00

20 lines
778 B
Plaintext

config BR2_PACKAGE_PYTHON_MUTAGEN
bool "python-mutagen"
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
select BR2_PACKAGE_PYTHON3_ZLIB # runtime
help
Mutagen is a Python module to handle audio metadata. It
supports ASF, FLAC, MP4, Monkey's Audio, MP3, Musepack, Ogg
Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True
Audio, WavPack, OptimFROG, and AIFF audio files. All
versions of ID3v2 are supported, and all standard ID3v2.4
frames are parsed.
It can read Xing headers to accurately calculate the bitrate
and length of MP3s. ID3 and APEv2 tags can be edited
regardless of audio format. It can also manipulate Ogg
streams on an individual packet/page level.
https://mutagen.readthedocs.io/en/latest/