diff --git a/l/libmad/SoX-14.4.2-GCCcore-11.3.0.eb b/l/libmad/SoX-14.4.2-GCCcore-11.3.0.eb deleted file mode 100644 index 40dc6df8..00000000 --- a/l/libmad/SoX-14.4.2-GCCcore-11.3.0.eb +++ /dev/null @@ -1,36 +0,0 @@ -# Institution: IT4Innovations National Supercomputing Center, Czech Republic -# Author: Jakub Kropacek -# License: GPLv3 -# Year: 2022 - -easyblock = 'ConfigureMake' - -name = 'SoX' -version = '14.4.2' - -homepage = 'http://sox.sourceforge.net/' -docurls = 'http://sox.sourceforge.net/Docs/Documentation' -description = """Sound eXchange, the Swiss Army knife of audio manipulation""" - -toolchain = {'name': 'GCCcore', 'version': '11.3.0'} - -source_urls = ['https://sourceforge.net/projects/sox/files/sox/%(version)s'] -sources = [SOURCELOWER_TAR_GZ] -checksums = ['b45f598643ffbd8e363ff24d61166ccec4836fea6d3888881b8df53e3bb55f6c'] - -builddependencies = [('binutils', '2.38')] - -dependencies = [ - ('FLAC', '1.3.4'), - ('LAME', '3.100'), - ('libvorbis', '1.3.7'), - ('FFmpeg', '5.0.1'), -] - -sanity_check_paths = { - 'files': ['bin/play', 'bin/rec', 'bin/sox', 'bin/soxi', 'include/sox.h', - 'lib/libsox.la', 'lib/libsox.a', 'lib/pkgconfig/sox.pc', 'lib/libsox.%s' % SHLIB_EXT], - 'dirs': ['bin', 'include', 'lib', 'lib/pkgconfig', 'share/man'], -} - -moduleclass = 'data' diff --git a/l/libmad/libmad-0.15.1b-GCCcore-11.3.0.eb b/l/libmad/libmad-0.15.1b-GCCcore-11.3.0.eb index 1ece31b0..02a6dce2 100644 --- a/l/libmad/libmad-0.15.1b-GCCcore-11.3.0.eb +++ b/l/libmad/libmad-0.15.1b-GCCcore-11.3.0.eb @@ -6,8 +6,8 @@ easyblock = 'ConfigureMake' name = 'libmad' version = '0.15.1b' -homepage = 'http://www.example.com' -description = """TEMPLATE DESCRIPTION""" +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'} @@ -27,5 +27,4 @@ sanity_check_paths = { 'dirs': ["."] } -# You SHOULD change the following line; Kindly consult other easyconfigs for possible options moduleclass = 'lib'