Skip to content
Snippets Groups Projects
Commit fbbdc337 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

Pango

parent 7d681b10
No related branches found
No related tags found
No related merge requests found
easyblock = 'MesonNinja'
name = 'Pango'
version = '1.48.8'
homepage = 'http://www.pango.org/'
description = """Pango is a library for laying out and rendering of text, with an emphasis on internationalization.
Pango can be used anywhere that text layout is needed, though most of the work on Pango so far has been done in the
context of the GTK+ widget toolkit. Pango forms the core of text and font handling for GTK+-2.x.
"""
toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
source_urls = [FTPGNOME_SOURCE]
sources = [SOURCELOWER_TAR_XZ]
builddependencies = [
('binutils', '2.37'),
('Coreutils', '9.0'),
('GObject-Introspection', '1.68.0'),
('Meson', '0.58.2'),
('Ninja', '1.10.2'),
('pkg-config', '0.29.2'),
]
dependencies = [
('X11', '20210802'),
('GLib', '2.69.1'),
('cairo', '1.16.0'),
('HarfBuzz', '2.8.2'),
('FriBidi', '1.0.10'),
]
configopts = '-Ddefault_library=both'
modextrapaths = {
'GI_TYPELIB_PATH': 'lib64/girepository-1.0',
'XDG_DATA_DIRS': 'share',
}
moduleclass = 'vis'
......@@ -62,6 +62,8 @@ releases = {
'Pango': ['1.44.7', '1.48.8'],
'HarfBuzz': ['2.6.7', '2.8.2'],
'freetype': ['2.10.1', '2.11.0'],
'FriBidi': ['1.0.9', '1.0.10'],
'libepoxy': ['1.5.4', '1.5.8'],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment