Skip to content

Commit

Permalink
Bump deps: glib, harfbuzz, xml2 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke authored Jul 8, 2024
1 parent e397099 commit 4ef08c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build/lin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ CURL="curl --silent --location --retry 3 --retry-max-time 30"
# Dependency version numbers
VERSION_ZLIB_NG=2.2.1
VERSION_FFI=3.4.6
VERSION_GLIB=2.80.3
VERSION_XML2=2.13.1
VERSION_GLIB=2.81.0
VERSION_XML2=2.13.2
VERSION_EXIF=0.6.24
VERSION_LCMS2=2.16
VERSION_MOZJPEG=4.1.5
Expand All @@ -110,7 +110,7 @@ VERSION_FREETYPE=2.13.2
VERSION_EXPAT=2.6.2
VERSION_ARCHIVE=3.7.4
VERSION_FONTCONFIG=2.15.0
VERSION_HARFBUZZ=8.5.0
VERSION_HARFBUZZ=9.0.0
VERSION_PIXMAN=0.43.4
VERSION_CAIRO=1.18.0
VERSION_FRIBIDI=1.0.15
Expand Down Expand Up @@ -223,7 +223,7 @@ $CURL https://download.gnome.org/sources/glib/$(without_patch $VERSION_GLIB)/gli
cd ${DEPS}/glib
$CURL https://gist.github.com/kleisauke/284d685efa00908da99ea6afbaaf39ae/raw/36e32c79e7962c5ea96cbb3f9c629e9145253e30/glib-without-gregex.patch | patch -p1
meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
--force-fallback-for=gvdb -Dintrospection=disabled -Dnls=disabled -Dlibmount=disabled -Dlibelf=disabled \
--force-fallback-for=gvdb -Dintrospection=disabled -Dnls=disabled -Dlibmount=disabled -Dsysprof=disabled -Dlibelf=disabled \
-Dtests=false -Dglib_assert=false -Dglib_checks=false ${DARWIN:+-Dbsymbolic_functions=false}
# bin-devel is needed for glib-compile-resources
meson install -C _build --tag bin-devel,devel
Expand Down Expand Up @@ -258,7 +258,7 @@ mkdir aom_build
cd aom_build
AOM_AS_FLAGS="${FLAGS}" cmake -G"Unix Makefiles" \
-DCMAKE_TOOLCHAIN_FILE=${ROOT}/Toolchain.cmake -DCMAKE_INSTALL_PREFIX=${TARGET} -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=MinSizeRel \
-DBUILD_SHARED_LIBS=FALSE -DENABLE_DOCS=0 -DENABLE_TESTS=0 -DENABLE_TESTDATA=0 -DENABLE_TOOLS=0 -DENABLE_EXAMPLES=0 \
-DBUILD_SHARED_LIBS=FALSE -DBUILD_TESTING=0 -DENABLE_DOCS=0 -DENABLE_TESTS=0 -DENABLE_TESTDATA=0 -DENABLE_TOOLS=0 -DENABLE_EXAMPLES=0 \
-DCONFIG_PIC=1 -DENABLE_NASM=1 ${WITHOUT_NEON:+-DENABLE_NEON=0} ${DARWIN_ARM:+-DCONFIG_RUNTIME_CPU_DETECT=0} \
-DCONFIG_AV1_HIGHBITDEPTH=0 -DCONFIG_WEBM_IO=0 \
..
Expand Down

0 comments on commit 4ef08c7

Please sign in to comment.