pick: Update from 1.8.0 to 1.9.0
[termux-packages] / packages / freetype / build.sh
CommitLineData
bf5de719 1TERMUX_PKG_HOMEPAGE=https://www.freetype.org
59f0d218 2TERMUX_PKG_DESCRIPTION="Software font engine capable of producing high-quality output"
e267409a 3TERMUX_PKG_VERSION=2.8
0b529442 4TERMUX_PKG_REVISION=1
bf5de719 5TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/project/freetype/freetype2/${TERMUX_PKG_VERSION}/freetype-${TERMUX_PKG_VERSION}.tar.bz2
e267409a 6TERMUX_PKG_SHA256=a3c603ed84c3c2495f9c9331fe6bba3bb0ee65e06ec331e0a0fb52158291b40b
59f0d218 7TERMUX_PKG_DEPENDS="libbz2, libpng"
0b529442 8TERMUX_PKG_INCLUDE_IN_DEVPACKAGE="bin/freetype-config share/man/man1/freetype-config.1"
59f0d218
FF
9# Use with-harfbuzz=no to avoid circular dependency between freetype and harfbuzz:
10TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-harfbuzz=no"