comparison src/ilmbase.mk @ 5236:9855517e4522

* src/ilmbase.mk: update to 2.4.0, update refs to use github
author John Donoghue
date Thu, 12 Dec 2019 09:22:50 -0500
parents 2c3214a87b84
children
comparison
equal deleted inserted replaced
5235:9d55f018ac83 5236:9855517e4522
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := ilmbase 4 PKG := ilmbase
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.2.1 6 $(PKG)_VERSION := 2.4.0
7 $(PKG)_CHECKSUM := 87df9e235eff0d10e171f15ad0e63cba05e16bce 7 $(PKG)_CHECKSUM := 0b9a24b8fa6b3f7f1d8813e91234308d3e43d10f
8 $(PKG)_SUBDIR := ilmbase-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := ilmbase-$($(PKG)_VERSION)
9 $(PKG)_FILE := ilmbase-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := ilmbase-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://download.savannah.nongnu.org/releases/openexr/$($(PKG)_FILE) 10 $(PKG)_URL := https://github.com/openexr/openexr/archive/v$($(PKG)_VERSION).tar.gz
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12
13 define $(PKG)_UPDATE 13 define $(PKG)_UPDATE
14 $(WGET) -q -O- 'http://www.openexr.com/downloads.html' | \ 14 $(WGET) -q -O- 'https://github.com/openexr/openexr/tags' | \
15 grep 'ilmbase-' | \ 15 $(SED) -n 's|.*releases/tag/v\([^"]*\).*|\1|p' | \
16 $(SED) -n 's,.*ilmbase-\([0-9][^>]*\)\.tar.*,\1,p' | \
17 head -1 16 head -1
18 endef 17 endef
19 18
20 define $(PKG)_BUILD 19 define $(PKG)_BUILD
21 # build the win32 thread sources instead of the posix thread sources 20 # build the win32 thread sources instead of the posix thread sources