diff options
author | adam <adam@pkgsrc.org> | 2010-01-29 18:19:09 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-01-29 18:19:09 +0000 |
commit | bad5adb08727191178e21f892fdfc02cdf0456d9 (patch) | |
tree | 9e0a3c48c73055868cb0c29214ed5ad215a3ba9a /x11/qt4 | |
parent | 2a6536c2b2f600639621c6820f1f7695955f7656 (diff) | |
download | pkgsrc-bad5adb08727191178e21f892fdfc02cdf0456d9.tar.gz |
Changes 4.6.1:
* Optimized empty QUrl creation
* Improve performance of getting the canonical filename on Linux
and Symbian by using realpath() system call.
* Avoid stat() when opening a file.
* Do not look at the Qt patch-level version embedded in plugins'
buildkeys when trying to determine if the plugin is compatible
* Bug-fixes
* load() and loadFromData() can now support compressed GL textures
in the DDS, ETC1, PVRTC2, and PVRTC4 formats if the OpenGL graphics
system is active and the appropriate extensions are present in the
GL implementation.
* Fixed a small leak when using the new QPixmapCache::Key based API.
Diffstat (limited to 'x11/qt4')
-rw-r--r-- | x11/qt4/Makefile | 3 | ||||
-rw-r--r-- | x11/qt4/Makefile.common | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/x11/qt4/Makefile b/x11/qt4/Makefile index 5ac1e1b0d62..a8cefb7e76c 100644 --- a/x11/qt4/Makefile +++ b/x11/qt4/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2010/01/18 09:59:43 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2010/01/29 18:19:09 adam Exp $ DISTNAME= qt4-${QTVERSION} -PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= # none diff --git a/x11/qt4/Makefile.common b/x11/qt4/Makefile.common index 257070ea01a..d98c165290d 100644 --- a/x11/qt4/Makefile.common +++ b/x11/qt4/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.18 2009/10/11 09:14:52 adam Exp $ +# $NetBSD: Makefile.common,v 1.19 2010/01/29 18:19:09 adam Exp $ # used by x11/qt4-libs/Makefile.common # used by x11/qt4-tools/Makefile -QTVERSION= 4.5.3 +QTVERSION= 4.6.1 -MAINTAINER?= adam@NetBSD.org -HOMEPAGE= http://www.trolltech.com/products/qt/ +MAINTAINER?= pkgsrc-users@NetBSD.org +HOMEPAGE= http://qt.nokia.com/ |