mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-18 12:40:58 +01:00

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
38 lines
1.0 KiB
Plaintext
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'
|