UmVirt LFS Package info
DB commit: 48bb9ee31306c82c48dfaaad707eb4f6a926eb8a
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
harfbuzz
The HarfBuzz package contains an OpenType text shaping engine.
Package info
Codename: harfbuzz
Source file: harfbuzz-9.0.0.tar.xz
Source directory: harfbuzz-9.0.0
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/h/harfbuzz-9.0.0.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/h/harfbuzz-9.0.0.tar.xz.md5sum
Dependances: glib-gobject, icu, freetype, gobject-introspection, graphite2.
Dependance of: freetype-stage2, qt6, gimp, !libreoffice7, libreoffice.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd build &&
meson setup .. \
--prefix=/usr \
--buildtype=release \
-Dgraphite2=enabled
Build script:
cd build
ninja
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
ninja test
fi
Install script:
cd build
ninja install
Arch specific instructions
lib32_amd64
Dependances: *** NO DEPENDANCES FOUND ***
Configuration script:
mkdir build
cd build
CC="gcc -m32" CXX="g++ -m32" \
PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
meson setup --libdir /usr/lib32 \
--prefix=/usr \
--buildtype=release \
--libexecdir /usr/lib32 \
-D introspection=disabled \
..
Build script:
cd build
ninja
Install script:
cd build
DESTDIR=DESTDIR ninja install
cp -Rv DESTDIR/usr/lib32/* /usr/lib32