initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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/
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/mutagen/json
|
||||
md5 76e1f7fc2386813c0ff2716695fb06e1 mutagen-1.45.1.tar.gz
|
||||
sha256 6397602efb3c2d7baebd2166ed85731ae1c1d475abca22090b7141ff5034b3e1 mutagen-1.45.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-mutagen
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MUTAGEN_VERSION = 1.45.1
|
||||
PYTHON_MUTAGEN_SOURCE = mutagen-$(PYTHON_MUTAGEN_VERSION).tar.gz
|
||||
PYTHON_MUTAGEN_SITE = https://files.pythonhosted.org/packages/f3/d9/2232a4cb9a98e2d2501f7e58d193bc49c956ef23756d7423ba1bd87e386d
|
||||
PYTHON_MUTAGEN_LICENSE = GPL-2.0
|
||||
PYTHON_MUTAGEN_LICENSE_FILES = COPYING
|
||||
PYTHON_MUTAGEN_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user