Skip to content

Commit

Permalink
Bump dep: glib (#254)
Browse files Browse the repository at this point in the history
- rsvg: avoid use of `cargo generate-lockfile`
- webp: ignore "latest" webp-rfc9649 tag
  • Loading branch information
kleisauke authored Oct 21, 2024
1 parent db9fdba commit 2078c23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.1
VERSION_GLIB=2.82.2
VERSION_XML2=2.13.4
VERSION_EXIF=0.6.24
VERSION_LCMS2=2.16
Expand Down Expand Up @@ -160,7 +160,7 @@ version_latest "lcms2" "$VERSION_LCMS2" "9815"
version_latest "mozjpeg" "$VERSION_MOZJPEG" "mozilla/mozjpeg"
version_latest "png" "$VERSION_PNG16" "1705"
version_latest "spng" "$VERSION_SPNG" "24289"
version_latest "webp" "$VERSION_WEBP" "webmproject/libwebp"
version_latest "webp" "$VERSION_WEBP" "1761"
version_latest "tiff" "$VERSION_TIFF" "1738"
version_latest "highway" "$VERSION_HWY" "205809"
version_latest "proxy-libintl" "$VERSION_PROXY_LIBINTL" "frida/proxy-libintl"
Expand Down Expand Up @@ -428,8 +428,8 @@ cat >> Cargo.toml <<EOL
[patch.crates-io]
zune-jpeg = { git = "https://github.com/ironpeak/zune-image.git", rev = "eebb01b" }
EOL
# Regenerate the lockfile after making the above changes
cargo generate-lockfile
# Regenerate the lockfile for zune-jpeg
cargo update zune-jpeg
# Remove the --static flag from the PKG_CONFIG env since Rust does not
# parse that correctly.
PKG_CONFIG=${PKG_CONFIG/ --static/} meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
Expand Down

0 comments on commit 2078c23

Please sign in to comment.