From bad5adb08727191178e21f892fdfc02cdf0456d9 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 29 Jan 2010 18:19:09 +0000 Subject: 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. --- x11/qt4/Makefile | 3 +-- x11/qt4/Makefile.common | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'x11/qt4') 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/ -- cgit v1.2.3