mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-26 09:35:01 -07:00
freetype-harfbuzz: bump to 2.10.2+2.7.0, swap to meson.
The harfbuzz upstream have decided to no longer publish release tarballs (which contained pre-generated autotools stuff). This commit swaps to using meson (as is recommended upstream) to prevent adding a dependency on autotools.
This commit is contained in:
parent
b33560d583
commit
2e5271ccde
@ -16,14 +16,20 @@ build_freetype() (
|
||||
build_harfbuzz() (
|
||||
cd harfbuzz
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-glib=yes \
|
||||
--with-icu=no \
|
||||
--with-cairo=no
|
||||
export DESTDIR="$1"
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
meson \
|
||||
--default-library=both \
|
||||
--prefix=/usr \
|
||||
-Dfreetype=enabled \
|
||||
-Dglib=enabled \
|
||||
-Dicu=disabled \
|
||||
-Dbenchmark=disabled \
|
||||
-Dtests=disabled \
|
||||
. output
|
||||
|
||||
ninja -C output
|
||||
ninja -C output install
|
||||
)
|
||||
|
||||
build_freetype "$1" no
|
||||
@ -36,6 +42,6 @@ build_harfbuzz "$1"
|
||||
|
||||
# Point Freetype to the Harfbuzz files.
|
||||
export HARFBUZZ_CFLAGS="-I$PWD/harfbuzz/src"
|
||||
export HARFBUZZ_LIBS="-L$PWD/harfbuzz/src/.libs -lharfbuzz"
|
||||
export HARFBUZZ_LIBS="-L$PWD/harfbuzz/output/src -lharfbuzz"
|
||||
|
||||
build_freetype "$1" yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
1543d61025d2e6312e0a1c563652555f17378a204a61e99928c9fcef030a2d8b freetype-2.10.2.tar.xz
|
||||
6648a571a27f186e47094121f0095e1b809e918b3037c630c7f38ffad86e3035 harfbuzz-2.6.8.tar.xz
|
||||
4dba05de1fd44705f54c40d801e0e3d4833555d004cb611cc18675173feae75b 2.7.0.tar.gz
|
||||
|
@ -13,5 +13,6 @@ libpng
|
||||
libxcb
|
||||
libxshmfence
|
||||
mesa
|
||||
meson make
|
||||
pixman
|
||||
zlib
|
||||
|
@ -1,2 +1,2 @@
|
||||
https://download-mirror.savannah.gnu.org/releases/freetype/freetype-2.10.2.tar.xz freetype
|
||||
https://github.com/harfbuzz/harfbuzz/releases/download/2.6.8/harfbuzz-2.6.8.tar.xz harfbuzz
|
||||
https://github.com/harfbuzz/harfbuzz/archive/2.7.0.tar.gz harfbuzz
|
||||
|
@ -1 +1 @@
|
||||
2.10.2+2.6.8 1
|
||||
2.10.2+2.7.0 1
|
||||
|
Loading…
Reference in New Issue
Block a user