[MacPorts] #45469: faustlive-devel: support Retina Display
MacPorts
noreply at macports.org
Sun Oct 19 18:12:08 PDT 2014
#45469: faustlive-devel: support Retina Display
------------------------------+-----------------------
Reporter: ryandesign@… | Owner: aggraef@…
Type: enhancement | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: faustlive-devel |
------------------------------+-----------------------
Comment (by aggraef@…):
I suppose you mean this?
{{{
diff --git a/Build/Darwin/FaustLiveInfo.plist
b/Build/Darwin/FaustLiveInfo.plist
index ac8ed1e..6045338 100755
--- a/Build/Darwin/FaustLiveInfo.plist
+++ b/Build/Darwin/FaustLiveInfo.plist
@@ -40,5 +40,7 @@
<string>This file was generated by Qt/QMake.</string>
<key>UILaunchImageFile</key>
<string></string>
+ <key>NSHighResolutionCapable</key>
+ <true/>
</dict>
</plist>
}}}
That doesn't magically make the control graphics a better resolution, but
letters indeed look less blurred.
I've committed this fix upstream now, Portfile diff attached.
--
Ticket URL: <https://trac.macports.org/ticket/45469#comment:1>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list