comparison src/qtbase.mk @ 4310:2c34ec679fb3

qt5: update to 5.7.1 * src/qtbase-1-fixes.patch: update patch from mxe.cc * src/qtbase.mk: update version, checksum, use -no-pch * src/qtimageformats-1.patch: update patch from mxe.cc * src/qtimageformats.mk: update checksum * src/qtsvg.mk: update checksum * src/qttools.mk: update checksum
author John D
date Sun, 01 Jan 2017 08:00:17 -0500
parents 44b1a9b2193e
children 57600c0c6bdf
comparison
equal deleted inserted replaced
4309:7384a91ed38a 4310:2c34ec679fb3
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 := qtbase 4 PKG := qtbase
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 5.7.0 6 $(PKG)_VERSION := 5.7.1
7 $(PKG)_CHECKSUM := ba835ff158932eebbf1ed9f678414923dfd7cce4 7 $(PKG)_CHECKSUM := a3ddcde8978d3a05bb4342fce364a792472a16e6
8 $(PKG)_SUBDIR := $(PKG)-opensource-src-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-opensource-src-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-opensource-src-$($(PKG)_VERSION).tar.xz 9 $(PKG)_FILE := $(PKG)-opensource-src-$($(PKG)_VERSION).tar.xz
10 $(PKG)_URL := http://download.qt.io/official_releases/qt/5.7/$($(PKG)_VERSION)/submodules/$($(PKG)_FILE) 10 $(PKG)_URL := http://download.qt.io/official_releases/qt/5.7/$($(PKG)_VERSION)/submodules/$($(PKG)_FILE)
11 $(PKG)_DEPS := dbus freetds freetype fontconfig jpeg libpng pcre postgresql sqlite zlib 11 $(PKG)_DEPS := dbus freetds freetype fontconfig jpeg libpng pcre postgresql sqlite zlib
12 12
51 -fontconfig \ 51 -fontconfig \
52 -system-freetype \ 52 -system-freetype \
53 -system-pcre \ 53 -system-pcre \
54 -no-openssl \ 54 -no-openssl \
55 -dbus-linked \ 55 -dbus-linked \
56 -no-pch \
56 -v \ 57 -v \
57 $($(PKG)_CONFIGURE_OPTS) 58 $($(PKG)_CONFIGURE_OPTS)
58 59
59 $(MAKE) -C '$(1)' -j '$(JOBS)' 60 $(MAKE) -C '$(1)' -j '$(JOBS)'
60 rm -rf '$(HOST_PREFIX)/qt5' 61 rm -rf '$(HOST_PREFIX)/qt5'