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 | 30f2e1a02f25f81dc3a61082908166e02e779efc (patch) | |
tree | 9e0a3c48c73055868cb0c29214ed5ad215a3ba9a /x11/qt4-qdbus | |
parent | 48896979dfedeec758917b67d172bd293ffa5ac2 (diff) | |
download | pkgsrc-30f2e1a02f25f81dc3a61082908166e02e779efc.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-qdbus')
-rw-r--r-- | x11/qt4-qdbus/Makefile | 3 | ||||
-rw-r--r-- | x11/qt4-qdbus/PLIST | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11/qt4-qdbus/Makefile b/x11/qt4-qdbus/Makefile index 16a8c67a67e..120b8ad23d7 100644 --- a/x11/qt4-qdbus/Makefile +++ b/x11/qt4-qdbus/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2010/01/18 09:59:43 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2010/01/29 18:19:09 adam Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-qdbus-${QTVERSION} -PKGREVISION= 2 COMMENT= QT DBus support CONFIGURE_ARGS+= -I${QTDIR}/include -L${QTDIR}/lib diff --git a/x11/qt4-qdbus/PLIST b/x11/qt4-qdbus/PLIST index f9d83ba33cf..a20ecc84df2 100644 --- a/x11/qt4-qdbus/PLIST +++ b/x11/qt4-qdbus/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2009/10/17 22:57:45 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2010/01/29 18:19:09 adam Exp $ lib/pkgconfig/QtDBus.pc qt4/bin/qdbus qt4/bin/qdbuscpp2xml @@ -21,8 +21,10 @@ qt4/include/Qt/qdbuspendingcall.h qt4/include/Qt/qdbuspendingreply.h qt4/include/Qt/qdbusreply.h qt4/include/Qt/qdbusserver.h +qt4/include/Qt/qdbusservicewatcher.h qt4/include/QtDBus/QDBusAbstractAdaptor qt4/include/QtDBus/QDBusAbstractInterface +qt4/include/QtDBus/QDBusAbstractInterfaceBase qt4/include/QtDBus/QDBusArgument qt4/include/QtDBus/QDBusConnection qt4/include/QtDBus/QDBusConnectionInterface @@ -38,6 +40,7 @@ qt4/include/QtDBus/QDBusPendingReply qt4/include/QtDBus/QDBusPendingReplyData qt4/include/QtDBus/QDBusReply qt4/include/QtDBus/QDBusServer +qt4/include/QtDBus/QDBusServiceWatcher qt4/include/QtDBus/QDBusSignature qt4/include/QtDBus/QDBusVariant qt4/include/QtDBus/QtDBus @@ -57,4 +60,5 @@ qt4/include/QtDBus/qdbuspendingcall.h qt4/include/QtDBus/qdbuspendingreply.h qt4/include/QtDBus/qdbusreply.h qt4/include/QtDBus/qdbusserver.h +qt4/include/QtDBus/qdbusservicewatcher.h qt4/lib/libQtDBus.la |