update package qt

This commit is contained in:
Mark Brand 2013-05-31 22:24:40 +02:00
parent 4a78b2ae0a
commit c7d3a58aa1
3 changed files with 177 additions and 225 deletions

View File

@ -1995,7 +1995,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="qt-package">qt</td>
<td id="qt-version">4.8.4</td>
<td id="qt-version">4.8.5</td>
<td id="qt-website"><a href="http://qt-project.org/">Qt</a></td>
</tr>
<tr>

File diff suppressed because it is too large Load Diff

View File

@ -3,10 +3,10 @@
PKG := qt
$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := f5880f11c139d7d8d01ecb8d874535f7d9553198
$(PKG)_CHECKSUM := 79e44d0605032a50adb6dfd1452fbcaabc81cdee
$(PKG)_SUBDIR := $(PKG)-everywhere-opensource-src-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-everywhere-opensource-src-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://releases.qt-project.org/qt4/source/$($(PKG)_FILE)
$(PKG)_FILE := $(PKG)-everywhere-opensource-src-$($(PKG)_VERSION)-RC.tar.gz
$(PKG)_URL := http://download.qt-project.org/snapshots/qt/4.8/4.8.5-rc/$($(PKG)_FILE)
$(PKG)_DEPS := gcc libodbc++ postgresql freetds openssl zlib libpng jpeg libmng tiff sqlite dbus
define $(PKG)_UPDATE