easyconfigs-it4i/l/libmad/libmad-0.15.1b-GCCcore-11.3.0.eb
Jakub Kropacek e36cb0ab43 deleted: i/intel-compilers/q
deleted:    l/libmad/SoX-14.4.2-GCCcore-11.3.0.eb
	modified:   l/libmad/libmad-0.15.1b-GCCcore-11.3.0.eb
2022-08-19 12:38:01 +02:00

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'