mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-06 22:24:12 -05:00
updater-freetype-2.14.1 — freetype → 2.14.1 (#13268)
* Add unbuilt freetype to updater-freetype-2.14.1 * updater-freetype-2.14.1: Package File Update Run on linux/amd64 container. * updater-freetype-2.14.1: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7e2dd43fb1
commit
36a23e038f
@@ -1,4 +1,4 @@
|
||||
# Total size: 1458568
|
||||
# Total size: 1480092
|
||||
/usr/local/include/freetype2/freetype/config/ftconfig.h
|
||||
/usr/local/include/freetype2/freetype/config/ftheader.h
|
||||
/usr/local/include/freetype2/freetype/config/ftmodule.h
|
||||
@@ -29,6 +29,7 @@
|
||||
/usr/local/include/freetype2/freetype/ftincrem.h
|
||||
/usr/local/include/freetype2/freetype/ftlcdfil.h
|
||||
/usr/local/include/freetype2/freetype/ftlist.h
|
||||
/usr/local/include/freetype2/freetype/ftlogging.h
|
||||
/usr/local/include/freetype2/freetype/ftlzw.h
|
||||
/usr/local/include/freetype2/freetype/ftmac.h
|
||||
/usr/local/include/freetype2/freetype/ftmm.h
|
||||
@@ -55,6 +56,6 @@
|
||||
/usr/local/include/freetype2/ft2build.h
|
||||
/usr/local/lib/libfreetype.so
|
||||
/usr/local/lib/libfreetype.so.6
|
||||
/usr/local/lib/libfreetype.so.6.20.2
|
||||
/usr/local/lib/libfreetype.so.6.20.4
|
||||
/usr/local/lib/pkgconfig/freetype2.pc
|
||||
/usr/local/share/aclocal/freetype2.m4
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 1836706
|
||||
# Total size: 1858254
|
||||
/usr/local/include/freetype2/freetype/config/ftconfig.h
|
||||
/usr/local/include/freetype2/freetype/config/ftheader.h
|
||||
/usr/local/include/freetype2/freetype/config/ftmodule.h
|
||||
@@ -29,6 +29,7 @@
|
||||
/usr/local/include/freetype2/freetype/ftincrem.h
|
||||
/usr/local/include/freetype2/freetype/ftlcdfil.h
|
||||
/usr/local/include/freetype2/freetype/ftlist.h
|
||||
/usr/local/include/freetype2/freetype/ftlogging.h
|
||||
/usr/local/include/freetype2/freetype/ftlzw.h
|
||||
/usr/local/include/freetype2/freetype/ftmac.h
|
||||
/usr/local/include/freetype2/freetype/ftmm.h
|
||||
@@ -55,6 +56,6 @@
|
||||
/usr/local/include/freetype2/ft2build.h
|
||||
/usr/local/lib64/libfreetype.so
|
||||
/usr/local/lib64/libfreetype.so.6
|
||||
/usr/local/lib64/libfreetype.so.6.20.2
|
||||
/usr/local/lib64/libfreetype.so.6.20.4
|
||||
/usr/local/lib64/pkgconfig/freetype2.pc
|
||||
/usr/local/share/aclocal/freetype2.m4
|
||||
|
||||
@@ -4,7 +4,7 @@ require 'buildsystems/meson'
|
||||
class Freetype < Meson
|
||||
description 'FreeType is a freely available software library to render fonts.'
|
||||
homepage 'https://freetype.org/'
|
||||
version '2.13.3-3' # Update freetype in harfbuzz when updating freetype
|
||||
version '2.14.1' # Update freetype in harfbuzz when updating freetype
|
||||
license 'FTL or GPL-2+'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.freedesktop.org/freetype/freetype.git'
|
||||
@@ -12,9 +12,9 @@ class Freetype < Meson
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '126719a3825fe827bf771905be58e987c1f1c3df3b1f8beb1c8123965a59fb88',
|
||||
armv7l: '126719a3825fe827bf771905be58e987c1f1c3df3b1f8beb1c8123965a59fb88',
|
||||
x86_64: 'd8752eb82047e2324a2b5c430577ab3fa6f54951106bcac11f925df6e46cbaba'
|
||||
aarch64: '2a4a2c88f5841abccd759c1a5868a82f58b9131c5d6db8f6d76cc371d423f4fb',
|
||||
armv7l: '2a4a2c88f5841abccd759c1a5868a82f58b9131c5d6db8f6d76cc371d423f4fb',
|
||||
x86_64: '8f4bc29413c19bf54e506f26b818856974d47051fc580de6c247ac0ed999b0d6'
|
||||
})
|
||||
|
||||
depends_on 'brotli' # R
|
||||
|
||||
Reference in New Issue
Block a user