# 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'