diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-02-10 03:54:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-02-10 03:54:31 +0000 |
commit | 9644477e58cfc1d79d46276394b5f79b1c24742e (patch) | |
tree | 47ad2232fadf774886adad57ffe4d8432d66a047 | |
parent | de3b72737e5a5118d3c9fef1467968cadb9bd8c7 (diff) | |
download | ports-9644477e58cfc1d79d46276394b5f79b1c24742e.tar.gz ports-9644477e58cfc1d79d46276394b5f79b1c24742e.zip |
Notes
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/osg-devel/Makefile | 140 | ||||
-rw-r--r-- | graphics/osg-devel/distinfo | 6 | ||||
-rw-r--r-- | graphics/osg-devel/files/patch-CMakeLists.txt | 20 | ||||
-rw-r--r-- | graphics/osg-devel/files/patch-src-OpenThreads-CMakeLists.txt | 8 | ||||
-rw-r--r-- | graphics/osg-devel/files/patch-src-OpenThreads-pthreads-PThread.c++ | 31 | ||||
-rw-r--r-- | graphics/osg-devel/files/patch-src-osgViewer-CMakeLists.txt | 11 | ||||
-rw-r--r-- | graphics/osg-devel/pkg-plist | 77 |
8 files changed, 259 insertions, 35 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index dfaf908d4d92..436fd9645d20 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -511,6 +511,7 @@ SUBDIR += optipng SUBDIR += orca SUBDIR += osg + SUBDIR += osg-devel SUBDIR += p5-Acme-Steganography-Image-Png SUBDIR += p5-CAD-Drawing SUBDIR += p5-CAD-Drawing-Template diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index 4d57c5c20ed4..7964612c21b2 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -6,12 +6,12 @@ # PORTNAME= osg -PORTVERSION= 2.6.1 -PORTREVISION= 1 +PORTVERSION= 2.7.9 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/ DISTNAME= OpenSceneGraph-${PORTVERSION} +PKGNAMESUFFIX= -devel MAINTAINER= amdmi3@FreeBSD.org COMMENT= C++ OpenGL scene graph library for real-time rendering @@ -23,27 +23,44 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_ZIP= yes USE_CMAKE= yes USE_GL= gl glu -WANT_SDL= yes +USE_GNOME= pkgconfig +USE_XORG= x11 USE_LDCONFIG= yes -PLIST_SUB= OSG_VERSION=2.6.1 OSG_SHLIBVER=48 - -OPTIONS= CURL "Support for cURL" off \ - FREETYPE "Support for FreeType" on \ - GDAL "Support for GDAL" off \ - GIF "Support for libungif" on \ - INVENTOR "Support for SGI OpenInventor" off \ - JASPER "Support for JPEG2000" off \ - OPENVRML "Support for OpenVRML" off \ - XINE "Support for Xine" off +PLIST_SUB= OSG_VERSION=${PORTVERSION} \ + OSG_SHLIBVER=54 \ + OPENTHREADS_VERSION=2.3.1 \ + OPENTHREADS_SHLIBVER=11 + +PORTSCOUT= limitw:1,odd + +OPTIONS= CURL "Support for cURL" off \ + FREETYPE "Support for FreeType" on \ + GDAL "Support for GDAL" off \ + GIF "Support for libungif" on \ + INVENTOR "Support for SGI OpenInventor" off \ + JASPER "Support for JPEG2000" off \ + XINE "Support for Xine" off \ + ITK "Support for InsightToolkit" off \ + VNC "Support for LibVNCServer" off \ + OPENEXR "Support for OpenEXR" off \ + SVG "Support for SVG through librsvg2" off \ + PDF "Support for PDF through poppler" off \ + XRANDR "Use Xrandr" on + +# broken +# OPENVRML "Support for OpenVRML" off .include <bsd.port.pre.mk> -# Gui toolkits (FOX, WX, QT, FLTK, SDL, GLUT) are only needed for -# examples which are not installed, so leave them as is (autodetected) -FORCE_IGNORE= COLLADA Performer -FORCE_REQUIRE= JPEG PNG TIFF ZLIB Threads OpenGL X11 +# GUI toolkits are only needed for building examples, which are not even installed +FORCE_IGNORE= FLTK GLUT SDL FOX Qt3 Qt4 wxWidgets # only needed for examples +FORCE_IGNORE+= COLLADA Performer OurDCMTK XUL # not in ports (yet?) +FORCE_REQUIRE= Threads OpenGL X11 JPEG PNG TIFF ZLIB # common and lightweight +FORCE_PC_IGNORE= GTK GTKGL # only needed for examples +FORCE_PC_REQUIRE= +# options that affect FIND_PACKAGE .if defined(WITH_CURL) FORCE_REQUIRE+= CURL LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl @@ -82,7 +99,8 @@ PLIST_SUB+= GIF="@comment " .if defined(WITH_INVENTOR) FORCE_REQUIRE+= Inventor -LIB_DEPENDS+= Inventor:${PORTSDIR}/graphics/inventor +BUILD_DEPENDS+= ${LOCALBASE}/lib/libInventor.so:${PORTSDIR}/graphics/inventor +RUN_DEPENDS+= ${LOCALBASE}/lib/libInventor.so:${PORTSDIR}/graphics/inventor PLIST_SUB+= INVENTOR="" .else FORCE_IGNORE+= Inventor @@ -98,14 +116,14 @@ FORCE_IGNORE+= Jasper PLIST_SUB+= JASPER="@comment " .endif -.if defined(WITH_OPENVRML) -FORCE_REQUIRE+= OpenVRML -LIB_DEPENDS+= openvrml.8:${PORTSDIR}/www/openvrml -PLIST_SUB+= OPENVRML="" -.else +#.if defined(WITH_OPENVRML) +#FORCE_REQUIRE+= OpenVRML +#LIB_DEPENDS+= openvrml.8:${PORTSDIR}/www/openvrml +#PLIST_SUB+= OPENVRML="" +#.else FORCE_IGNORE+= OpenVRML PLIST_SUB+= OPENVRML="@comment " -.endif +#.endif .if defined(WITH_XINE) FORCE_REQUIRE+= Xine @@ -116,11 +134,69 @@ FORCE_IGNORE+= Xine PLIST_SUB+= XINE="@comment " .endif +.if defined(WITH_ITK) +FORCE_REQUIRE+= ITK +BUILD_DEPENDS+= ${LOCALBASE}/lib/InsightToolkit/UseITK.cmake:${PORTSDIR}/science/InsightToolkit +RUN_DEPENDS+= ${LOCALBASE}/lib/InsightToolkit/UseITK.cmake:${PORTSDIR}/science/InsightToolkit +PLIST_SUB+= ITK="" +.else +FORCE_IGNORE+= ITK +PLIST_SUB+= ITK="@comment " +.endif + +.if defined(WITH_VNC) +FORCE_REQUIRE+= LibVNCServer +LIB_DEPENDS+= vncserver.0:${PORTSDIR}/net/libvncserver +PLIST_SUB+= VNC="" +.else +FORCE_IGNORE+= LibVNCServer +PLIST_SUB+= VNC="@comment " +.endif + +.if defined(WITH_OPENEXR) +FORCE_REQUIRE+= OpenEXR +LIB_DEPENDS+= IlmImf.6:${PORTSDIR}/graphics/OpenEXR +PLIST_SUB+= OPENEXR="" +.else +FORCE_IGNORE+= OpenEXR +PLIST_SUB+= OPENEXR="@comment " +.endif + +# options that affect PKG_CHECK_MODULES +.if defined(WITH_SVG) +FORCE_PC_REQUIRE+=RSVG +LIB_DEPENDS+= rsvg-2:${PORTSDIR}/graphics/librsvg2 +PLIST_SUB+= SVG="" +.else +FORCE_PC_IGNORE+=RSVG +PLIST_SUB+= SVG="@comment " +.endif + +.if defined(WITH_PDF) +FORCE_PC_REQUIRE+=POPPLER +LIB_DEPENDS+= poppler-glib.3:${PORTSDIR}/graphics/poppler-gtk +PLIST_SUB+= PDF="" +.else +FORCE_PC_IGNORE+=POPPLER +PLIST_SUB+= PDF="@comment " +.endif + +.if defined(WITH_SVG) || defined(WITH_PDF) +FORCE_PC_REQUIRE+=CAIRO +LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo +.else +FORCE_PC_IGNORE+=CAIRO +.endif + +# other options +.if defined(WITHOUT_XRANDR) +CMAKE_ARGS+= -DOSGVIEWER_USE_XRANDR:BOOL=OFF +.else +CMAKE_ARGS+= -DOSGVIEWER_USE_XRANDR:BOOL=ON +USE_XORG+= xrandr +.endif + post-patch: - @${REINPLACE_CMD} -e 's|"64"|""|' ${WRKSRC}/CMakeLists.txt - @${REINPLACE_CMD} -e 's|cpu_set_t|cpuset_t|g' \ - ${WRKSRC}/src/OpenThreads/pthreads/CMakeLists.txt \ - ${WRKSRC}/src/OpenThreads/pthreads/PThread.c++ .for p in ${FORCE_REQUIRE} @${REINPLACE_CMD} -e '/FIND_PACKAGE.*${p}/ s|)$$| REQUIRED&|' \ ${WRKSRC}/CMakeLists.txt @@ -129,5 +205,13 @@ post-patch: @${REINPLACE_CMD} -e '/FIND_PACKAGE.*${p}/ s|^|#|' \ ${WRKSRC}/CMakeLists.txt .endfor +.for p in ${FORCE_PC_REQUIRE} + @${REINPLACE_CMD} -e 's|PKG_CHECK_MODULES.*${p}|& REQUIRED| ' \ + ${WRKSRC}/CMakeLists.txt +.endfor +.for p in ${FORCE_PC_IGNORE} + @${REINPLACE_CMD} -e '/PKG_CHECK_MODULES.*${p}/ s|^|#|' \ + ${WRKSRC}/CMakeLists.txt +.endfor .include <bsd.port.post.mk> diff --git a/graphics/osg-devel/distinfo b/graphics/osg-devel/distinfo index 67eea1af68e2..acdf818b2f8b 100644 --- a/graphics/osg-devel/distinfo +++ b/graphics/osg-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (OpenSceneGraph-2.6.1.zip) = 0955d92af64e48d2bdda464103962f92 -SHA256 (OpenSceneGraph-2.6.1.zip) = 4eb0765f168fe136e97539a90e25556b2cdfa52e3309697cf82159c51e43b096 -SIZE (OpenSceneGraph-2.6.1.zip) = 5849143 +MD5 (OpenSceneGraph-2.7.9.zip) = 14629ae17c6a5207630713608d7f3c56 +SHA256 (OpenSceneGraph-2.7.9.zip) = bb2248b65ea6ff1a7f865f28e8b421951ac3d1623dc0ab10ebf30665e10992fb +SIZE (OpenSceneGraph-2.7.9.zip) = 6702867 diff --git a/graphics/osg-devel/files/patch-CMakeLists.txt b/graphics/osg-devel/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..e7dc6a6dce0d --- /dev/null +++ b/graphics/osg-devel/files/patch-CMakeLists.txt @@ -0,0 +1,20 @@ +--- CMakeLists.txt.orig 2009-01-29 16:29:08.000000000 +0300 ++++ CMakeLists.txt 2009-02-05 17:45:24.000000000 +0300 +@@ -459,7 +459,7 @@ + + IF(UNIX AND NOT WIN32 AND NOT APPLE) + IF(CMAKE_SIZEOF_VOID_P MATCHES "8") +- SET(LIB_POSTFIX "64" CACHE STRING "suffix for 32/64 dir placement") ++ SET(LIB_POSTFIX "" CACHE STRING "suffix for 32/64 dir placement") + MARK_AS_ADVANCED(LIB_POSTFIX) + ENDIF(CMAKE_SIZEOF_VOID_P MATCHES "8") + ENDIF(UNIX AND NOT WIN32 AND NOT APPLE) +@@ -766,7 +766,7 @@ + @ONLY + ) + +-INSTALL(FILES ${PROJECT_BINARY_DIR}/packaging/pkgconfig/openscenegraph.pc DESTINATION lib${LIB_POSTFIX}/pkgconfig COMPONENT libopenscenegraph-dev) ++INSTALL(FILES ${PROJECT_BINARY_DIR}/packaging/pkgconfig/openscenegraph.pc DESTINATION libdata/pkgconfig COMPONENT libopenscenegraph-dev) + + # Run this as late as possible so users can easier spot the message + IF (${CMAKE_INSTALL_PREFIX} STREQUAL "/usr/local") diff --git a/graphics/osg-devel/files/patch-src-OpenThreads-CMakeLists.txt b/graphics/osg-devel/files/patch-src-OpenThreads-CMakeLists.txt new file mode 100644 index 000000000000..675ef5a726a0 --- /dev/null +++ b/graphics/osg-devel/files/patch-src-OpenThreads-CMakeLists.txt @@ -0,0 +1,8 @@ +--- src/OpenThreads/CMakeLists.txt.orig 2009-01-27 18:34:57.000000000 +0300 ++++ src/OpenThreads/CMakeLists.txt 2009-02-05 17:54:57.000000000 +0300 +@@ -94,4 +94,4 @@ + @ONLY + ) + +-INSTALL(FILES ${PROJECT_BINARY_DIR}/packaging/pkgconfig/openthreads.pc DESTINATION lib${LIB_POSTFIX}/pkgconfig) ++INSTALL(FILES ${PROJECT_BINARY_DIR}/packaging/pkgconfig/openthreads.pc DESTINATION libdata/pkgconfig) diff --git a/graphics/osg-devel/files/patch-src-OpenThreads-pthreads-PThread.c++ b/graphics/osg-devel/files/patch-src-OpenThreads-pthreads-PThread.c++ index 351452e25e7c..d1997c322f3f 100644 --- a/graphics/osg-devel/files/patch-src-OpenThreads-pthreads-PThread.c++ +++ b/graphics/osg-devel/files/patch-src-OpenThreads-pthreads-PThread.c++ @@ -1,5 +1,5 @@ ---- src/OpenThreads/pthreads/PThread.c++.orig 2008-09-25 18:28:42.000000000 +0400 -+++ src/OpenThreads/pthreads/PThread.c++ 2008-09-25 18:52:13.000000000 +0400 +--- src/OpenThreads/pthreads/PThread.c++.orig 2008-11-05 13:27:49.000000000 +0300 ++++ src/OpenThreads/pthreads/PThread.c++ 2009-02-04 18:06:28.000000000 +0300 @@ -21,6 +21,7 @@ #include <sys/types.h> #include <unistd.h> @@ -8,3 +8,30 @@ #if defined __linux || defined __sun || defined __APPLE__ #include <string.h> +@@ -125,7 +126,7 @@ + #if defined(__sgi) + pthread_setrunon_np( pd->cpunum ); + #elif defined(HAVE_PTHREAD_SETAFFINITY_NP) || defined(HAVE_THREE_PARAM_SCHED_SETAFFINITY) || defined(HAVE_TWO_PARAM_SCHED_SETAFFINITY) +- cpu_set_t cpumask; ++ cpuset_t cpumask; + CPU_ZERO( &cpumask ); + CPU_SET( pd->cpunum, &cpumask ); + +@@ -541,7 +542,7 @@ + + if (pd->isRunning && Thread::CurrentThread()==this) + { +- cpu_set_t cpumask; ++ cpuset_t cpumask; + CPU_ZERO( &cpumask ); + CPU_SET( pd->cpunum, &cpumask ); + #if defined(HAVE_PTHREAD_SETAFFINITY_NP) +@@ -975,7 +976,7 @@ + else + { + #if defined(HAVE_PTHREAD_SETAFFINITY_NP) || defined(HAVE_THREE_PARAM_SCHED_SETAFFINITY) || defined(HAVE_TWO_PARAM_SCHED_SETAFFINITY) +- cpu_set_t cpumask; ++ cpuset_t cpumask; + CPU_ZERO( &cpumask ); + CPU_SET( cpunum, &cpumask ); + diff --git a/graphics/osg-devel/files/patch-src-osgViewer-CMakeLists.txt b/graphics/osg-devel/files/patch-src-osgViewer-CMakeLists.txt new file mode 100644 index 000000000000..6d00269d1bcc --- /dev/null +++ b/graphics/osg-devel/files/patch-src-osgViewer-CMakeLists.txt @@ -0,0 +1,11 @@ +--- src/osgViewer/CMakeLists.txt.orig 2009-01-26 16:48:50.000000000 +0300 ++++ src/osgViewer/CMakeLists.txt 2009-02-04 19:00:45.000000000 +0300 +@@ -117,7 +117,7 @@ + IF(OSGVIEWER_USE_XRANDR) + ADD_DEFINITIONS(-DOSGVIEWER_USE_XRANDR) + SET(LIB_PRIVATE_HEADERS ${LIB_PRIVATE_HEADERS} ${XRANDR_INCLUDE_DIRS} ) +- LINK_LIBRARIES(Xrandr) ++ LINK_LIBRARIES(${XRANDR_LDFLAGS}) + ENDIF(OSGVIEWER_USE_XRANDR) + + # X11 on Apple requires X11 library plus OpenGL linking hack on Leopard diff --git a/graphics/osg-devel/pkg-plist b/graphics/osg-devel/pkg-plist index 4665ca629edb..00d42c704370 100644 --- a/graphics/osg-devel/pkg-plist +++ b/graphics/osg-devel/pkg-plist @@ -76,6 +76,7 @@ include/osg/Hint include/osg/Image include/osg/ImageSequence include/osg/ImageStream +include/osg/ImageUtils include/osg/KdTree include/osg/LOD include/osg/Light @@ -177,8 +178,30 @@ include/osg/fast_back_stack include/osg/io_utils include/osg/observer_ptr include/osg/ref_ptr +include/osgAnimation/Animation +include/osgAnimation/AnimationManagerBase +include/osgAnimation/Assert +include/osgAnimation/BasicAnimationManager +include/osgAnimation/Bone +include/osgAnimation/Channel +include/osgAnimation/CubicBezier +include/osgAnimation/EaseMotion +include/osgAnimation/Export +include/osgAnimation/Interpolator +include/osgAnimation/Keyframe +include/osgAnimation/LinkVisitor +include/osgAnimation/Sampler +include/osgAnimation/Skeleton +include/osgAnimation/Skinning +include/osgAnimation/Target +include/osgAnimation/Timeline +include/osgAnimation/TimelineAnimationManager +include/osgAnimation/UpdateCallback +include/osgAnimation/Vec3Packed +include/osgAnimation/VertexInfluence include/osgDB/Archive include/osgDB/AuthenticationMap +include/osgDB/ConvertUTF include/osgDB/DatabasePager include/osgDB/DotOsgWrapper include/osgDB/DynamicLibrary @@ -186,6 +209,7 @@ include/osgDB/Export include/osgDB/Field include/osgDB/FieldReader include/osgDB/FieldReaderIterator +include/osgDB/FileCache include/osgDB/FileNameUtils include/osgDB/FileUtils include/osgDB/ImageOptions @@ -197,9 +221,11 @@ include/osgDB/PluginQuery include/osgDB/ReadFile include/osgDB/ReaderWriter include/osgDB/Registry +include/osgDB/Serializer include/osgDB/SharedStateManager include/osgDB/Version include/osgDB/WriteFile +include/osgDB/fstream include/osgFX/AnisotropicLighting include/osgFX/BumpMapping include/osgFX/Cartoon @@ -213,6 +239,7 @@ include/osgFX/Technique include/osgFX/Validator include/osgFX/Version include/osgGA/AnimationPathManipulator +include/osgGA/CameraViewSwitchManipulator include/osgGA/DriveManipulator include/osgGA/EventQueue include/osgGA/EventVisitor @@ -291,16 +318,25 @@ include/osgParticle/SmokeTrailEffect include/osgParticle/VariableRateCounter include/osgParticle/Version include/osgParticle/range +include/osgShadow/ConvexPolyhedron +include/osgShadow/DebugShadowMap include/osgShadow/Export +include/osgShadow/LightSpacePerspectiveShadowMap +include/osgShadow/MinimalCullBoundsShadowMap +include/osgShadow/MinimalDrawBoundsShadowMap +include/osgShadow/MinimalShadowMap include/osgShadow/OccluderGeometry include/osgShadow/ParallelSplitShadowMap +include/osgShadow/ProjectionShadowMap include/osgShadow/ShadowMap include/osgShadow/ShadowTechnique include/osgShadow/ShadowTexture include/osgShadow/ShadowVolume include/osgShadow/ShadowedScene include/osgShadow/SoftShadowMap +include/osgShadow/StandardShadowMap include/osgShadow/Version +include/osgShadow/ViewDependentShadowTechnique include/osgSim/BlinkSequence include/osgSim/ColorRange include/osgSim/DOFTransform @@ -395,7 +431,18 @@ include/osgViewer/ViewerBase include/osgViewer/ViewerEventHandlers include/osgViewer/api/X11/GraphicsWindowX11 include/osgViewer/api/X11/PixelBufferX11 +include/osgVolume/Export +include/osgVolume/FixedFunctionTechnique +include/osgVolume/Layer +include/osgVolume/Locator +include/osgVolume/Property +include/osgVolume/RayTracedTechnique +include/osgVolume/Version +include/osgVolume/Volume +include/osgVolume/VolumeTechnique +include/osgVolume/VolumeTile include/osgWidget/Box +include/osgWidget/Browser include/osgWidget/Canvas include/osgWidget/EventInterface include/osgWidget/Export @@ -403,6 +450,7 @@ include/osgWidget/Frame include/osgWidget/Input include/osgWidget/Label include/osgWidget/Lua +include/osgWidget/PdfReader include/osgWidget/Python include/osgWidget/ScriptEngine include/osgWidget/StyleInterface @@ -413,15 +461,19 @@ include/osgWidget/UIObjectParent include/osgWidget/Util include/osgWidget/Version include/osgWidget/ViewerEventHandlers +include/osgWidget/VncClient include/osgWidget/Widget include/osgWidget/Window include/osgWidget/WindowManager lib/libOpenThreads.so -lib/libOpenThreads.so.11 -lib/libOpenThreads.so.2.3.0 +lib/libOpenThreads.so.%%OPENTHREADS_VERSION%% +lib/libOpenThreads.so.%%OPENTHREADS_SHLIBVER%% lib/libosg.so lib/libosg.so.%%OSG_VERSION%% lib/libosg.so.%%OSG_SHLIBVER%% +lib/libosgAnimation.so +lib/libosgAnimation.so.%%OSG_VERSION%% +lib/libosgAnimation.so.%%OSG_SHLIBVER%% lib/libosgDB.so lib/libosgDB.so.%%OSG_VERSION%% lib/libosgDB.so.%%OSG_SHLIBVER%% @@ -455,6 +507,9 @@ lib/libosgUtil.so.%%OSG_SHLIBVER%% lib/libosgViewer.so lib/libosgViewer.so.%%OSG_VERSION%% lib/libosgViewer.so.%%OSG_SHLIBVER%% +lib/libosgVolume.so +lib/libosgVolume.so.%%OSG_VERSION%% +lib/libosgVolume.so.%%OSG_SHLIBVER%% lib/libosgWidget.so lib/libosgWidget.so.%%OSG_VERSION%% lib/libosgWidget.so.%%OSG_SHLIBVER%% @@ -462,17 +517,24 @@ lib/osgPlugins-%%OSG_VERSION%%/osgdb_3dc.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_3ds.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_ac.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_bmp.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_bsp.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_bvh.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_cfg.so %%CURL%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_curl.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_dds.so +%%ITK%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_dicom.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_dot.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_dw.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_dxf.so +%%OPENEXR%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_exr.so %%FREETYPE%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_freetype.so %%GDAL%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_gdal.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_geo.so %%GIF%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_gif.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_glsl.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_gz.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_hdr.so +%%INVENTOR%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_iv.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_ive.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_jpeg.so %%JASPER%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_jp2.so @@ -480,12 +542,14 @@ lib/osgPlugins-%%OSG_VERSION%%/osgdb_logo.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_lwo.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_lws.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_md2.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_mdl.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_normals.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_obj.so %%GDAL%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_ogr.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_openflight.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_osg.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_osga.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_osganimation.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgfx.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgparticle.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgshadow.so @@ -494,7 +558,9 @@ lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgterrain.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgtext.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgtgz.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgviewer.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgvolume.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgwidget.so +%%PDF%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_pdf.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_pic.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_png.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_pnm.so @@ -503,18 +569,24 @@ lib/osgPlugins-%%OSG_VERSION%%/osgdb_rot.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_scale.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_shp.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_stl.so +%%SVG%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_svg.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_tga.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_tgz.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_tiff.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_trans.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_txf.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_txp.so +%%VNC%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_vnc.so %%OPENVRML%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_vrml.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_vtf.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_x.so %%XINE%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_xine.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_zip.so +libdata/pkgconfig/openscenegraph.pc +libdata/pkgconfig/openthreads.pc @dirrm lib/osgPlugins-%%OSG_VERSION%% @dirrm include/osgWidget +@dirrm include/osgVolume @dirrm include/osgViewer/api/X11 @dirrm include/osgViewer/api @dirrm include/osgViewer @@ -528,5 +600,6 @@ lib/osgPlugins-%%OSG_VERSION%%/osgdb_zip.so @dirrm include/osgGA @dirrm include/osgFX @dirrm include/osgDB +@dirrm include/osgAnimation @dirrm include/osg @dirrm include/OpenThreads |