comparison src/transfig.mk @ 6852:1490118493f0

transfig: update to v3.2.9 * src/transfig.mk: update to v3.2.9 * src/transfig-1-fixes.patch: update patches * src/graphicsmagick.mk: add transfig as a mingw graphicsmagick dependancy
author John Donoghue <john.donoghue@ieee.org>
date Tue, 29 Aug 2023 19:53:48 -0400
parents b96d29842043
children
comparison
equal deleted inserted replaced
6851:fbb972f95f49 6852:1490118493f0
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 := transfig 4 PKG := transfig
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3.2.8b 6 $(PKG)_VERSION := 3.2.9
7 $(PKG)_CHECKSUM := 9a85b37a0770d73915584f1e75e58375b093d9bd 7 $(PKG)_CHECKSUM := 3983ae7306e608b503ac840973b1f86e9d867abf
8 $(PKG)_SUBDIR := fig2dev-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := fig2dev-$($(PKG)_VERSION)
9 $(PKG)_FILE := fig2dev-$($(PKG)_VERSION).tar.xz 9 $(PKG)_FILE := fig2dev-$($(PKG)_VERSION).tar.xz
10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/mcj/$($(PKG)_FILE) 10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/mcj/$($(PKG)_FILE)
11 $(PKG)_DEPS := jpeg libpng 11 $(PKG)_DEPS := jpeg libpng
12 12