[69425] trunk/dports/graphics/libQGLViewer

raphael at macports.org raphael at macports.org
Mon Jul 5 08:37:08 PDT 2010


Revision: 69425
          http://trac.macports.org/changeset/69425
Author:   raphael at macports.org
Date:     2010-07-05 08:37:07 -0700 (Mon, 05 Jul 2010)
Log Message:
-----------
libQGLViewer: update to 2.3.6

Modified Paths:
--------------
    trunk/dports/graphics/libQGLViewer/Portfile
    trunk/dports/graphics/libQGLViewer/files/patch-QGLViewer.pro.diff

Modified: trunk/dports/graphics/libQGLViewer/Portfile
===================================================================
--- trunk/dports/graphics/libQGLViewer/Portfile	2010-07-05 15:27:33 UTC (rev 69424)
+++ trunk/dports/graphics/libQGLViewer/Portfile	2010-07-05 15:37:07 UTC (rev 69425)
@@ -4,8 +4,7 @@
 PortSystem                      1.0
 
 name                            libQGLViewer
-version                         2.3.5
-revision                        1
+version                         2.3.6
 platforms                       darwin
 maintainers                     raphael openmaintainer
 license                         GPL-2+ Commercial
@@ -24,21 +23,12 @@
                                 easy to extend.
 
 master_sites                    ${homepage}src/
-checksums                       md5     e47223379ddac202d18553c93c9249f0 \
-                                sha1    420b853183615550ec3c337c9487d21902170b06 \
-                                rmd160  62beedc09e4905b11063d16d3f062c72c4cc6647
+checksums                       md5     74453a6e50dcdf3044c0f9d5f93f3db0 \
+                                sha1    4d9089e8b5af2f52ece46a984efb5e54f5a90cfd \
+                                rmd160  799c2f1651796ab0a83230d65d827ad75e01e504
 
-depends_build                   port:libicns
 depends_lib                     port:qt4-mac
 
-post-extract {                  system "/usr/bin/sips -p 128 128 \
-                                            ${worksrcpath}/doc/images/qglviewer.small.png \
-                                            --out ${worksrcpath}/QGLViewer/qglviewer.png && \
-                                        ${prefix}/bin/png2icns \
-                                            ${worksrcpath}/QGLViewer/qglviewer.icns \
-                                            ${worksrcpath}/QGLViewer/qglviewer.png"
-}
-
 patchfiles                      patch-QGLViewer.pro.diff \
                                 patch-designerPlugin.pro.diff
 post-patch {                    reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/QGLViewer/QGLViewer.pro

Modified: trunk/dports/graphics/libQGLViewer/files/patch-QGLViewer.pro.diff
===================================================================
--- trunk/dports/graphics/libQGLViewer/files/patch-QGLViewer.pro.diff	2010-07-05 15:27:33 UTC (rev 69424)
+++ trunk/dports/graphics/libQGLViewer/files/patch-QGLViewer.pro.diff	2010-07-05 15:37:07 UTC (rev 69425)
@@ -1,20 +1,21 @@
---- QGLViewer/QGLViewer.pro.orig	2010-03-15 17:09:49.000000000 +0100
-+++ QGLViewer/QGLViewer.pro	2010-03-15 17:11:20.000000000 +0100
-@@ -13,6 +13,7 @@
- VERSION = 2.3.5
- CONFIG -= debug debug_and_release
- CONFIG *= release qt opengl warn_on shared thread create_prl rtti no_keywords
-+QMAKE_LFLAGS_SONAME = -Wl,-install_name,@@PREFIX@@/lib/
- 
- QGL_HEADERS = qglviewer.h \
- 	  camera.h \
-@@ -231,9 +232,6 @@
+--- QGLViewer/QGLViewer.pro.orig	2010-07-05 11:27:55.000000000 +0200
++++ QGLViewer/QGLViewer.pro	2010-07-05 11:29:09.000000000 +0200
+@@ -232,9 +232,6 @@
  #		--  M a c O S X  --
- #               -------------------
+ #       -------------------
  macx|darwin-g++ {
--  # This option is used to create a mac framework. Comment out to create a dylib instead.
+-  # This setting creates a Mac framework. Comment out this line to create a dylib instead.
 -  CONFIG *= lib_bundle
 -
    include.files *= qglviewer.icns
  
    lib_bundle {
+@@ -252,7 +249,7 @@
+     # Framework already installed, with includes
+     INSTALLS -= include target
+   } else {
+-    #QMAKE_LFLAGS_SONAME  = -Wl,-install_name,libQGLViewer.dylib
++    QMAKE_LFLAGS_SONAME  = -Wl,-install_name,@@PREFIX@@/lib/
+   }
+ 
+   # GLUT for Macintosh architecture
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100705/feb38b31/attachment.html>


More information about the macports-changes mailing list