[64727] trunk/dports/graphics/OpenSceneGraph-devel

nox at macports.org nox at macports.org
Mon Mar 15 06:11:49 PDT 2010


Revision: 64727
          http://trac.macports.org/changeset/64727
Author:   nox at macports.org
Date:     2010-03-15 06:11:48 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
Update OpenSceneGraph-devel to 2.9.7

Modified Paths:
--------------
    trunk/dports/graphics/OpenSceneGraph-devel/Portfile

Removed Paths:
-------------
    trunk/dports/graphics/OpenSceneGraph-devel/files/patch-src-osgAnimation-CMakeLists.txt.diff

Modified: trunk/dports/graphics/OpenSceneGraph-devel/Portfile
===================================================================
--- trunk/dports/graphics/OpenSceneGraph-devel/Portfile	2010-03-15 13:11:33 UTC (rev 64726)
+++ trunk/dports/graphics/OpenSceneGraph-devel/Portfile	2010-03-15 13:11:48 UTC (rev 64727)
@@ -1,13 +1,13 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       archcheck 1.0
 PortGroup       cmake 1.0
 
 name            OpenSceneGraph-devel
 conflicts       OpenSceneGraph
 set my_name     OpenSceneGraph
-version         2.9.6
-revision        1
+version         2.9.7
 platforms       darwin
 categories      graphics
 maintainers     nox openmaintainer
@@ -24,18 +24,29 @@
 distname        ${my_name}-${version}
 use_zip         yes
 
-checksums       md5     f27a69499f3eadf1d8ad2ee22f6d5e85 \
-                sha1    60a8cdace04be8daa99be9c0be22d06ff352c1f0 \
-                rmd160  0832fe72de46b73aba06a9ee3aec6de4f9d9fb9c
+checksums       md5     b5118ed07ec2945e23ad5e880f3f0f6d \
+                sha1    5b374ef8459e95fc1b9eeebafedfb9d58a6b2290 \
+                rmd160  d120307736cb56116266a899a7359b702fe69813
 
 patchfiles      patch-disable-quicktime.diff \
-                patch-src-osgAnimation-CMakeLists.txt.diff \
                 patch-src-osgDB-Registry.cpp.diff
 
 post-patch {
     reinplace s:@PREFIX@:${prefix}: ${worksrcpath}/src/osgDB/Registry.cpp
 }
 
+archcheck.files \
+    lib/libavformat.dylib \
+    lib/libcurl.dylib \
+    lib/libfreetype.dylib \
+    lib/libgdal.dylib \
+    lib/libgif.dylib \
+    lib/libjasper.dylib \
+    lib/libjpeg.dylib \
+    lib/libpng.dylib \
+    lib/libtiff.dylib \
+    lib/libz.dylib
+
 depends_lib \
     port:curl \
     port:ffmpeg \
@@ -54,7 +65,8 @@
     -DOSG_DEFAULT_IMAGE_PLUGIN_FOR_OSX=imageio \
     -DOSG_WINDOWING_SYSTEM=Cocoa
 
-use_parallel_build yes
+# ffmpeg does not have a universal variant
+universal_variant no
 
 livecheck.type  regex
 livecheck.url   ${homepage}downloads/developer_releases/

Deleted: trunk/dports/graphics/OpenSceneGraph-devel/files/patch-src-osgAnimation-CMakeLists.txt.diff
===================================================================
--- trunk/dports/graphics/OpenSceneGraph-devel/files/patch-src-osgAnimation-CMakeLists.txt.diff	2010-03-15 13:11:33 UTC (rev 64726)
+++ trunk/dports/graphics/OpenSceneGraph-devel/files/patch-src-osgAnimation-CMakeLists.txt.diff	2010-03-15 13:11:48 UTC (rev 64727)
@@ -1,10 +0,0 @@
---- src/osgAnimation/CMakeLists.txt.orig	2009-12-21 17:29:16.000000000 +0100
-+++ src/osgAnimation/CMakeLists.txt	2009-12-21 17:30:28.000000000 +0100
-@@ -40,6 +40,7 @@
-     ${HEADER_PATH}/RigTransformSoftware
-     ${HEADER_PATH}/Sampler
-     ${HEADER_PATH}/Skeleton
-+    ${HEADER_PATH}/Skinning
-     ${HEADER_PATH}/StatsVisitor
-     ${HEADER_PATH}/StatsHandler
-     ${HEADER_PATH}/Target
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100315/a5bf6e19/attachment-0001.html>


More information about the macports-changes mailing list