Skip to content

Commit

Permalink
Merge pull request #16731 from boegel/20221123232903_new_pr_HarfBuzz531
Browse files Browse the repository at this point in the history
{vis}[GCCcore/12.2.0] HarfBuzz v5.3.1, GObject-Introspection v1.74.0
  • Loading branch information
SebastianAchilles authored Nov 25, 2022
2 parents 254c8c6 + 685d1e6 commit cf6c936
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
easyblock = 'MesonNinja'

name = 'GObject-Introspection'
version = '1.74.0'

homepage = 'https://gi.readthedocs.io/en/latest/'
description = """GObject introspection is a middleware layer between C libraries
(using GObject) and language bindings. The C library can be scanned at
compile time and generate a metadata file, in addition to the actual
native C library. Then at runtime, language bindings can read this
metadata and automatically provide bindings to call into the C library."""

toolchain = {'name': 'GCCcore', 'version': '12.2.0'}

source_urls = [FTPGNOME_SOURCE]
sources = [SOURCELOWER_TAR_XZ]
checksums = ['347b3a719e68ba4c69ff2d57ee2689233ea8c07fc492205e573386779e42d653']

builddependencies = [
('binutils', '2.39'),
('pkgconf', '1.9.3'),
('Meson', '0.64.0'),
('Ninja', '1.11.1'),
('flex', '2.6.4'),
('Bison', '3.8.2'),
('cairo', '1.17.4'),
]

dependencies = [
('Python', '3.10.8'),
('GLib', '2.75.0'),
('libffi', '3.4.4'),
('util-linux', '2.38.1'),
]

preconfigopts = "env GI_SCANNER_DISABLE_CACHE=true "

sanity_check_paths = {
'files': ['bin/g-ir-%s' % x for x in ['annotation-tool', 'compiler', 'generate', 'scanner']] +
['lib/libgirepository-1.0.' + SHLIB_EXT],
'dirs': ['include', 'share']
}

moduleclass = 'devel'
38 changes: 38 additions & 0 deletions easybuild/easyconfigs/h/HarfBuzz/HarfBuzz-5.3.1-GCCcore-12.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
easyblock = 'ConfigureMake'

name = 'HarfBuzz'
version = '5.3.1'

homepage = 'https://www.freedesktop.org/wiki/Software/HarfBuzz'
description = """HarfBuzz is an OpenType text shaping engine."""

toolchain = {'name': 'GCCcore', 'version': '12.2.0'}

github_account = 'harfbuzz'
source_urls = [GITHUB_SOURCE]
sources = ['%(version)s.tar.gz']
checksums = ['77c8c903f4539b050a6d3a5be79705c7ccf7b1cb66d68152a651486e261edbd2']

builddependencies = [
('binutils', '2.39'),
('GObject-Introspection', '1.74.0'),
('pkgconf', '1.9.3'),
('Autotools', '20220317'),
]

dependencies = [
('GLib', '2.75.0'),
('ICU', '72.1'),
('cairo', '1.17.4'),
('freetype', '2.12.1'),
]

preconfigopts = "./autogen.sh && "
configopts = "--enable-introspection=yes --with-gobject=yes --enable-static --enable-shared --with-cairo "

sanity_check_paths = {
'files': ['lib/libharfbuzz.%s' % SHLIB_EXT, 'bin/hb-view'],
'dirs': []
}

moduleclass = 'vis'

0 comments on commit cf6c936

Please sign in to comment.