Skip to content

Commit

Permalink
Update for 8.15.5
Browse files Browse the repository at this point in the history
- Update GLib to 2.82.2.
  • Loading branch information
kleisauke committed Oct 20, 2024
1 parent ee4e40a commit 822430c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
| [fontconfig] | 2.15.0 | [fontconfig Licence] (BSD-like) |
| [freetype] | 2.13.3 | [freetype Licence] (BSD-like) |
| [fribidi] | 1.0.16 | LGPLv3 |
| [glib] | 2.82.1 | LGPLv3 |
| [glib] | 2.82.2 | LGPLv3 |
| [harfbuzz] | 10.0.1 | MIT Licence |
| [highway] | 1.2.0 | Apache-2.0 License, BSD 3-Clause |
| [lcms] | 2.16 | MIT Licence |
Expand All @@ -37,7 +37,7 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
| [librsvg] | 2.59.1 | LGPLv3 |
| [libspng] | 0.7.4 | BSD 2-Clause |
| [libtiff] | 4.7.0 | [libtiff License] (BSD-like) |
| [libvips] | 8.15.5² | LGPLv3 |
| [libvips] | 8.15.5 | LGPLv3 |
| [libwebp] | 1.4.0 | New BSD License |
| [libxml2] | 2.13.4 | MIT Licence |
| [mozjpeg] | 4.1.5 | [zlib License, IJG License, BSD-3-Clause] |
Expand All @@ -47,8 +47,6 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
| [zlib-ng] | 2.2.2 | [zlib-ng Licence] |

¹ [A fork](https://github.com/lovell/libimagequant) of the BSD 2-Clause licensed libimagequant v2.4.1 is used.
² libvips is built from the [`v8.15.5-rc1`](https://github.com/libvips/libvips/tree/v8.15.5-rc1) tag, see:
https://github.com/libvips/libvips/releases/tag/v8.15.5-rc1

[aom]: https://aomedia.googlesource.com/aom/
[Alliance for Open Media Patent License 1.0]: https://aomedia.org/license/patent-license/
Expand Down
8 changes: 8 additions & 0 deletions build/overrides.mk
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ pango_SUBDIR := pango-$(pango_VERSION)
pango_FILE := pango-$(pango_VERSION).tar.xz
pango_URL := https://download.gnome.org/sources/pango/$(call SHORT_PKG_VERSION,pango)/$(pango_FILE)

# upstream version is 2.82.1
glib_VERSION := 2.82.2
glib_CHECKSUM := ab45f5a323048b1659ee0fbda5cecd94b099ab3e4b9abf26ae06aeb3e781fd63
glib_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/glib-[0-9]*.patch)))
glib_SUBDIR := glib-$(glib_VERSION)
glib_FILE := glib-$(glib_VERSION).tar.xz
glib_URL := https://download.gnome.org/sources/glib/$(call SHORT_PKG_VERSION,glib)/$(glib_FILE)

# upstream version is 1.0.13
# cannot use GH_CONF:
# fribidi_GH_CONF := fribidi/fribidi/releases,v
Expand Down
2 changes: 1 addition & 1 deletion build/variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
vips_package=vips
vips_version=8.15
vips_patch_version=5
vips_pre_version=rc1
#vips_pre_version=rc1

if [ -n "$GIT_COMMIT" ]; then
vips_version=$GIT_COMMIT
Expand Down
6 changes: 3 additions & 3 deletions build/vips-all.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ $(PKG)_WEBSITE := https://libvips.github.io/libvips/
$(PKG)_DESCR := A fast image processing library with low memory needs.
$(PKG)_IGNORE :=
$(PKG)_VERSION := 8.15.5
$(PKG)_CHECKSUM := 7c59d20996373482fe55ebf7999ba605e74540fadd647894b17fa35ebf2f50b7
$(PKG)_CHECKSUM := 2046d2001e60955dc6a85b82afbd6cadc8c34e10ba2f6e5ea09f03fc69eb2603
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/vips-[0-9]*.patch)))
$(PKG)_GH_CONF := libvips/libvips/releases,v,-rc1,,,-rc1.tar.xz
$(PKG)_GH_CONF := libvips/libvips/releases,v,,,,.tar.xz
$(PKG)_SUBDIR := vips-$($(PKG)_VERSION)
$(PKG)_FILE := vips-$($(PKG)_VERSION)-rc1.tar.xz
$(PKG)_FILE := vips-$($(PKG)_VERSION).tar.xz
$(PKG)_DEPS := cc meson-wrapper libwebp librsvg glib pango libarchive \
libjpeg-turbo tiff lcms libexif libheif libpng \
libspng libimagequant highway imagemagick matio openexr \
Expand Down
6 changes: 3 additions & 3 deletions build/vips-web.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ $(PKG)_WEBSITE := https://libvips.github.io/libvips/
$(PKG)_DESCR := A fast image processing library with low memory needs.
$(PKG)_IGNORE :=
$(PKG)_VERSION := 8.15.5
$(PKG)_CHECKSUM := 7c59d20996373482fe55ebf7999ba605e74540fadd647894b17fa35ebf2f50b7
$(PKG)_CHECKSUM := 2046d2001e60955dc6a85b82afbd6cadc8c34e10ba2f6e5ea09f03fc69eb2603
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/vips-[0-9]*.patch)))
$(PKG)_GH_CONF := libvips/libvips/releases,v,-rc1,,,-rc1.tar.xz
$(PKG)_GH_CONF := libvips/libvips/releases,v,,,,.tar.xz
$(PKG)_SUBDIR := vips-$($(PKG)_VERSION)
$(PKG)_FILE := vips-$($(PKG)_VERSION)-rc1.tar.xz
$(PKG)_FILE := vips-$($(PKG)_VERSION).tar.xz
$(PKG)_DEPS := cc meson-wrapper libwebp librsvg glib pango libarchive \
libjpeg-turbo tiff lcms libexif libheif libpng \
libspng libimagequant highway cgif
Expand Down

0 comments on commit 822430c

Please sign in to comment.