easyconfigs-it4i/s/SoX/SoX-14.4.2-GCCcore-11.3.0.eb
Jakub Kropacek 55faa317bd new file: i/intel-compilers/q
new file:   l/libmad/SoX-14.4.2-GCCcore-11.3.0.eb
	new file:   l/libmad/libmad-0.15.1b-GCCcore-11.3.0-remove-depreciated-gcc-options.patch
	new file:   l/libmad/libmad-0.15.1b-GCCcore-11.3.0.eb
	new file:   s/SoX/SoX-14.4.2-GCCcore-11.3.0.eb
	deleted:    s/SoX/SoX-14.4.2-GCC-11.3.0.eb
2022-08-19 12:27:07 +02:00

38 lines
1.0 KiB
Plaintext

# 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 = [SOURCEFORGE_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['b45f598643ffbd8e363ff24d61166ccec4836fea6d3888881b8df53e3bb55f6c']
builddependencies = [('binutils', '2.38')]
dependencies = [
('FLAC', '1.3.4'),
('LAME', '3.100'),
# ('libmad', '0.15.1b'),
('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'