[126718] trunk/dports/irc/quassel

sicherha at macports.org sicherha at macports.org
Tue Oct 14 07:01:10 PDT 2014


Revision: 126718
          https://trac.macports.org/changeset/126718
Author:   sicherha at macports.org
Date:     2014-10-14 07:01:10 -0700 (Tue, 14 Oct 2014)
Log Message:
-----------
quassel: use native graphics system for better high-DPI support

Modified Paths:
--------------
    trunk/dports/irc/quassel/Portfile

Added Paths:
-----------
    trunk/dports/irc/quassel/files/patch-render.diff

Modified: trunk/dports/irc/quassel/Portfile
===================================================================
--- trunk/dports/irc/quassel/Portfile	2014-10-14 12:42:56 UTC (rev 126717)
+++ trunk/dports/irc/quassel/Portfile	2014-10-14 14:01:10 UTC (rev 126718)
@@ -7,6 +7,7 @@
 
 name            quassel
 version         0.11.0
+revision        1
 categories      irc
 license         GPL-3
 platforms       darwin
@@ -31,7 +32,8 @@
 
 # Do not use git to find out the program version - there is no ".git" directory
 # in the source tarball
-patchfiles      patch-scripts-build-macosx_makebundle.py.diff
+patchfiles      patch-scripts-build-macosx_makebundle.py.diff \
+                patch-render.diff
 
 post-patch {
     reinplace "s|@@VERSION@@|${version}|" \

Added: trunk/dports/irc/quassel/files/patch-render.diff
===================================================================
--- trunk/dports/irc/quassel/files/patch-render.diff	                        (rev 0)
+++ trunk/dports/irc/quassel/files/patch-render.diff	2014-10-14 14:01:10 UTC (rev 126718)
@@ -0,0 +1,11 @@
+--- src/common/main.cpp.orig	2014-10-13 22:38:26.000000000 +0200
++++ src/common/main.cpp	2014-10-13 22:38:40.000000000 +0200
+@@ -59,7 +59,7 @@
+ 
+     // on OSX with Qt4, raster seems to fix performance issues
+ #if QT_VERSION < 0x050000 && defined Q_OS_MAC && !defined BUILD_CORE
+-    QApplication::setGraphicsSystem("raster");
++    QApplication::setGraphicsSystem("native");
+ #endif
+ 
+     // We need to explicitly initialize the required resources when linking statically
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141014/35db8ef4/attachment.html>


More information about the macports-changes mailing list