Skip to content

Commit

Permalink
Release 8.10.6-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Mar 9, 2021
1 parent 9604d79 commit 5004362
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions build/plugins/llvm-mingw/rust.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ PKG := rust
$(PKG)_WEBSITE := https://www.rust-lang.org/
$(PKG)_DESCR := A systems programming language focused on safety, speed and concurrency.
$(PKG)_IGNORE :=
# https://static.rust-lang.org/dist/2021-03-08/rustc-nightly-src.tar.gz.sha256
# https://static.rust-lang.org/dist/2021-03-09/rustc-nightly-src.tar.gz.sha256
$(PKG)_VERSION := nightly
$(PKG)_CHECKSUM := a02fc0513c98a824d4ac04cd2a34c47798f8551d608e1cb28601aef095186cca
$(PKG)_CHECKSUM := 5b78bd218c7b13df9ac388c6b889d3ec3855681943f09b239664fe8689b5cce5
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/$(PKG)-[0-9]*.patch)))
$(PKG)_SUBDIR := $(PKG)c-$($(PKG)_VERSION)-src
$(PKG)_FILE := $(PKG)c-$($(PKG)_VERSION)-src.tar.gz
$(PKG)_URL := https://static.rust-lang.org/dist/2021-03-08/$($(PKG)_FILE)
$(PKG)_URL := https://static.rust-lang.org/dist/2021-03-09/$($(PKG)_FILE)
$(PKG)_DEPS := $(BUILD)~$(PKG)
$(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS)

Expand Down
3 changes: 2 additions & 1 deletion build/settings/gcc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
#export CFLAGS := -g
#export CXXFLAGS := -g
# GCC doesn't support generating debug info in the PDB format,
# use https://github.com/rainers/cv2pdb as workaround.
# use https://github.com/rainers/cv2pdb as workaround, e.g.:
# for /r %i in (*.exe *.dll) do cv2pdb %i

# Special flags for compiler.
export CFLAGS := -s -O3 -fPIC
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.10
vips_patch_version=6
vips_pre_version=beta1
vips_pre_version=beta2

# build-win64-mxe/build dir we are building
work_dir=$(pwd)
Expand Down
4 changes: 2 additions & 2 deletions build/vips-all.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ $(PKG)_WEBSITE := https://libvips.github.io/libvips/
$(PKG)_DESCR := A fast image processing library with low memory needs.
$(PKG)_IGNORE :=
$(PKG)_VERSION := 8.10.6
$(PKG)_CHECKSUM := 72b52fbeba6f2b5ff33847db733a049ba88f875e96fae8e52f00a60357a7db64
$(PKG)_CHECKSUM := 50c34790f6244fbc1d2bc7b07c3531304e0edbd166c4175ac0bdd28786bcc9cd
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/vips-[0-9]*.patch)))
$(PKG)_GH_CONF := libvips/libvips/releases,v,-beta
$(PKG)_GH_CONF := libvips/libvips/releases,v,-beta2
$(PKG)_SUBDIR := vips-$($(PKG)_VERSION)
$(PKG)_FILE := vips-$($(PKG)_VERSION).tar.gz
$(PKG)_DEPS := cc libwebp librsvg giflib glib pango libgsf \
Expand Down
4 changes: 2 additions & 2 deletions build/vips-web.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ $(PKG)_WEBSITE := https://libvips.github.io/libvips/
$(PKG)_DESCR := A fast image processing library with low memory needs.
$(PKG)_IGNORE :=
$(PKG)_VERSION := 8.10.6
$(PKG)_CHECKSUM := 72b52fbeba6f2b5ff33847db733a049ba88f875e96fae8e52f00a60357a7db64
$(PKG)_CHECKSUM := 50c34790f6244fbc1d2bc7b07c3531304e0edbd166c4175ac0bdd28786bcc9cd
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/vips-[0-9]*.patch)))
$(PKG)_GH_CONF := libvips/libvips/releases,v,-beta
$(PKG)_GH_CONF := libvips/libvips/releases,v,-beta2
$(PKG)_SUBDIR := vips-$($(PKG)_VERSION)
$(PKG)_FILE := vips-$($(PKG)_VERSION).tar.gz
$(PKG)_DEPS := cc libwebp librsvg giflib glib pango libgsf \
Expand Down

0 comments on commit 5004362

Please sign in to comment.