UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

harfbuzz

The HarfBuzz package contains an OpenType text shaping engine.

Package info

Codename: harfbuzz
Source file: harfbuzz-1.8.8.tar.bz2
Source directory: harfbuzz-1.8.8
Package URL: https://umvirt.com/linux/downloads/0.1/packages/h/harfbuzz-1.8.8.tar.bz2
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/h/harfbuzz-1.8.8.tar.bz2.md5sum
Dependances: glib, freetype, icu, graphite2.
Dependance of: freetype-stage2, mupdf, gimp, libass, libreoffice, qt5.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

./configure --prefix=/usr --with-gobject --with-graphite2 $ARG_STATIC

Build script:
make

Install script:
make install