Update to FreeType 2.10.4

This commit is contained in:
khanhduytran0 2020-11-08 06:14:04 +07:00
parent 472c48680c
commit 8f1cb03518
2 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,7 @@
#!/bin/sh #!/bin/sh
# https://github.com/termux/termux-packages/blob/master/disabled-packages/openjdk-9-jre-headless/build.sh # https://github.com/termux/termux-packages/blob/master/disabled-packages/openjdk-9-jre-headless/build.sh
set -e set -e
# wget https://download.savannah.gnu.org/releases/freetype/freetype-$BUILD_FREETYPE_VERSION.tar.bz2 wget https://download.savannah.gnu.org/releases/freetype/freetype-$BUILD_FREETYPE_VERSION.tar.bz2
wget -o freetype-$BUILD_FREETYPE_VERSION.tar.gz https://android.googlesource.com/platform/external/freetype/+archive/refs/heads/pie-release.tar.gz tar xf freetype-$BUILD_FREETYPE_VERSION.tar.bz2
tar xf freetype-$BUILD_FREETYPE_VERSION.tar.gz
wget https://github.com/apple/cups/releases/download/v2.2.4/cups-2.2.4-source.tar.gz wget https://github.com/apple/cups/releases/download/v2.2.4/cups-2.2.4-source.tar.gz
tar xf cups-2.2.4-source.tar.gz tar xf cups-2.2.4-source.tar.gz

View File

@ -4,7 +4,7 @@ export NDK_VERSION=r10e
if [ -z "$BUILD_FREETYPE_VERSION" ] if [ -z "$BUILD_FREETYPE_VERSION" ]
then then
export BUILD_FREETYPE_VERSION="2.10.0" export BUILD_FREETYPE_VERSION="2.10.4"
fi fi
if [ -z "$JDK_DEBUG_LEVEL" ] if [ -z "$JDK_DEBUG_LEVEL" ]