update: libjpeg-turbo, libwebp

This commit is contained in:
Mark Brand 2019-02-16 10:33:28 +01:00
parent 35dfb3d716
commit 87b323161c
3 changed files with 7 additions and 6 deletions

View File

@ -27,4 +27,4 @@ index 1111111..2222222 100644
+
/*
* Maximum number of components (color channels) allowed in JPEG image.
* To meet the letter of the JPEG spec, set this to 255. However, darn
* To meet the letter of Rec. ITU-T T.81 | ISO/IEC 10918-1, set this to 255.

View File

@ -3,8 +3,8 @@
PKG := libjpeg-turbo
$(PKG)_WEBSITE := https://libjpeg-turbo.virtualgl.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.0.1
$(PKG)_CHECKSUM := e5f86cec31df1d39596e0cca619ab1b01f99025a27dafdfc97a30f3a12f866ff
$(PKG)_VERSION := 2.0.2
$(PKG)_CHECKSUM := acb8599fe5399af114287ee5907aea4456f8f2c1cc96d26c28aebfdf5ee82fed
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
@ -13,7 +13,8 @@ $(PKG)_DEPS := cc yasm
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://sourceforge.net/projects/$(PKG)/files/' | \
$(SED) -n 's,.*/projects/.*/\([0-9][^"%]*\)/".*,\1,p' | \
head -1
sort -V | \
tail -1
endef
define $(PKG)_BUILD

View File

@ -3,8 +3,8 @@
PKG := libwebp
$(PKG)_WEBSITE := https://developers.google.com/speed/webp/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.0.0
$(PKG)_CHECKSUM := 84259c4388f18637af3c5a6361536d754a5394492f91be1abc2e981d4983225b
$(PKG)_VERSION := 1.0.2
$(PKG)_CHECKSUM := 3d47b48c40ed6476e8047b2ddb81d93835e0ca1b8d3e8c679afbb3004dd564b1
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://storage.googleapis.com/downloads.webmproject.org/releases/webp/$($(PKG)_FILE)