mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 03:11:22 +01:00

new file: l/libcerf/libcerf-1.5.eb new file: l/libgd/libgd-2.2.3.eb new file: l/libjpeg-turbo/libjpeg-turbo-1.40.eb new file: l/libpng/libpng-1.6.24.eb new file: p/Pango/Pango-1.40.3.eb
31 lines
900 B
Plaintext
31 lines
900 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libjpeg-turbo'
|
|
version = '1.4.0'
|
|
|
|
homepage = 'http://sourceforge.net/projects/libjpeg-turbo/'
|
|
description = """libjpeg-turbo is a fork of the original IJG libjpeg which uses SIMD to accelerate baseline JPEG
|
|
compression and decompression. libjpeg is a library that implements JPEG image encoding, decoding and transcoding.
|
|
"""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('NASM', '2.11.05'),
|
|
]
|
|
|
|
configopts = "--with-jpeg8"
|
|
runtest = "test"
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/cjpeg', 'bin/djpeg', 'bin/jpegtran', 'bin/rdjpgcom', 'bin/tjbench', 'bin/wrjpgcom',
|
|
'lib/libjpeg.a', 'lib/libjpeg.%s' % SHLIB_EXT, 'lib/libturbojpeg.a', 'lib/libturbojpeg.%s' % SHLIB_EXT],
|
|
'dirs': ['include', 'share'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|