easyconfigs-it4i/g/Gdk-Pixbuf/Gdk-Pixbuf-2.38.2.eb
Lukáš Krupčík e44647c0db new file: a/ATK/ATK-2.34.1.eb
new file:   a/ant/ant-1.10.7-Java-13.0.1.eb
	new file:   a/at-spi2-atk/at-spi2-atk-2.34.1.eb
	new file:   a/at-spi2-core/at-spi2-core-2.34.0.eb
	modified:   c/cairo/cairo-1.17.2.eb
	new file:   f/FFmpeg/FFmpeg-4.2.2.eb
	new file:   f/FriBidi/FriBidi-1.0.9.eb
	new file:   f/fontconfig/fontconfig-2.12.6.eb
	modified:   f/fontconfig/fontconfig-2.13.1.eb
	new file:   f/freetype/freetype-2.10.1.eb
	new file:   g/GLib/GLib-2.64.0.eb
	new file:   g/GObject-Introspection/GObject-Introspection-1.63.1-Py-3.7.eb
	new file:   g/GTK+/GTK+-3.24.13.eb
	new file:   g/Gdk-Pixbuf/Gdk-Pixbuf-2.38.2.eb
	new file:   h/HarfBuzz/HarfBuzz-2.6.4.eb
	new file:   i/ICU/ICU-64.2.eb
	new file:   l/LibTIFF/LibTIFF-4.1.0.eb
	new file:   l/libepoxy/libepoxy-1.5.4.eb
	new file:   l/libjpeg-turbo/libjpeg-turbo-2.0.4.eb
	new file:   o/OpenCV/OpenCV-3.4.7-intel-2020a-Py-3.7.eb
	new file:   o/OpenCV/OpenCV-4.2.0-Py-3.7.eb
	new file:   p/Pango/Pango-1.44.7.eb
	new file:   v/VTK/VTK-8.2.0-foss-2019b-Python-3.7.4.eb
	modified:   v/VTK/VTK-8.2.0-intel-2020a-Py-3.7.eb
	new file:   "v/VTK/\\"
	modified:   x/X11/X11-20190717.eb
2020-03-25 10:19:54 +01:00

49 lines
1.3 KiB
Plaintext

# JH 2020
easyblock = 'MesonNinja'
name = 'Gdk-Pixbuf'
version = '2.38.2'
homepage = 'https://developer.gnome.org/gdk-pixbuf/stable/'
description = """
The Gdk Pixbuf is a toolkit for image loading and pixel buffer manipulation.
It is used by GTK+ 2 and GTK+ 3 to load and manipulate images. In the past it
was distributed as part of GTK+ 2 but it was split off into a separate package
in preparation for the change to GTK+ 3.
"""
toolchain = SYSTEM
source_urls = [FTPGNOME_SOURCE]
sources = [SOURCELOWER_TAR_XZ]
patches = ['Gdk-Pixbuf-2.38.1-post-install-bin.patch']
builddependencies = [
('Meson', '0.53.0', '-Py-3.7'),
('Ninja', '1.9.0'),
('binutils', '2.32'),
('pkg-config', '0.29.2'),
('GObject-Introspection', '1.63.1', '-Py-3.7'),
]
dependencies = [
('GLib', '2.64.0'),
('libjpeg-turbo', '2.0.4'),
('libpng', '1.6.37'),
('LibTIFF', '4.1.0'),
('X11', '20190717'),
]
configopts = "--buildtype=release --default-library=both "
configopts += "-Dgio_sniffing=false -Dgir=true -Dman=false"
maxparallel = 1
sanity_check_paths = {
'files': ['lib/libgdk_pixbuf-%(version_major)s.0.a', 'lib/libgdk_pixbuf-%%(version_major)s.0.%s' % SHLIB_EXT],
'dirs': ['bin', 'include/gdk-pixbuf-%(version_major)s.0', 'lib/gdk-pixbuf-%(version_major)s.0', 'share'],
}
moduleclass = 'vis'