UmVirt LFS Package info
DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
harfbuzz
The HarfBuzz package contains an OpenType text shaping engine.
Package info
Template: meson
Codename: harfbuzz
Source file: harfbuzz-12.3.2.tar.xz
Source file size: 19282952
Source file MD5-checkum: 10040432f566e50bda84bfba8ad80b8d
Source directory: harfbuzz-12.3.2
Package URL: https://umvirt.com/linux/downloads/0.3/packages/h/harfbuzz-12.3.2.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.3/packages/h/harfbuzz-12.3.2.tar.xz.md5sum
Dependances: glib-gobject, icu, freetype, gobject-introspection, graphite2.
Dependance of: freetype-stage2, coolreader, qt6, !gimp, !libreoffice7, gimp3-rustless, 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