Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: OpenSceneGraph-examples | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 3.6.5 | Vendor: openSUSE |
Release: bp156.5.15 | Build date: Mon May 13 15:01:42 2024 |
Group: Productivity/Graphics/Other | Build host: obs-power9-12 |
Size: 21293656 | Source RPM: OpenSceneGraph-3.6.5-bp156.5.15.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://openscenegraph.org/projects/osg | |
Summary: OpenSceneGraph example applications |
The OpenSceneGraph is a graphics toolkit for the development of graphic applications such as flight simulators, games, virtual reality and scientific visualization. Based around the concept of a scene graph, it provides an object-oriented framework on top of OpenGL. This package contains some example applications built with OpenSceneGraph
LGPL-2.1-only WITH WxWindows-exception-3.1
* Thu Dec 01 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Split several plugins with significant dependencies from main plugins package. - Disable FFmpeg plugin on TW until compatibility issues are resolved. * Mon Jul 04 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Fix build with OpenCASCADE 7.6, add 0001-Use-non-deprecated-methods-to-access-OpenCascade-Tri.patch * Thu Apr 28 2022 Jan Engelhardt <jengelh@inai.de> - Resolve rpmlint report "libOpenSceneGraph158.x86_64: E: shlib-policy-name-error SONAME: libosg.so.161, expected package suffix: 161" * Tue Aug 10 2021 pgajdos@suse.com - fix build with openexr3: remove redundant BuildRequires (pkgconfig(IlmBase)) * Sat Jun 19 2021 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Fix build on TW with asio 1.18.x, add 0001-Replace-boost-bind-usage-with-std-bind.patch and 0002-Replace-obsoleted-asio-basic_stream_socket-get_io_se.patch - Disable GTK2 example on TW - Disable wxWidgets example - Do not package huge ChangeLog (commit log) * Fri Jul 31 2020 Michel Normand <normand@linux.vnet.ibm.com> - Put back PowerPC specific constraints (from 6 to 7GB disk space) as failing on some builders. * Fri Apr 03 2020 Christophe Giboudeaux <christophe@krop.fr> - Add more optional build dependencies. * Fri Mar 27 2020 Christophe Giboudeaux <christophe@krop.fr> - Update to 3.6.5. Check the ChangeLog file for the list of changes. - Drop fix_deprecated_FIND_PACKAGE_wxWidgets_usage.patch. Merged upstream. * Mon Feb 03 2020 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Replace wrong Requires: SDL-devel in devel package with pkgconfig(sdl2). - Remove architecture specific _constraints, there are no significant differences in real life, avoids failures for other architectures not covered. * Fri Dec 13 2019 Guillaume GARDET <guillaume.gardet@opensuse.org> - Update _constraints for ARM * Tue Dec 10 2019 Michael Vetter <mvetter@suse.com> - bsc#1158895: Remove dependency on jasper (due to planned removal) Removes JPEG2000 support. * Mon Sep 30 2019 Michel Normand <normand@linux.vnet.ibm.com> - Add _constraints for PowerPC to avoid linker failure * Tue Jul 02 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Fix failing builds with CMake 3.14 and later Add fix_deprecated_FIND_PACKAGE_wxWidgets_usage.patch * Sun Mar 24 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Add conflicts for the legacy libOpenSceneGraph1-devel and libOpenThreads1-devel packages, which install into the same location. * Wed Oct 10 2018 Ondřej Súkup <mimi.vx@gmail.com> - update to 3.6.3 * big bunch of fixes for performance and compatibility * fixes for crashes * for details see Changelog * Thu Jul 12 2018 mimi.vx@gmail.com - update to 3.6.2 * Removed deprecated xine plugin to simplify licensing * big bunch of fixes for performance and compatibility * for details see Changelog * Tue May 29 2018 mimi.vx@gmail.com - update to bugfix release 3.6.1 * big bunch of fixes for performance and compatibility * for details see Changelog * Tue Apr 17 2018 mimi.vx@gmail.com - update to 3.6.0 - drop 8e26ebd23ef9_Fixed_coverity_detected_defect_OOB_read.patch - drop 01c712e85195_Explicit_signed_char_declarations.patch * OpenThreads::Affinity introduced to enable setting of processor affinity on viewer and database threads * osgText rewritten to improve visual quality, add signed distance field support and full GLES2/3 and GL3/4 support * Added VertexArrayObject support, enable full OpenGL Core Profile support * Added OpenCASCADE plugin * Added STEP (.stp) plugin * Improvements to FBX and COLLADA loaders * Improvements to gles plugin to provide better Sketchfab support * Added osgemscripten example * Improvements to osgAnimation * NodeVisitor ValueMap for storing values that can be stored and accessed across frames, such as update, event and cull traversals * ShapeDrawable rewritten as an osg::Geometry to improve performance and flexibility * Added osg::MultiDrawArrays support * Added osgdeferred example that illustrates how to implement deferred rendering * Added MultiDrawIndirect support * Moved glDispatchCompute control out of osg::Program into a dedicated osg::DispatchCompute class to improve control of compute shaders * KdTree support added for PolytopeIntersector, and ability to work with points, lines and polygons * osgQt has been moved out to it's own dedicated osgQt github repository * CMake build support for iOS bitcode builds * CoverityScan testing introduced, fixes bring defect density to 0.0 per 1,0000 lines of code! * Wed Feb 14 2018 mimi.vx@gmail.com - update to 3.4.1 * Improves to GLES support across platforms * Full support for osgText and on screen stats across all platfroms * Build fixes to allow compilation against recent 3rd party depdendency changes * Range of runtime fixes * Fri Dec 15 2017 crrodriguez@opensuse.org - Switch to QT5, as QT4 is dead. - Remove manual requires on -devel package. * Sat Aug 19 2017 stefan.bruens@rwth-aachen.de - Add 8e26ebd23ef9_Fixed_coverity_detected_defect_OOB_read.patch Fix out-of-bound-read, also required for the next patch to apply - Add 01c712e85195_Explicit_signed_char_declarations.patch Fix compilation on architectures where char is unsigned * Sat Feb 04 2017 jengelh@inai.de - Trim description * Tue Aug 23 2016 rpm@fthiessen.de - Fixed source url, required for factory submission * Sun Jul 31 2016 jengelh@inai.de - Rectify shared library package name * Sat May 21 2016 rpm@fthiessen.de - Fixed BuildRequires (libjasper, and gdal). * Tue Nov 24 2015 rpm@fthiessen.de - Update to 3.4.0 - Removed OpenSceneGraph-gcc43.patch, not more needed - Removed OpenSceneGraph-libgif6.patch, fixed upstream * Wed Nov 18 2015 Rene.vanPaassen@gmail.com - Removed OpenSceneGraph-giflib.patch, patched upstream * Tue Nov 17 2015 Rene.vanPaassen@gmail.com - Update to 3.2.3 - fixes building osgearth 2.7.0 * Wed Feb 11 2015 mpluskal@suse.com - Update to 3.2.1: * no changelog provided by upstream - Fix building with recent giflib (OpenSceneGraph-giflib.patch)
/usr/lib64/OpenSceneGraph /usr/lib64/OpenSceneGraph/bin /usr/lib64/OpenSceneGraph/bin/osgSSBO /usr/lib64/OpenSceneGraph/bin/osganalysis /usr/lib64/OpenSceneGraph/bin/osganimate /usr/lib64/OpenSceneGraph/bin/osganimationeasemotion /usr/lib64/OpenSceneGraph/bin/osganimationhardware /usr/lib64/OpenSceneGraph/bin/osganimationmakepath /usr/lib64/OpenSceneGraph/bin/osganimationmorph /usr/lib64/OpenSceneGraph/bin/osganimationnode /usr/lib64/OpenSceneGraph/bin/osganimationskinning /usr/lib64/OpenSceneGraph/bin/osganimationsolid /usr/lib64/OpenSceneGraph/bin/osganimationtimeline /usr/lib64/OpenSceneGraph/bin/osganimationviewer /usr/lib64/OpenSceneGraph/bin/osgatomiccounter /usr/lib64/OpenSceneGraph/bin/osgautocapture /usr/lib64/OpenSceneGraph/bin/osgautotransform /usr/lib64/OpenSceneGraph/bin/osgbillboard /usr/lib64/OpenSceneGraph/bin/osgbindlesstext /usr/lib64/OpenSceneGraph/bin/osgblenddrawbuffers /usr/lib64/OpenSceneGraph/bin/osgblendequation /usr/lib64/OpenSceneGraph/bin/osgcallback /usr/lib64/OpenSceneGraph/bin/osgcamera /usr/lib64/OpenSceneGraph/bin/osgcatch /usr/lib64/OpenSceneGraph/bin/osgclip /usr/lib64/OpenSceneGraph/bin/osgcluster /usr/lib64/OpenSceneGraph/bin/osgcompositeviewer /usr/lib64/OpenSceneGraph/bin/osgcomputeshaders /usr/lib64/OpenSceneGraph/bin/osgcopy /usr/lib64/OpenSceneGraph/bin/osgcubemap /usr/lib64/OpenSceneGraph/bin/osgdatabaserevisions /usr/lib64/OpenSceneGraph/bin/osgdeferred /usr/lib64/OpenSceneGraph/bin/osgdepthpartition /usr/lib64/OpenSceneGraph/bin/osgdepthpeeling /usr/lib64/OpenSceneGraph/bin/osgdistortion /usr/lib64/OpenSceneGraph/bin/osgdrawinstanced /usr/lib64/OpenSceneGraph/bin/osgfadetext /usr/lib64/OpenSceneGraph/bin/osgfont /usr/lib64/OpenSceneGraph/bin/osgforest /usr/lib64/OpenSceneGraph/bin/osgfpdepth /usr/lib64/OpenSceneGraph/bin/osgfxbrowser /usr/lib64/OpenSceneGraph/bin/osggameoflife /usr/lib64/OpenSceneGraph/bin/osggeometry /usr/lib64/OpenSceneGraph/bin/osggeometryshaders /usr/lib64/OpenSceneGraph/bin/osggpucull /usr/lib64/OpenSceneGraph/bin/osggpx /usr/lib64/OpenSceneGraph/bin/osggraphicscost /usr/lib64/OpenSceneGraph/bin/osghangglide /usr/lib64/OpenSceneGraph/bin/osghud /usr/lib64/OpenSceneGraph/bin/osgimagesequence /usr/lib64/OpenSceneGraph/bin/osgimpostor /usr/lib64/OpenSceneGraph/bin/osgintersection /usr/lib64/OpenSceneGraph/bin/osgkdtree /usr/lib64/OpenSceneGraph/bin/osgkeyboard /usr/lib64/OpenSceneGraph/bin/osgkeyboardmouse /usr/lib64/OpenSceneGraph/bin/osgkeystone /usr/lib64/OpenSceneGraph/bin/osglauncher /usr/lib64/OpenSceneGraph/bin/osglight /usr/lib64/OpenSceneGraph/bin/osglightpoint /usr/lib64/OpenSceneGraph/bin/osglogicop /usr/lib64/OpenSceneGraph/bin/osglogo /usr/lib64/OpenSceneGraph/bin/osgmanipulator /usr/lib64/OpenSceneGraph/bin/osgmemorytest /usr/lib64/OpenSceneGraph/bin/osgmotionblur /usr/lib64/OpenSceneGraph/bin/osgmovie /usr/lib64/OpenSceneGraph/bin/osgmultiplemovies /usr/lib64/OpenSceneGraph/bin/osgmultiplerendertargets /usr/lib64/OpenSceneGraph/bin/osgmultitexture /usr/lib64/OpenSceneGraph/bin/osgmultitexturecontrol /usr/lib64/OpenSceneGraph/bin/osgmultitouch /usr/lib64/OpenSceneGraph/bin/osgmultiviewpaging /usr/lib64/OpenSceneGraph/bin/osgobjectcache /usr/lib64/OpenSceneGraph/bin/osgoccluder /usr/lib64/OpenSceneGraph/bin/osgocclusionquery /usr/lib64/OpenSceneGraph/bin/osgoit /usr/lib64/OpenSceneGraph/bin/osgoscdevice /usr/lib64/OpenSceneGraph/bin/osgoutline /usr/lib64/OpenSceneGraph/bin/osgpackeddepthstencil /usr/lib64/OpenSceneGraph/bin/osgpagedlod /usr/lib64/OpenSceneGraph/bin/osgparametric /usr/lib64/OpenSceneGraph/bin/osgparticle /usr/lib64/OpenSceneGraph/bin/osgparticleeffects /usr/lib64/OpenSceneGraph/bin/osgparticleshader /usr/lib64/OpenSceneGraph/bin/osgpdf /usr/lib64/OpenSceneGraph/bin/osgphotoalbum /usr/lib64/OpenSceneGraph/bin/osgpick /usr/lib64/OpenSceneGraph/bin/osgplanets /usr/lib64/OpenSceneGraph/bin/osgpoints /usr/lib64/OpenSceneGraph/bin/osgpointsprite /usr/lib64/OpenSceneGraph/bin/osgposter /usr/lib64/OpenSceneGraph/bin/osgprecipitation /usr/lib64/OpenSceneGraph/bin/osgprerender /usr/lib64/OpenSceneGraph/bin/osgprerendercubemap /usr/lib64/OpenSceneGraph/bin/osgreflect /usr/lib64/OpenSceneGraph/bin/osgrobot /usr/lib64/OpenSceneGraph/bin/osgsampler /usr/lib64/OpenSceneGraph/bin/osgscalarbar /usr/lib64/OpenSceneGraph/bin/osgscreencapture /usr/lib64/OpenSceneGraph/bin/osgscribe /usr/lib64/OpenSceneGraph/bin/osgsequence /usr/lib64/OpenSceneGraph/bin/osgshadercomposition /usr/lib64/OpenSceneGraph/bin/osgshadergen /usr/lib64/OpenSceneGraph/bin/osgshadermultiviewport /usr/lib64/OpenSceneGraph/bin/osgshaders /usr/lib64/OpenSceneGraph/bin/osgshaderterrain /usr/lib64/OpenSceneGraph/bin/osgshadow /usr/lib64/OpenSceneGraph/bin/osgshape /usr/lib64/OpenSceneGraph/bin/osgsharedarray /usr/lib64/OpenSceneGraph/bin/osgsidebyside /usr/lib64/OpenSceneGraph/bin/osgsimpleMDI /usr/lib64/OpenSceneGraph/bin/osgsimplegl3 /usr/lib64/OpenSceneGraph/bin/osgsimpleshaders /usr/lib64/OpenSceneGraph/bin/osgsimplifier /usr/lib64/OpenSceneGraph/bin/osgsimulation /usr/lib64/OpenSceneGraph/bin/osgslice /usr/lib64/OpenSceneGraph/bin/osgspacewarp /usr/lib64/OpenSceneGraph/bin/osgspheresegment /usr/lib64/OpenSceneGraph/bin/osgspotlight /usr/lib64/OpenSceneGraph/bin/osgstereoimage /usr/lib64/OpenSceneGraph/bin/osgstereomatch /usr/lib64/OpenSceneGraph/bin/osgteapot /usr/lib64/OpenSceneGraph/bin/osgterrain /usr/lib64/OpenSceneGraph/bin/osgtessellate /usr/lib64/OpenSceneGraph/bin/osgtessellationshaders /usr/lib64/OpenSceneGraph/bin/osgtext /usr/lib64/OpenSceneGraph/bin/osgtext3D /usr/lib64/OpenSceneGraph/bin/osgtexture1D /usr/lib64/OpenSceneGraph/bin/osgtexture2D /usr/lib64/OpenSceneGraph/bin/osgtexture2DArray /usr/lib64/OpenSceneGraph/bin/osgtexture3D /usr/lib64/OpenSceneGraph/bin/osgtexturecompression /usr/lib64/OpenSceneGraph/bin/osgtexturerectangle /usr/lib64/OpenSceneGraph/bin/osgthirdpersonview /usr/lib64/OpenSceneGraph/bin/osgthreadedterrain /usr/lib64/OpenSceneGraph/bin/osgtransferfunction /usr/lib64/OpenSceneGraph/bin/osgtransformfeedback /usr/lib64/OpenSceneGraph/bin/osguniformbuffer /usr/lib64/OpenSceneGraph/bin/osgunittests /usr/lib64/OpenSceneGraph/bin/osguserdata /usr/lib64/OpenSceneGraph/bin/osguserstats /usr/lib64/OpenSceneGraph/bin/osgvertexattributes /usr/lib64/OpenSceneGraph/bin/osgvertexprogram /usr/lib64/OpenSceneGraph/bin/osgviewerFLTK /usr/lib64/OpenSceneGraph/bin/osgviewerFOX /usr/lib64/OpenSceneGraph/bin/osgviewerGTK /usr/lib64/OpenSceneGraph/bin/osgvirtualprogram /usr/lib64/OpenSceneGraph/bin/osgvnc /usr/lib64/OpenSceneGraph/bin/osgvolume /usr/lib64/OpenSceneGraph/bin/osgwidgetaddremove /usr/lib64/OpenSceneGraph/bin/osgwidgetbox /usr/lib64/OpenSceneGraph/bin/osgwidgetcanvas /usr/lib64/OpenSceneGraph/bin/osgwidgetframe /usr/lib64/OpenSceneGraph/bin/osgwidgetinput /usr/lib64/OpenSceneGraph/bin/osgwidgetlabel /usr/lib64/OpenSceneGraph/bin/osgwidgetmenu /usr/lib64/OpenSceneGraph/bin/osgwidgetmessagebox /usr/lib64/OpenSceneGraph/bin/osgwidgetnotebook /usr/lib64/OpenSceneGraph/bin/osgwidgetperformance /usr/lib64/OpenSceneGraph/bin/osgwidgetscrolled /usr/lib64/OpenSceneGraph/bin/osgwidgetshader /usr/lib64/OpenSceneGraph/bin/osgwidgetstyled /usr/lib64/OpenSceneGraph/bin/osgwidgettable /usr/lib64/OpenSceneGraph/bin/osgwidgetwindow /usr/lib64/OpenSceneGraph/bin/osgwindows
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 19:51:39 2024