update 1.49.1 (2021-09-02) to 1.49.3 (2021-11-09) news: Overview of changes in 1.49.2 ============================= * Update Unicode data to Unicode 14 * Fix underlining of spaces * Round font metrics when appropriate * Fix some corner cases of cursor positioning * Handle Catalan middle-dot in text segmentation Overview of changes in 1.49.3 ============================= * Fix hinting of glyph metrics * Fix logical glyph extents in vertical gravities * Visualize more default-ignorable glyphs * Fix advance widths in transformed contexts * Implement Small Caps and other casing variations
19 lines
790 B
Makefile
19 lines
790 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="pango"
|
|
PKG_VERSION="1.49.3"
|
|
PKG_SHA256="45c403b89910a121ad8eb6d57b5be1d8f19499d39b686435dc6f29b106d2be93"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.pango.org/"
|
|
PKG_URL="https://download.gnome.org/sources/pango/${PKG_VERSION:0:4}/pango-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_TARGET="toolchain cairo freetype fontconfig fribidi glib harfbuzz libX11 libXft"
|
|
PKG_DEPENDS_CONFIG="libXft cairo"
|
|
PKG_LONGDESC="The Pango library for layout and rendering of internationalized text."
|
|
PKG_TOOLCHAIN="meson"
|
|
PKG_BUILD_FLAGS="-sysroot"
|
|
|
|
PKG_MESON_OPTS_TARGET="-Dgtk_doc=false \
|
|
-Dintrospection=disabled"
|