UmVirt LFS Package info

DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ BASH | XML | JSON ]

harfbuzz

The HarfBuzz package contains an OpenType text shaping engine.

Package info

Template:
Codename: harfbuzz
Source file: harfbuzz-11.4.1.tar.xz
Source file size: 18122072
Source file MD5-checkum: 0f2f8fe443032019b5ca9598c8e2b912
Source directory: harfbuzz-11.4.1
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/h/harfbuzz-11.4.1.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/h/harfbuzz-11.4.1.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