UmVirt LFS Package info
DB commit: 6e4df3ea22c3eb21cad56028aab30db41fa6a0c4
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
harfbuzz
The HarfBuzz package contains an OpenType text shaping engine.
Package info
Template: 
Codename: harfbuzz
Source file: harfbuzz-10.4.0.tar.xz
Source file size: 18120656
Source file MD5-checkum: 9ff3796c1b8ae03540e466168c6a5bd1
Source directory: harfbuzz-10.4.0
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/h/harfbuzz-10.4.0.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/h/harfbuzz-10.4.0.tar.xz.md5sum
Dependances: glib-gobject, icu, freetype, gobject-introspection, graphite2.
Dependance of: freetype-stage2, coolreader, qt6, !gimp, gimp3-rustless, !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