Skip to content

Commit

Permalink
Bump deps: expat, glib, harfbuzz, heif, pixman
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Nov 10, 2024
1 parent 5da396c commit c7f789c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build/lin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ CURL="curl --silent --location --retry 3 --retry-max-time 30"
# Dependency version numbers
VERSION_ZLIB_NG=2.2.2
VERSION_FFI=3.4.6
VERSION_GLIB=2.82.2
VERSION_GLIB=2.83.0
VERSION_XML2=2.13.4
VERSION_EXIF=0.6.24
VERSION_LCMS2=2.16
Expand All @@ -116,17 +116,17 @@ VERSION_TIFF=4.7.0
VERSION_HWY=1.2.0
VERSION_PROXY_LIBINTL=0.4
VERSION_FREETYPE=2.13.3
VERSION_EXPAT=2.6.3
VERSION_EXPAT=2.6.4
VERSION_ARCHIVE=3.7.7
VERSION_FONTCONFIG=2.15.0
VERSION_HARFBUZZ=10.0.1
VERSION_PIXMAN=0.43.4
VERSION_HARFBUZZ=10.1.0
VERSION_PIXMAN=0.44.0
VERSION_CAIRO=1.18.2
VERSION_FRIBIDI=1.0.16
VERSION_PANGO=1.54.0
VERSION_RSVG=2.59.2
VERSION_AOM=3.10.0
VERSION_HEIF=1.19.1
VERSION_HEIF=1.19.2
VERSION_CGIF=0.4.1

# Check for newer versions
Expand Down Expand Up @@ -381,7 +381,7 @@ mkdir ${DEPS}/pixman
$CURL https://cairographics.org/releases/pixman-${VERSION_PIXMAN}.tar.gz | tar xzC ${DEPS}/pixman --strip-components=1
cd ${DEPS}/pixman
meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
-Dlibpng=disabled -Diwmmxt=disabled -Dgtk=disabled -Dopenmp=disabled -Dtests=disabled \
-Dlibpng=disabled -Dgtk=disabled -Dopenmp=disabled -Dtests=disabled -Ddemos=disabled \
${DARWIN_ARM:+-Da64-neon=disabled}
meson install -C _build --tag devel

Expand Down

2 comments on commit c7f789c

@kleisauke
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CI failures for musl are due to https://gitlab.gnome.org/GNOME/glib/-/issues/3511.

@lovell
Copy link
Owner Author

@lovell lovell commented on c7f789c Nov 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Kleis, looks like the fixes are lined up for the next patch release so probably best to simply wait this one out.

Please sign in to comment.