comparison src/qt.mk @ 2013:378b4cabcda2

update package qt
author Mark Brand <mabrand@mabrand.nl>
date Sat, 15 Oct 2011 01:58:08 +0200
parents 6feace0ade2d
children 090eb3f8ce25
comparison
equal deleted inserted replaced
2012:26fc2f11e197 2013:378b4cabcda2
2 # See doc/index.html for further information. 2 # See doc/index.html for further information.
3 3
4 # Qt 4 # Qt
5 PKG := qt 5 PKG := qt
6 $(PKG)_IGNORE := 6 $(PKG)_IGNORE :=
7 $(PKG)_VERSION := 4.7.4 7 $(PKG)_VERSION := 4.8.0
8 $(PKG)_CHECKSUM := af9016aa924a577f7b06ffd28c9773b56d74c939 8 $(PKG)_CHECKSUM := 95812c27e66908e1e649f292609482a54d17c7d2
9 $(PKG)_SUBDIR := $(PKG)-everywhere-opensource-src-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := $(PKG)-everywhere-opensource-src-$($(PKG)_VERSION)
10 $(PKG)_FILE := $(PKG)-everywhere-opensource-src-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := $(PKG)-everywhere-opensource-src-$($(PKG)_VERSION)-rc1.tar.gz
11 $(PKG)_WEBSITE := http://qt.nokia.com/ 11 $(PKG)_WEBSITE := http://qt.nokia.com/
12 $(PKG)_URL := http://get.qt.nokia.com/qt/source/$($(PKG)_FILE) 12 $(PKG)_URL := http://get.qt.nokia.com/qt/source/$($(PKG)_FILE)
13 $(PKG)_DEPS := gcc libodbc++ postgresql freetds openssl zlib libpng jpeg libmng tiff sqlite dbus 13 $(PKG)_DEPS := gcc libodbc++ postgresql freetds openssl zlib libpng jpeg libmng tiff sqlite dbus
14 14
15 define $(PKG)_UPDATE 15 define $(PKG)_UPDATE
18 $(SED) -n 's,.*<a[^>]*>v\([0-9][^<-]*\)<.*,\1,p' | \ 18 $(SED) -n 's,.*<a[^>]*>v\([0-9][^<-]*\)<.*,\1,p' | \
19 tail -1 19 tail -1
20 endef 20 endef
21 21
22 define $(PKG)_BUILD 22 define $(PKG)_BUILD
23 cd '$(1)' && QTDIR='$(1)' ./bin/syncqt
24
23 # We prefer static mingw-cross-env system libs for static build: 25 # We prefer static mingw-cross-env system libs for static build:
24 # -system-zlib -system-libpng -system-libjpeg -system-libtiff -system-libmng -system-sqlite 26 # -system-zlib -system-libpng -system-libjpeg -system-libtiff -system-libmng -system-sqlite
25 # There is no -system-gif option. 27 # There is no -system-gif option.
26 # 28 #
27 # For shared Qt with qt-zlib, add -lQtCore4 to end of OPENSSL_LIBS to satisfy zlib dependency. 29 # For shared Qt with qt-zlib, add -lQtCore4 to end of OPENSSL_LIBS to satisfy zlib dependency.