comparison src/jasper.mk @ 7070:de7deeb96ff5

* src/jasper.mk: update to v4.2.0
author John Donoghue <john.donoghue@ieee.org>
date Sat, 10 Feb 2024 18:09:00 -0500
parents 29bdbcae3344
children 969b4a03893f
comparison
equal deleted inserted replaced
7069:cd9a35139508 7070:de7deeb96ff5
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 := jasper 4 PKG := jasper
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 4.1.2 6 $(PKG)_VERSION := 4.2.0
7 $(PKG)_CHECKSUM := 4f616c6153d805e0c2d639f9564dac694e9a03ca 7 $(PKG)_CHECKSUM := f799047228b629eccc9e59de6aa9ae8c649c2326
8 $(PKG)_SUBDIR := jasper-version-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := jasper-version-$($(PKG)_VERSION)
9 $(PKG)_FILE := jasper-version-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := jasper-version-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := https://github.com/jasper-software/$(PKG)/archive/version-$($(PKG)_VERSION).tar.gz 10 $(PKG)_URL := https://github.com/jasper-software/$(PKG)/archive/version-$($(PKG)_VERSION).tar.gz
11 $(PKG)_DEPS := jpeg 11 $(PKG)_DEPS := jpeg
12 12