mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00

deleted: l/libmad/SoX-14.4.2-GCCcore-11.3.0.eb modified: l/libmad/libmad-0.15.1b-GCCcore-11.3.0.eb
31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
# IT4Innovations 2022
|
|
# JK
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libmad'
|
|
version = '0.15.1b'
|
|
|
|
homepage = 'https://www.underbit.com/products/mad/'
|
|
description = """MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 and the MPEG-2 extension to lower sampling frequencies, as well as the de facto MPEG 2.5 format. All three audio layers — Layer I, Layer II, and Layer III (i.e. MP3) — are fully implemented."""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
|
|
|
|
source_urls = ['https://sourceforge.net/projects/mad/files/libmad/%(version)s']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
patches = ['libmad-0.15.1b-GCCcore-11.3.0-remove-depreciated-gcc-options.patch']
|
|
checksums = [
|
|
'bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690', # libmad-0.15.1b.tar.gz
|
|
# libmad-0.15.1b-GCCcore-11.3.0-remove-depreciated-gcc-options.patch
|
|
'c7dc07f0d502e31a09ddb82b30827a71d8dfacd39053ee2107d4fc4b0470d2c3',
|
|
]
|
|
|
|
builddependencies = [('binutils', '2.38')]
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ["."]
|
|
}
|
|
|
|
moduleclass = 'lib'
|