Skip to content

Commit

Permalink
Update for 8.8.2
Browse files Browse the repository at this point in the history
- Update ImageMagick to 6.9.10-63.
- Update libheif to 1.5.1.
- Update Poppler to 0.80.0.
  • Loading branch information
kleisauke committed Sep 1, 2019
1 parent 05c2596 commit 6f20676
Show file tree
Hide file tree
Showing 13 changed files with 467 additions and 121 deletions.
4 changes: 2 additions & 2 deletions 8.8/libheif.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PKG := libheif
$(PKG)_WEBSITE := http://www.libheif.org/
$(PKG)_DESCR := libheif is a ISO/IEC 23008-12:2017 HEIF file format decoder and encoder.
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.5.0
$(PKG)_CHECKSUM := 0d03f59cb5a71fbe08f4ac72d2dc4d7888b91fa4ef8e1c80189df3ca08facdb9
$(PKG)_VERSION := 1.5.1
$(PKG)_CHECKSUM := b134d0219dd2639cc13b8a8bcb8f264834593dd0417da1973fbe96e810918a8b
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/$(PKG)-[0-9]*.patch)))
$(PKG)_GH_CONF := strukturag/libheif/releases,v
$(PKG)_DEPS := cc libde265 x265
Expand Down
10 changes: 8 additions & 2 deletions 8.8/overrides.mk
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ matio_FILE := matio-$(matio_VERSION).tar.gz
matio_URL := https://github.com/tbeu/matio/releases/download/v$(matio_VERSION)/$(matio_FILE)

# upstream version is 6.9.0-0
imagemagick_VERSION := 6.9.10-61
imagemagick_CHECKSUM := c931b81e99e6a1e72a0bfd2a6eba741f5b3cbe73b22add9008ef8ba86284fb48
imagemagick_VERSION := 6.9.10-63
imagemagick_CHECKSUM := a8a97852ade66d1732574d2cbe4dd7e47a448d7b34ed553f4d2f0c9b29edf51c
imagemagick_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/imagemagick-[0-9]*.patch)))
imagemagick_SUBDIR := ImageMagick6-$(imagemagick_VERSION)
imagemagick_FILE := $(imagemagick_VERSION).tar.gz
Expand Down Expand Up @@ -98,8 +98,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 0.79.0
# Use the mutex helper from mingw-std-threads
poppler_VERSION := 0.80.0
poppler_CHECKSUM := 4d3ca6b79bc13b8e24092e34f83ef5f387f3bb0bbd7359a6c078e09c696d104f
poppler_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/poppler-[0-9]*.patch)))
poppler_SUBDIR := poppler-$(poppler_VERSION)
poppler_FILE := poppler-$(poppler_VERSION).tar.xz
poppler_URL := https://poppler.freedesktop.org/$(poppler_FILE)

# upstream version is 0.6.2
libcroco_VERSION := 0.6.13
Expand Down
24 changes: 0 additions & 24 deletions 8.8/patches/imagemagick-6-fixes.patch

This file was deleted.

Loading

0 comments on commit 6f20676

Please sign in to comment.