comparison src/jpeg.mk @ 5268:f493109a2ab2

* src/jpeg.mk: update to jpeg v9d
author John Donoghue
date Tue, 14 Jan 2020 08:01:48 -0500
parents b57ce6e88962
children af7f56fcf348
comparison
equal deleted inserted replaced
5267:92b6fce85f02 5268:f493109a2ab2
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 := jpeg 4 PKG := jpeg
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 9c 6 $(PKG)_VERSION := 9d
7 $(PKG)_CHECKSUM := 2ce111c8c0ac828a44b13ad28c265e954a342d07 7 $(PKG)_CHECKSUM := 0bf0fbc3f6f1b5f7d5ad4734eae8cbb148517d6f
8 $(PKG)_SUBDIR := jpeg-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := jpeg-$($(PKG)_VERSION)
9 $(PKG)_FILE := jpegsrc.v$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := jpegsrc.v$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://www.ijg.org/files/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.ijg.org/files/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12