mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
23 lines
975 B
Makefile
23 lines
975 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="harfbuzz"
|
|
PKG_VERSION="8.3.0"
|
|
PKG_SHA256="109501eaeb8bde3eadb25fab4164e993fbace29c3d775bcaa1c1e58e2f15f847"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
|
|
PKG_URL="https://github.com/harfbuzz/harfbuzz/releases/download/${PKG_VERSION}/harfbuzz-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_TARGET="toolchain cairo freetype glib"
|
|
PKG_LONGDESC="HarfBuzz is an OpenType text shaping engine."
|
|
|
|
PKG_MESON_OPTS_TARGET="-Dbenchmark=disabled \
|
|
-Dcairo=enabled \
|
|
-Ddocs=disabled \
|
|
-Dfreetype=enabled \
|
|
-Dglib=enabled \
|
|
-Dgobject=disabled \
|
|
-Dgraphite=disabled \
|
|
-Dicu=disabled \
|
|
-Dtests=disabled"
|