view src/qtimageformats.mk @ 5288:1bb933acd1d1

Update octave forge image 2.12.0 and optiminterp 0.3.6 packages * src/of-image.mk, src/of-optiminterp.mk: update version, checksum
author John Donoghue
date Fri, 07 Feb 2020 08:31:58 -0500
parents db6f82a0f476
children bd34cd02a005
line wrap: on
line source

# This file is part of MXE.
# See index.html for further information.

PKG             := qtimageformats
$(PKG)_IGNORE   :=
$(PKG)_VERSION   = $(qtbase_VERSION)
$(PKG)_CHECKSUM := bfcc484e606a5a520c9f0d4f65e6e29925a303e2
$(PKG)_SUBDIR    = $(subst qtbase,qtimageformats,$(qtbase_SUBDIR))
$(PKG)_FILE      = $(subst qtbase,qtimageformats,$(qtbase_FILE))
$(PKG)_URL       = $(subst qtbase,qtimageformats,$(qtbase_URL))
$(PKG)_DEPS     := jasper libmng qtbase tiff

define $(PKG)_UPDATE
    echo $(qtbase_VERSION)
endef

define $(PKG)_BUILD
    cd '$(1)' && '$(MXE_QMAKE)'
    $(MAKE) -C '$(1)' -j '$(JOBS)'
    $(MAKE) -C '$(1)' -j 1 install
endef