From c793db2534f5f83b26121f0904d7fc4d9416caf1 Mon Sep 17 00:00:00 2001 From: DPorts Builder Date: Fri, 9 May 2014 07:16:11 -0700 Subject: [PATCH] Import graphics/osg-devel version 3.3.0_1 --- graphics/osg-devel/Makefile | 222 +++++ graphics/osg-devel/Makefile.DragonFly | 2 + graphics/osg-devel/distinfo | 2 + graphics/osg-devel/files/patch-CMakeLists.txt | 20 + .../files/patch-CMakeModules-FindGTA.cmake | 25 + .../patch-CMakeModules_FindFreeType.cmake | 44 + .../patch-src-OpenThreads-CMakeLists.txt | 8 + ...patch-src-OpenThreads-pthreads-PThread.cpp | 37 + ...h-src-osgPlugins-freetype-FreeTypeFont.cpp | 14 + graphics/osg-devel/pkg-descr | 6 + graphics/osg-devel/pkg-plist | 776 ++++++++++++++++++ 11 files changed, 1156 insertions(+) create mode 100644 graphics/osg-devel/Makefile create mode 100644 graphics/osg-devel/Makefile.DragonFly create mode 100644 graphics/osg-devel/distinfo create mode 100644 graphics/osg-devel/files/patch-CMakeLists.txt create mode 100644 graphics/osg-devel/files/patch-CMakeModules-FindGTA.cmake create mode 100644 graphics/osg-devel/files/patch-CMakeModules_FindFreeType.cmake create mode 100644 graphics/osg-devel/files/patch-src-OpenThreads-CMakeLists.txt create mode 100644 graphics/osg-devel/files/patch-src-OpenThreads-pthreads-PThread.cpp create mode 100644 graphics/osg-devel/files/patch-src-osgPlugins-freetype-FreeTypeFont.cpp create mode 100644 graphics/osg-devel/pkg-descr create mode 100644 graphics/osg-devel/pkg-plist diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile new file mode 100644 index 00000000000..d01c073bbe9 --- /dev/null +++ b/graphics/osg-devel/Makefile @@ -0,0 +1,222 @@ +# Created by: Randall Hopper +# $FreeBSD$ + +PORTNAME= osg +PORTVERSION= 3.3.0 +PORTREVISION= 1 +CATEGORIES= graphics +MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \ + http://mirror.amdmi3.ru/distfiles/ +DISTNAME= OpenSceneGraph-${PORTVERSION} +PKGNAMESUFFIX= -devel + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= C++ OpenGL scene graph library for real-time rendering + +LICENSE= OSGPL +LICENSE_NAME= OpenSceneGraph Public License +LICENSE_FILE= ${WRKSRC}/LICENSE.txt +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng.so:${PORTSDIR}/graphics/png \ + libtiff.so:${PORTSDIR}/graphics/tiff + +CONFLICTS= osg-[0-9]* + +USES= cmake:outsource pkgconfig zip +USE_GL= gl glu +USE_XORG= x11 +USE_LDCONFIG= yes + +PLIST_SUB= OSG_VERSION=${PORTVERSION} \ + OSG_SHLIBVER=110 \ + OPENTHREADS_VERSION=${PORTVERSION} \ + OPENTHREADS_SHLIBVER=14 + +PORTSCOUT= limitw:1,odd + +OPTIONS_DEFINE= CURL FREETYPE GDAL GIF INVENTOR JASPER XINE GTA \ + VNC OPENEXR FFMPEG SVG PDF SDL NVTT QT4 XRANDR \ + LUA V8 PYTHON +OPTIONS_DEFAULT=FREETYPE GIF FFMPEG XRANDR + +GDAL_DESC= GDAL support +INVENTOR_DESC= SGI OpenInventor support +GTA_DESC= GTA file format support +VNC_DESC= LibVNCServer support +SDL_DESC= Use SDL (joystick support in present3d) +NVTT_DESC= Use NVidia texture tools +LUA_DESC= Lua strict engine support +V8_DESC= V8 script engine support +PYTHON_DESC= Python strict engine support + +OPTIONS_SUB= yes + +CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 +GDAL_LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal +GIF_LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib +INVENTOR_LIB_DEPENDS= libInventor.so:${PORTSDIR}/graphics/inventor +JASPER_LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper +XINE_LIB_DEPENDS= libxine.so:${PORTSDIR}/multimedia/libxine +GTA_LIB_DEPENDS= libgta.so:${PORTSDIR}/devel/libgta +VNC_LIB_DEPENDS= libvncserver.so:${PORTSDIR}/net/libvncserver +OPENEXR_LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR +FFMPEG_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg +SVG_LIB_DEPENDS= librsvg-2.so:${PORTSDIR}/graphics/librsvg2 +PDF_LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib +SDL_USE= SDL=sdl +NVTT_LIB_DEPENDS= libnvtt.so:${PORTSDIR}/graphics/nvidia-texture-tools +XRANDR_CMAKE_ON= -DOSGVIEWER_USE_XRANDR:BOOL=ON +XRANDR_CMAKE_OFF= -DOSGVIEWER_USE_XRANDR:BOOL=OFF +QT4_USE= QT4=corelib,gui,opengl,qmake_build,moc_build,uic_build,rcc_build +QT4_CMAKE_ON= -DOSG_USE_QT=ON +QT4_CMAKE_OFF= -DOSG_USE_QT=OFF +LUA_USE= LUA=5.1 +V8_LIB_DEPENDS= libv8.so:${PORTSDIR}/lang/v8 +PYTHON_USE= PYTHON=2 + +.include + +# GUI toolkits are only needed for building examples, which are not even installed +FORCE_IGNORE= FLTK GLUT FOX Qt3 Qt5Widgets wxWidgets OpenAL GtkGl # only for examples +FORCE_IGNORE+= COLLADA Performer OurDCMTK XUL FBX # not in ports +FORCE_IGNORE+= OpenVRML # ports version too old +FORCE_IGNORE+= ITK # ports version doesn't build on 10.x +FORCE_REQUIRE= Threads OpenGL X11 JPEG PNG TIFF ZLIB # common & lightweight + +# options that affect FIND_PACKAGE +.if ${PORT_OPTIONS:MCURL} +FORCE_REQUIRE+= CURL +.else +FORCE_IGNORE+= CURL +.endif + +.if ${PORT_OPTIONS:MFREETYPE} +FORCE_REQUIRE+= FreeType +.else +FORCE_IGNORE+= FreeType +.endif + +.if ${PORT_OPTIONS:MGDAL} +FORCE_REQUIRE+= GDAL +.else +FORCE_IGNORE+= GDAL +.endif + +.if ${PORT_OPTIONS:MGIF} +FORCE_REQUIRE+= GIFLIB +.else +FORCE_IGNORE+= GIFLIB +.endif + +.if ${PORT_OPTIONS:MINVENTOR} +FORCE_REQUIRE+= Inventor +.else +FORCE_IGNORE+= Inventor +.endif + +.if ${PORT_OPTIONS:MJASPER} +FORCE_REQUIRE+= Jasper +.else +FORCE_IGNORE+= Jasper +.endif + +.if ${PORT_OPTIONS:MXINE} +FORCE_REQUIRE+= Xine +.else +FORCE_IGNORE+= Xine +.endif + +.if ${PORT_OPTIONS:MGTA} +FORCE_REQUIRE+= GTA +.else +FORCE_IGNORE+= GTA +.endif + +.if ${PORT_OPTIONS:MVNC} +FORCE_REQUIRE+= LibVNCServer +.else +FORCE_IGNORE+= LibVNCServer +.endif + +.if ${PORT_OPTIONS:MOPENEXR} +FORCE_REQUIRE+= OpenEXR +.else +FORCE_IGNORE+= OpenEXR +.endif + +.if ${PORT_OPTIONS:MFFMPEG} +FORCE_REQUIRE+= FFmpeg +.else +FORCE_IGNORE+= FFmpeg +.endif + +.if ${PORT_OPTIONS:MSDL} +FORCE_REQUIRE+= SDL +.else +FORCE_IGNORE+= SDL +.endif + +.if ${PORT_OPTIONS:MNVTT} +FORCE_REQUIRE+= NVTT +.else +FORCE_IGNORE+= NVTT +.endif + +.if ${PORT_OPTIONS:MLUA} +FORCE_REQUIRE+= Lua51 +.else +FORCE_IGNORE+= Lua51 +.endif + +.if ${PORT_OPTIONS:MV8} +FORCE_REQUIRE+= V8 +.else +FORCE_IGNORE+= V8 +.endif + +.if ${PORT_OPTIONS:MPYTHON} +FORCE_REQUIRE+= PythonLibs +.else +FORCE_IGNORE+= PythonLibs +.endif + +# options that affect PKG_CHECK_MODULES +.if ${PORT_OPTIONS:MSVG} +FORCE_REQUIRE+= RSVG +.else +FORCE_IGNORE+= RSVG +.endif + +.if ${PORT_OPTIONS:MPDF} +FORCE_REQUIRE+= Poppler-glib +.else +FORCE_IGNORE+= Poppler-glib +.endif + +.if ${PORT_OPTIONS:MSVG} || ${PORT_OPTIONS:MPDF} +USE_GNOME= cairo +.endif + +# other options +.if ${PORT_OPTIONS:MXRANDR} +USE_XORG+= xrandr +.endif + +post-patch: + @${FIND} ${WRKSRC}/CMakeModules -type f -print0 | ${XARGS} -0 \ + ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' + @${REINPLACE_CMD} -e '/FIND_LIBRARY.*DL_LIBRARY/ d' \ + ${WRKSRC}/CMakeLists.txt +.for p in ${FORCE_REQUIRE} + @${REINPLACE_CMD} -e '/FIND_PACKAGE.*${p}/ s|)$$| REQUIRED&|' \ + ${WRKSRC}/CMakeLists.txt +.endfor +.for p in ${FORCE_IGNORE} + @${REINPLACE_CMD} -e '/FIND_PACKAGE.*${p}/ s|^|#|' \ + ${WRKSRC}/CMakeLists.txt +.endfor + +.include diff --git a/graphics/osg-devel/Makefile.DragonFly b/graphics/osg-devel/Makefile.DragonFly new file mode 100644 index 00000000000..7936b5eb3d3 --- /dev/null +++ b/graphics/osg-devel/Makefile.DragonFly @@ -0,0 +1,2 @@ +CFLAGS+= -D__FreeBSD__=1 +CXXFLAGS+=-D__STDC_CONSTANT_MACROS=1 diff --git a/graphics/osg-devel/distinfo b/graphics/osg-devel/distinfo new file mode 100644 index 00000000000..1495ca2315c --- /dev/null +++ b/graphics/osg-devel/distinfo @@ -0,0 +1,2 @@ +SHA256 (OpenSceneGraph-3.3.0.zip) = 55224da955d58705d1cf9ec46a4129f29e8f37e69f4e9430c28f978594e1a5c6 +SIZE (OpenSceneGraph-3.3.0.zip) = 7627299 diff --git a/graphics/osg-devel/files/patch-CMakeLists.txt b/graphics/osg-devel/files/patch-CMakeLists.txt new file mode 100644 index 00000000000..f1df4392306 --- /dev/null +++ b/graphics/osg-devel/files/patch-CMakeLists.txt @@ -0,0 +1,20 @@ +--- CMakeLists.txt.orig 2011-07-31 11:50:34.000000000 +0400 ++++ CMakeLists.txt 2012-03-05 05:54:52.485029323 +0400 +@@ -588,7 +588,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() + ENDIF() +@@ -972,7 +972,7 @@ + ${PROJECT_BINARY_DIR}/packaging/pkgconfig/${PKGCONFIG_FILE}.pc + @ONLY + ) +- INSTALL(FILES ${PROJECT_BINARY_DIR}/packaging/pkgconfig/${PKGCONFIG_FILE}.pc DESTINATION lib${LIB_POSTFIX}/pkgconfig COMPONENT libopenscenegraph-dev) ++ INSTALL(FILES ${PROJECT_BINARY_DIR}/packaging/pkgconfig/${PKGCONFIG_FILE}.pc DESTINATION libdata/pkgconfig COMPONENT libopenscenegraph-dev) + ENDFOREACH(PKGCONFIG_FILE) + + diff --git a/graphics/osg-devel/files/patch-CMakeModules-FindGTA.cmake b/graphics/osg-devel/files/patch-CMakeModules-FindGTA.cmake new file mode 100644 index 00000000000..8a648a5ac52 --- /dev/null +++ b/graphics/osg-devel/files/patch-CMakeModules-FindGTA.cmake @@ -0,0 +1,25 @@ +--- CMakeModules/FindGTA.cmake.orig 2014-01-19 17:46:13.693927259 +0400 ++++ CMakeModules/FindGTA.cmake 2014-01-19 18:38:17.868997891 +0400 +@@ -8,16 +8,6 @@ + # correspond to the ./configure --prefix=$GTA_DIR + # used in building libgta. + +-INCLUDE(FindPkgConfig OPTIONAL) +- +-IF(PKG_CONFIG_FOUND) +- +- INCLUDE(FindPkgConfig) +- +- PKG_CHECK_MODULES(GTA gta) +- +-ELSE(PKG_CONFIG_FOUND) +- + FIND_PATH(GTA_INCLUDE_DIRS gta/gta.hpp + $ENV{GTA_DIR}/include + $ENV{GTA_DIR} +@@ -52,5 +42,3 @@ + IF(GTA_LIBRARIES AND GTA_INCLUDE_DIRS) + SET(GTA_FOUND "YES") + ENDIF(GTA_LIBRARIES AND GTA_INCLUDE_DIRS) +- +-ENDIF(PKG_CONFIG_FOUND) diff --git a/graphics/osg-devel/files/patch-CMakeModules_FindFreeType.cmake b/graphics/osg-devel/files/patch-CMakeModules_FindFreeType.cmake new file mode 100644 index 00000000000..135d24e12ff --- /dev/null +++ b/graphics/osg-devel/files/patch-CMakeModules_FindFreeType.cmake @@ -0,0 +1,44 @@ +--- CMakeModules/FindFreeType.cmake.orig 2013-12-24 19:18:24.000000000 +0100 ++++ CMakeModules/FindFreeType.cmake 2013-12-24 19:19:27.000000000 +0100 +@@ -24,18 +24,18 @@ + # wants explicit full paths and this trickery doesn't work too well. + # I'm going to attempt to cut out the middleman and hope + # everything still works. +-FIND_PATH(FREETYPE_INCLUDE_DIR_ft2build ft2build.h ++FIND_PATH(FREETYPE_INCLUDE_DIR_ft2build freetype2/ft2build.h + PATHS + $ENV{FREETYPE_DIR} + NO_DEFAULT_PATH + PATH_SUFFIXES include + ) +-FIND_PATH(FREETYPE_INCLUDE_DIR_ft2build ft2build.h ++FIND_PATH(FREETYPE_INCLUDE_DIR_ft2build freetype2/ft2build.h + PATHS ${CMAKE_PREFIX_PATH} # Unofficial: We are proposing this. + NO_DEFAULT_PATH + PATH_SUFFIXES include + ) +-FIND_PATH(FREETYPE_INCLUDE_DIR_ft2build ft2build.h ++FIND_PATH(FREETYPE_INCLUDE_DIR_ft2build freetype2/ft2build.h + PATHS + /usr/local + /usr +@@ -51,16 +51,16 @@ + PATH_SUFFIXES include + ) + +-FIND_PATH(FREETYPE_INCLUDE_DIR_freetype2 freetype/config/ftheader.h ++FIND_PATH(FREETYPE_INCLUDE_DIR_freetype2 config/ftheader.h + $ENV{FREETYPE_DIR}/include/freetype2 + NO_DEFAULT_PATH + ) +-FIND_PATH(FREETYPE_INCLUDE_DIR_freetype2 freetype/config/ftheader.h ++FIND_PATH(FREETYPE_INCLUDE_DIR_freetype2 config/ftheader.h + PATHS ${CMAKE_PREFIX_PATH} # Unofficial: We are proposing this. + NO_DEFAULT_PATH + PATH_SUFFIXES include/freetype2 + ) +-FIND_PATH(FREETYPE_INCLUDE_DIR_freetype2 freetype/config/ftheader.h ++FIND_PATH(FREETYPE_INCLUDE_DIR_freetype2 config/ftheader.h + /usr/local/include/freetype2 + /usr/include/freetype2 + /usr/local/X11R6/include/freetype2 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 00000000000..675ef5a726a --- /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.cpp b/graphics/osg-devel/files/patch-src-OpenThreads-pthreads-PThread.cpp new file mode 100644 index 00000000000..eeaba23f077 --- /dev/null +++ b/graphics/osg-devel/files/patch-src-OpenThreads-pthreads-PThread.cpp @@ -0,0 +1,37 @@ +--- src/OpenThreads/pthreads/PThread.cpp.orig 2011-06-24 00:09:26.000000000 +0400 ++++ src/OpenThreads/pthreads/PThread.cpp 2012-03-05 05:57:02.886704932 +0400 +@@ -21,6 +21,7 @@ + #include + #include + #include ++#include + #include + + #if defined __linux || defined __sun || defined __APPLE__ || ANDROID +@@ -136,7 +137,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 ); + +@@ -569,7 +570,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) +@@ -1031,7 +1032,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 ); + #if defined(HAVE_PTHREAD_SETAFFINITY_NP) diff --git a/graphics/osg-devel/files/patch-src-osgPlugins-freetype-FreeTypeFont.cpp b/graphics/osg-devel/files/patch-src-osgPlugins-freetype-FreeTypeFont.cpp new file mode 100644 index 00000000000..eaae7ca841d --- /dev/null +++ b/graphics/osg-devel/files/patch-src-osgPlugins-freetype-FreeTypeFont.cpp @@ -0,0 +1,14 @@ +--- src/osgPlugins/freetype/FreeTypeFont.cpp.orig 2013-12-24 19:29:26.000000000 +0100 ++++ src/osgPlugins/freetype/FreeTypeFont.cpp 2013-12-24 19:30:24.000000000 +0100 +@@ -14,8 +14,9 @@ + #include "FreeTypeFont.h" + #include "FreeTypeLibrary.h" + +-#include +-#include ++#include ++#include FT_OUTLINE_H ++#include FT_BBOX_H + + #include + #include diff --git a/graphics/osg-devel/pkg-descr b/graphics/osg-devel/pkg-descr new file mode 100644 index 00000000000..61460909139 --- /dev/null +++ b/graphics/osg-devel/pkg-descr @@ -0,0 +1,6 @@ +The Open Scene Graph is a cross-platform C++ OpenGL library for the +real-time, photo-realistic rendering of large 3D models. Uses range from +visual simulation, to scientific modelling, to games, to whatever you can +think of! + +WWW: http://www.openscenegraph.org/ diff --git a/graphics/osg-devel/pkg-plist b/graphics/osg-devel/pkg-plist new file mode 100644 index 00000000000..92249c2f9fc --- /dev/null +++ b/graphics/osg-devel/pkg-plist @@ -0,0 +1,776 @@ +bin/osgarchive +bin/osgconv +bin/osgfilecache +bin/osgversion +bin/osgviewer +bin/present3D +include/OpenThreads/Atomic +include/OpenThreads/Barrier +include/OpenThreads/Block +include/OpenThreads/Condition +include/OpenThreads/Config +include/OpenThreads/Exports +include/OpenThreads/Mutex +include/OpenThreads/ReadWriteMutex +include/OpenThreads/ReentrantMutex +include/OpenThreads/ScopedLock +include/OpenThreads/Thread +include/OpenThreads/Version +include/osg/AlphaFunc +include/osg/AnimationPath +include/osg/ApplicationUsage +include/osg/ArgumentParser +include/osg/Array +include/osg/ArrayDispatchers +include/osg/AudioStream +include/osg/AutoTransform +include/osg/Billboard +include/osg/BlendColor +include/osg/BlendEquation +include/osg/BlendFunc +include/osg/BoundingBox +include/osg/BoundingSphere +include/osg/BoundsChecking +include/osg/BufferIndexBinding +include/osg/BufferObject +include/osg/Camera +include/osg/CameraView +include/osg/ClampColor +include/osg/ClearNode +include/osg/ClipNode +include/osg/ClipPlane +include/osg/ClusterCullingCallback +include/osg/CollectOccludersVisitor +include/osg/ColorMask +include/osg/ColorMatrix +include/osg/ComputeBoundsVisitor +include/osg/Config +include/osg/ConvexPlanarOccluder +include/osg/ConvexPlanarPolygon +include/osg/CoordinateSystemNode +include/osg/CopyOp +include/osg/CullFace +include/osg/CullSettings +include/osg/CullStack +include/osg/CullingSet +include/osg/DeleteHandler +include/osg/Depth +include/osg/DisplaySettings +include/osg/DrawPixels +include/osg/Drawable +include/osg/Endian +include/osg/Export +include/osg/Fog +include/osg/FragmentProgram +include/osg/FrameBufferObject +include/osg/FrameStamp +include/osg/FrontFace +include/osg/GL +include/osg/GL2Extensions +include/osg/GLBeginEndAdapter +include/osg/GLExtensions +include/osg/GLObjects +include/osg/GLU +include/osg/Geode +include/osg/Geometry +include/osg/GraphicsContext +include/osg/GraphicsCostEstimator +include/osg/GraphicsThread +include/osg/Group +include/osg/Hint +include/osg/Image +include/osg/ImageSequence +include/osg/ImageStream +include/osg/ImageUtils +include/osg/KdTree +include/osg/LOD +include/osg/Light +include/osg/LightModel +include/osg/LightSource +include/osg/LineSegment +include/osg/LineStipple +include/osg/LineWidth +include/osg/LogicOp +include/osg/Material +include/osg/Math +include/osg/Matrix +include/osg/MatrixTransform +include/osg/Matrixd +include/osg/Matrixf +include/osg/MixinVector +include/osg/Multisample +include/osg/Node +include/osg/NodeCallback +include/osg/NodeTrackerCallback +include/osg/NodeVisitor +include/osg/Notify +include/osg/Object +include/osg/Observer +include/osg/ObserverNodePath +include/osg/OccluderNode +include/osg/OcclusionQueryNode +include/osg/OperationThread +include/osg/PagedLOD +include/osg/PatchParameter +include/osg/Plane +include/osg/Point +include/osg/PointSprite +include/osg/PolygonMode +include/osg/PolygonOffset +include/osg/PolygonStipple +include/osg/Polytope +include/osg/PositionAttitudeTransform +include/osg/PrimitiveRestartIndex +include/osg/PrimitiveSet +include/osg/Program +include/osg/Projection +include/osg/ProxyNode +include/osg/Quat +include/osg/Referenced +include/osg/RenderInfo +include/osg/SampleMaski +include/osg/Scissor +include/osg/ScriptEngine +include/osg/Sequence +include/osg/ShadeModel +include/osg/Shader +include/osg/ShaderAttribute +include/osg/ShaderComposer +include/osg/ShadowVolumeOccluder +include/osg/Shape +include/osg/ShapeDrawable +include/osg/State +include/osg/StateAttribute +include/osg/StateAttributeCallback +include/osg/StateSet +include/osg/Stats +include/osg/Stencil +include/osg/StencilTwoSided +include/osg/Switch +include/osg/TemplatePrimitiveFunctor +include/osg/TexEnv +include/osg/TexEnvCombine +include/osg/TexEnvFilter +include/osg/TexGen +include/osg/TexGenNode +include/osg/TexMat +include/osg/Texture +include/osg/Texture1D +include/osg/Texture2D +include/osg/Texture2DArray +include/osg/Texture2DMultisample +include/osg/Texture3D +include/osg/TextureBuffer +include/osg/TextureCubeMap +include/osg/TextureRectangle +include/osg/Timer +include/osg/TransferFunction +include/osg/Transform +include/osg/TriangleFunctor +include/osg/TriangleIndexFunctor +include/osg/Uniform +include/osg/UserDataContainer +include/osg/ValueObject +include/osg/Vec2 +include/osg/Vec2b +include/osg/Vec2d +include/osg/Vec2f +include/osg/Vec2i +include/osg/Vec2s +include/osg/Vec2ub +include/osg/Vec2ui +include/osg/Vec2us +include/osg/Vec3 +include/osg/Vec3b +include/osg/Vec3d +include/osg/Vec3f +include/osg/Vec3i +include/osg/Vec3s +include/osg/Vec3ub +include/osg/Vec3ui +include/osg/Vec3us +include/osg/Vec4 +include/osg/Vec4b +include/osg/Vec4d +include/osg/Vec4f +include/osg/Vec4i +include/osg/Vec4s +include/osg/Vec4ub +include/osg/Vec4ui +include/osg/Vec4us +include/osg/Version +include/osg/VertexProgram +include/osg/View +include/osg/Viewport +include/osg/buffered_value +include/osg/fast_back_stack +include/osg/io_utils +include/osg/observer_ptr +include/osg/ref_ptr +include/osgAnimation/Action +include/osgAnimation/ActionAnimation +include/osgAnimation/ActionBlendIn +include/osgAnimation/ActionBlendOut +include/osgAnimation/ActionCallback +include/osgAnimation/ActionStripAnimation +include/osgAnimation/ActionVisitor +include/osgAnimation/Animation +include/osgAnimation/AnimationManagerBase +include/osgAnimation/AnimationUpdateCallback +include/osgAnimation/BasicAnimationManager +include/osgAnimation/Bone +include/osgAnimation/BoneMapVisitor +include/osgAnimation/Channel +include/osgAnimation/CubicBezier +include/osgAnimation/EaseMotion +include/osgAnimation/Export +include/osgAnimation/FrameAction +include/osgAnimation/Interpolator +include/osgAnimation/Keyframe +include/osgAnimation/LinkVisitor +include/osgAnimation/MorphGeometry +include/osgAnimation/RigGeometry +include/osgAnimation/RigTransform +include/osgAnimation/RigTransformHardware +include/osgAnimation/RigTransformSoftware +include/osgAnimation/Sampler +include/osgAnimation/Skeleton +include/osgAnimation/StackedMatrixElement +include/osgAnimation/StackedQuaternionElement +include/osgAnimation/StackedRotateAxisElement +include/osgAnimation/StackedScaleElement +include/osgAnimation/StackedTransform +include/osgAnimation/StackedTransformElement +include/osgAnimation/StackedTranslateElement +include/osgAnimation/StatsHandler +include/osgAnimation/StatsVisitor +include/osgAnimation/Target +include/osgAnimation/Timeline +include/osgAnimation/TimelineAnimationManager +include/osgAnimation/UpdateBone +include/osgAnimation/UpdateMaterial +include/osgAnimation/UpdateMatrixTransform +include/osgAnimation/Vec3Packed +include/osgAnimation/VertexInfluence +include/osgDB/Archive +include/osgDB/AuthenticationMap +include/osgDB/Callbacks +include/osgDB/ConvertUTF +include/osgDB/DataTypes +include/osgDB/DatabasePager +include/osgDB/DatabaseRevisions +include/osgDB/DotOsgWrapper +include/osgDB/DynamicLibrary +include/osgDB/Export +include/osgDB/ExternalFileWriter +include/osgDB/FileCache +include/osgDB/FileNameUtils +include/osgDB/FileUtils +include/osgDB/ImageOptions +include/osgDB/ImagePager +include/osgDB/ImageProcessor +include/osgDB/Input +include/osgDB/InputStream +include/osgDB/ObjectWrapper +include/osgDB/Options +include/osgDB/Output +include/osgDB/OutputStream +include/osgDB/ParameterOutput +include/osgDB/PluginQuery +include/osgDB/ReadFile +include/osgDB/ReaderWriter +include/osgDB/Registry +include/osgDB/Serializer +include/osgDB/SharedStateManager +include/osgDB/StreamOperator +include/osgDB/Version +include/osgDB/WriteFile +include/osgDB/XmlParser +include/osgDB/fstream +include/osgFX/AnisotropicLighting +include/osgFX/BumpMapping +include/osgFX/Cartoon +include/osgFX/Effect +include/osgFX/Export +include/osgFX/MultiTextureControl +include/osgFX/Outline +include/osgFX/Registry +include/osgFX/Scribe +include/osgFX/SpecularHighlights +include/osgFX/Technique +include/osgFX/Validator +include/osgFX/Version +include/osgGA/AnimationPathManipulator +include/osgGA/CameraManipulator +include/osgGA/CameraViewSwitchManipulator +include/osgGA/Device +include/osgGA/DriveManipulator +include/osgGA/EventQueue +include/osgGA/EventVisitor +include/osgGA/Export +include/osgGA/FirstPersonManipulator +include/osgGA/FlightManipulator +include/osgGA/GUIActionAdapter +include/osgGA/GUIEventAdapter +include/osgGA/GUIEventHandler +include/osgGA/KeySwitchMatrixManipulator +include/osgGA/MultiTouchTrackballManipulator +include/osgGA/NodeTrackerManipulator +include/osgGA/OrbitManipulator +include/osgGA/SphericalManipulator +include/osgGA/StandardManipulator +include/osgGA/StateSetManipulator +include/osgGA/TerrainManipulator +include/osgGA/TrackballManipulator +include/osgGA/UFOManipulator +include/osgGA/Version +include/osgManipulator/AntiSquish +include/osgManipulator/Command +include/osgManipulator/CommandManager +include/osgManipulator/Constraint +include/osgManipulator/Dragger +include/osgManipulator/Export +include/osgManipulator/Projector +include/osgManipulator/RotateCylinderDragger +include/osgManipulator/RotateSphereDragger +include/osgManipulator/Scale1DDragger +include/osgManipulator/Scale2DDragger +include/osgManipulator/ScaleAxisDragger +include/osgManipulator/Selection +include/osgManipulator/TabBoxDragger +include/osgManipulator/TabBoxTrackballDragger +include/osgManipulator/TabPlaneDragger +include/osgManipulator/TabPlaneTrackballDragger +include/osgManipulator/TrackballDragger +include/osgManipulator/Translate1DDragger +include/osgManipulator/Translate2DDragger +include/osgManipulator/TranslateAxisDragger +include/osgManipulator/TranslatePlaneDragger +include/osgManipulator/Version +include/osgParticle/AccelOperator +include/osgParticle/AngularAccelOperator +include/osgParticle/AngularDampingOperator +include/osgParticle/BounceOperator +include/osgParticle/BoxPlacer +include/osgParticle/CenteredPlacer +include/osgParticle/CompositePlacer +include/osgParticle/ConnectedParticleSystem +include/osgParticle/ConstantRateCounter +include/osgParticle/Counter +include/osgParticle/DampingOperator +include/osgParticle/DomainOperator +include/osgParticle/Emitter +include/osgParticle/ExplosionDebrisEffect +include/osgParticle/ExplosionEffect +include/osgParticle/ExplosionOperator +include/osgParticle/Export +include/osgParticle/FireEffect +include/osgParticle/FluidFrictionOperator +include/osgParticle/FluidProgram +include/osgParticle/ForceOperator +include/osgParticle/Interpolator +include/osgParticle/LinearInterpolator +include/osgParticle/ModularEmitter +include/osgParticle/ModularProgram +include/osgParticle/MultiSegmentPlacer +include/osgParticle/Operator +include/osgParticle/OrbitOperator +include/osgParticle/Particle +include/osgParticle/ParticleEffect +include/osgParticle/ParticleProcessor +include/osgParticle/ParticleSystem +include/osgParticle/ParticleSystemUpdater +include/osgParticle/Placer +include/osgParticle/PointPlacer +include/osgParticle/PrecipitationEffect +include/osgParticle/Program +include/osgParticle/RadialShooter +include/osgParticle/RandomRateCounter +include/osgParticle/SectorPlacer +include/osgParticle/SegmentPlacer +include/osgParticle/Shooter +include/osgParticle/SinkOperator +include/osgParticle/SmokeEffect +include/osgParticle/SmokeTrailEffect +include/osgParticle/VariableRateCounter +include/osgParticle/Version +include/osgParticle/range +include/osgPresentation/Action +include/osgPresentation/AnimationMaterial +include/osgPresentation/Audio +include/osgPresentation/CompileSlideCallback +include/osgPresentation/Cursor +include/osgPresentation/Element +include/osgPresentation/Export +include/osgPresentation/Group +include/osgPresentation/Image +include/osgPresentation/KeyEventHandler +include/osgPresentation/Layer +include/osgPresentation/Model +include/osgPresentation/Movie +include/osgPresentation/PickEventHandler +include/osgPresentation/Presentation +include/osgPresentation/PropertyManager +include/osgPresentation/Section +include/osgPresentation/Slide +include/osgPresentation/SlideEventHandler +include/osgPresentation/SlideShowConstructor +include/osgPresentation/Text +include/osgPresentation/Timeout +include/osgPresentation/Volume +%%QT4%%include/osgQt/Export +%%QT4%%include/osgQt/GraphicsWindowQt +%%QT4%%include/osgQt/QFontImplementation +%%QT4%%include/osgQt/QGraphicsViewAdapter +%%QT4%%include/osgQt/QWebViewImage +%%QT4%%include/osgQt/QWidgetImage +include/osgDB/PropertyInterface +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/ShadowSettings +include/osgShadow/ShadowTechnique +include/osgShadow/ShadowTexture +include/osgShadow/ShadowVolume +include/osgShadow/ShadowedScene +include/osgShadow/SoftShadowMap +include/osgShadow/StandardShadowMap +include/osgShadow/Version +include/osgShadow/ViewDependentShadowMap +include/osgShadow/ViewDependentShadowTechnique +include/osgSim/BlinkSequence +include/osgSim/ColorRange +include/osgSim/DOFTransform +include/osgSim/ElevationSlice +include/osgSim/Export +include/osgSim/GeographicLocation +include/osgSim/HeightAboveTerrain +include/osgSim/Impostor +include/osgSim/ImpostorSprite +include/osgSim/InsertImpostorsVisitor +include/osgSim/LightPoint +include/osgSim/LightPointNode +include/osgSim/LightPointSystem +include/osgSim/LineOfSight +include/osgSim/MultiSwitch +include/osgSim/ObjectRecordData +include/osgSim/OverlayNode +include/osgSim/ScalarBar +include/osgSim/ScalarsToColors +include/osgSim/Sector +include/osgSim/ShapeAttribute +include/osgSim/SphereSegment +include/osgSim/Version +include/osgSim/VisibilityGroup +include/osgTerrain/Export +include/osgTerrain/GeometryTechnique +include/osgTerrain/Layer +include/osgTerrain/Locator +include/osgTerrain/Terrain +include/osgTerrain/TerrainTechnique +include/osgTerrain/TerrainTile +include/osgTerrain/ValidDataOperator +include/osgTerrain/Version +include/osgText/Export +include/osgText/FadeText +include/osgText/Font +include/osgText/Font3D +include/osgText/Glyph +include/osgText/KerningType +include/osgText/String +include/osgText/Style +include/osgText/Text +include/osgText/Text3D +include/osgText/TextBase +include/osgText/Version +include/osgUtil/ConvertVec +include/osgUtil/CubeMapGenerator +include/osgUtil/CullVisitor +include/osgUtil/DelaunayTriangulator +include/osgUtil/DisplayRequirementsVisitor +include/osgUtil/DrawElementTypeSimplifier +include/osgUtil/EdgeCollector +include/osgUtil/Export +include/osgUtil/GLObjectsVisitor +include/osgUtil/HalfWayMapGenerator +include/osgUtil/HighlightMapGenerator +include/osgUtil/IncrementalCompileOperation +include/osgUtil/IntersectVisitor +include/osgUtil/IntersectionVisitor +include/osgUtil/LineSegmentIntersector +include/osgUtil/MeshOptimizers +include/osgUtil/OperationArrayFunctor +include/osgUtil/Optimizer +include/osgUtil/PerlinNoise +include/osgUtil/PlaneIntersector +include/osgUtil/PolytopeIntersector +include/osgUtil/PositionalStateContainer +include/osgUtil/PrintVisitor +include/osgUtil/RayIntersector +include/osgUtil/ReflectionMapGenerator +include/osgUtil/RenderBin +include/osgUtil/RenderLeaf +include/osgUtil/RenderStage +include/osgUtil/ReversePrimitiveFunctor +include/osgUtil/SceneGraphBuilder +include/osgUtil/SceneView +include/osgUtil/ShaderGen +include/osgUtil/Simplifier +include/osgUtil/SmoothingVisitor +include/osgUtil/StateGraph +include/osgUtil/Statistics +include/osgUtil/TangentSpaceGenerator +include/osgUtil/Tessellator +include/osgUtil/TransformAttributeFunctor +include/osgUtil/TransformCallback +include/osgUtil/TriStripVisitor +include/osgUtil/UpdateVisitor +include/osgUtil/Version +include/osgViewer/CompositeViewer +include/osgViewer/Export +include/osgViewer/GraphicsWindow +include/osgViewer/Keystone +include/osgViewer/Renderer +include/osgViewer/Scene +include/osgViewer/Version +include/osgViewer/View +include/osgViewer/Viewer +include/osgViewer/ViewerBase +include/osgViewer/ViewerEventHandlers +include/osgViewer/api/X11/GraphicsHandleX11 +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 +include/osgWidget/Frame +include/osgWidget/Input +include/osgWidget/Label +include/osgWidget/Lua +include/osgWidget/PdfReader +include/osgWidget/Python +include/osgWidget/ScriptEngine +include/osgWidget/StyleInterface +include/osgWidget/StyleManager +include/osgWidget/Table +include/osgWidget/Types +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.%%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%% +lib/libosgFX.so +lib/libosgFX.so.%%OSG_VERSION%% +lib/libosgFX.so.%%OSG_SHLIBVER%% +lib/libosgGA.so +lib/libosgGA.so.%%OSG_VERSION%% +lib/libosgGA.so.%%OSG_SHLIBVER%% +lib/libosgManipulator.so +lib/libosgManipulator.so.%%OSG_VERSION%% +lib/libosgManipulator.so.%%OSG_SHLIBVER%% +lib/libosgParticle.so +lib/libosgParticle.so.%%OSG_VERSION%% +lib/libosgParticle.so.%%OSG_SHLIBVER%% +lib/libosgPresentation.so +lib/libosgPresentation.so.%%OSG_VERSION%% +lib/libosgPresentation.so.%%OSG_SHLIBVER%% +%%QT4%%lib/libosgQt.so +%%QT4%%lib/libosgQt.so.%%OSG_VERSION%% +%%QT4%%lib/libosgQt.so.%%OSG_SHLIBVER%% +lib/libosgShadow.so +lib/libosgShadow.so.%%OSG_VERSION%% +lib/libosgShadow.so.%%OSG_SHLIBVER%% +lib/libosgSim.so +lib/libosgSim.so.%%OSG_VERSION%% +lib/libosgSim.so.%%OSG_SHLIBVER%% +lib/libosgTerrain.so +lib/libosgTerrain.so.%%OSG_VERSION%% +lib/libosgTerrain.so.%%OSG_SHLIBVER%% +lib/libosgText.so +lib/libosgText.so.%%OSG_VERSION%% +lib/libosgText.so.%%OSG_SHLIBVER%% +lib/libosgUtil.so +lib/libosgUtil.so.%%OSG_VERSION%% +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%% +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 +lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osg.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osganimation.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osgfx.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osgparticle.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osgshadow.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osgsim.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osgterrain.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osgtext.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osgviewer.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osgvolume.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osgwidget.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 +%%FFMPEG%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_ffmpeg.so +%%FREETYPE%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_freetype.so +%%GDAL%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_gdal.so +%%GIF%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_gif.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_glsl.so +%%GTA%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_gta.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 +lib/osgPlugins-%%OSG_VERSION%%/osgdb_ktx.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_logo.so +%%LUA%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_lua.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 +%%NVTT%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_nvtt.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_osc.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_osg.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_osga.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgshadow.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgterrain.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgtgz.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgviewer.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_p3d.so +%%PDF%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_pdf.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_pic.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_ply.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_png.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_pnm.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_pov.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_pvr.so +%%PYTHON%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_python.so +%%QT4%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_qfont.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_revisions.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_rgb.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_rot.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_scale.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osg.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osganimation.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgfx.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgga.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgmanipulator.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgparticle.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgpresentation.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgshadow.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgsim.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgterrain.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgtext.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgviewer.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgvolume.so +%%SDL%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_sdl.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_trk.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_txf.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_txp.so +%%V8%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_v8.so +%%VNC%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_vnc.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-osg.pc +libdata/pkgconfig/openscenegraph-osgAnimation.pc +libdata/pkgconfig/openscenegraph-osgDB.pc +libdata/pkgconfig/openscenegraph-osgFX.pc +libdata/pkgconfig/openscenegraph-osgGA.pc +libdata/pkgconfig/openscenegraph-osgManipulator.pc +libdata/pkgconfig/openscenegraph-osgParticle.pc +%%QT4%%libdata/pkgconfig/openscenegraph-osgQt.pc +libdata/pkgconfig/openscenegraph-osgShadow.pc +libdata/pkgconfig/openscenegraph-osgSim.pc +libdata/pkgconfig/openscenegraph-osgTerrain.pc +libdata/pkgconfig/openscenegraph-osgText.pc +libdata/pkgconfig/openscenegraph-osgUtil.pc +libdata/pkgconfig/openscenegraph-osgViewer.pc +libdata/pkgconfig/openscenegraph-osgVolume.pc +libdata/pkgconfig/openscenegraph-osgWidget.pc +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 +@dirrm include/osgUtil +@dirrm include/osgText +@dirrm include/osgTerrain +@dirrm include/osgSim +@dirrm include/osgShadow +%%QT4%%@dirrm include/osgQt +@dirrm include/osgPresentation +@dirrm include/osgParticle +@dirrm include/osgManipulator +@dirrm include/osgGA +@dirrm include/osgFX +@dirrm include/osgDB +@dirrm include/osgAnimation +@dirrm include/osg +@dirrm include/OpenThreads -- 2.41.0