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

new file: e/Emacs/Emacs-29.4-GCCcore-12.2.0.eb new file: e/Emacs/Emacs-29.4-GCCcore-14.2.0.eb new file: f/fontconfig/fontconfig-2.15.0-GCCcore-14.2.0.eb new file: f/freetype/freetype-2.13.2-GCCcore-14.2.0.eb new file: g/GTK3/GTK3-3.24.42-GCCcore-14.2.0.eb new file: g/gettext/gettext-0.22.5-GCCcore-14.2.0.eb new file: g/gperf/gperf-3.1-GCCcore-14.2.0.eb new file: i/intltool/intltool-0.51.0-GCCcore-14.2.0.eb new file: j/jbigkit/jbigkit-2.1-GCCcore-14.2.0.eb new file: l/LibTIFF/LibTIFF-4.7.0-GCCcore-14.2.0.eb new file: l/libdeflate/libdeflate-1.20-GCCcore-14.2.0.eb new file: l/libjpeg-turbo/libjpeg-turbo-3.0.1-GCCcore-14.2.0.eb new file: l/libpng/libpng-1.6.45-GCCcore-14.2.0.eb new file: n/NASM/NASM-2.16.03-GCCcore-14.2.0.eb new file: p/Python/Python-3.13.1-GCCcore-12.2.0.eb new file: u/util-linux/util-linux-2.40-GCCcore-14.2.0.eb new file: x/X11/X11-20240607-GCCcore-14.2.0.eb
44 lines
975 B
Plaintext
44 lines
975 B
Plaintext
# IT4Innovations
|
|
# LK 2025
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'fontconfig'
|
|
version = '2.15.0'
|
|
|
|
homepage = 'https://www.freedesktop.org/wiki/Software/fontconfig/'
|
|
|
|
description = """
|
|
Fontconfig is a library designed to provide system-wide font configuration,
|
|
customization and application access.
|
|
"""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://www.freedesktop.org/software/fontconfig/release/']
|
|
sources = [SOURCE_TAR_GZ]
|
|
checksums = ['f5f359d6332861bd497570848fcb42520964a9e83d5e3abe397b6b6db9bcaaf4']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.42'),
|
|
('gperf', '3.1'),
|
|
('pkgconf', '2.3.0'),
|
|
('Python', '3.13.1'),
|
|
]
|
|
|
|
dependencies = [
|
|
('expat', '2.6.4'),
|
|
('freetype', '2.13.2'),
|
|
('util-linux', '2.40'),
|
|
]
|
|
|
|
configopts = '--disable-docs '
|
|
|
|
sanity_check_paths = {
|
|
'files': ['include/fontconfig/fontconfig.h', 'lib/libfontconfig.%s' % SHLIB_EXT],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'vis'
|