| 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 16 |
| Version: 3.6.5 | Vendor: openSUSE |
| Release: bp160.1.7 | Build date: Fri Dec 13 14:03:39 2024 |
| Group: Productivity/Graphics/Other | Build host: reproducible |
| Size: 15165712 | Source RPM: OpenSceneGraph-3.6.5-bp160.1.7.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://openscenegraph.github.io/openscenegraph.io/ | |
| 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
* Fri Dec 13 2024 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Fix build with OpenCASCADE 7.8, add
0001-OpenCASCADE-7.8-compatibility-replace-homegrown-Find.patch
* Thu Apr 04 2024 Michael Pujos <pujos.michael@gmail.com>
- added support for COLLADA plugin (.dae files)
* 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)
* Tue Jan 07 2014 bruno@ioda-net.ch
- update to 3.2.0 stable release
see http://svn.openscenegraph.org/osg/OpenSceneGraph/tags/OpenSceneGraph-3.2.1-rc1/ChangeLog
- updated _opt_so_nr from 12 to 13
- packaging
make verbose 1
use C(XX)_FLAGS_RELEASE for applying optflags correctly
fix some rpmlint warnings
- removed patches:
* OpenSceneGraph-xine12.patch : merged upstream
- modified patches:
* OpenSceneGraph-libgif6.patch : partially merged upstream
First part redone against 3.2.0
* Thu Oct 03 2013 seife+obs@b1-systems.com
- libOpenThreads-devel does not have a huge dependency
* Wed Apr 03 2013 joop.boonen@opensuse.org
- Created OpenSceneGraph-libgif6.patch
Used Raymond Wooninck kdelibs patch as a template
https://git.reviewboard.kde.org/r/109478/
* Sun Sep 02 2012 thorstenb@flightgear.org
- Dropped gtk-glext install dependency for openSUSE factory
* Sun Sep 02 2012 thorstenb@flightgear.org
- Dropped gtk-glext dependency for openSUSE factory
- Removed obsolete openSUSE versions from spec file
* Mon Jul 02 2012 thorstenb@flightgear.org
- Patch to compile with libxine >= 1.2.0
* Sun Feb 19 2012 jengelh@medozas.de
- Remove redundant tags/sections from specfile
- Kill build-time dependency on XUL; it is nowhere referenced
- Remove illegal Obsoletes/Provides (see shlib pol.)
- Ensure pkgconfig symbols are generated
* Thu Sep 01 2011 highwaystar.ru@gmail.com
- update to 3.0.1
* Sat Jul 02 2011 jengelh@medozas.de
- Use %_smp_mflags for parallel building
- Strip %clean section (not needed on BS)
* Tue Apr 13 2010 toni@links2linux.de
- update to 2.8.3
- added docs
- added ffmpeg based plugins
- added gdal based plugins
- split-off viewers (FLTK, QT, SDL, WX) to keep dependencies smaller
- new sonames ==> libOpenSceneGraph65
* Tue Oct 27 2009 toni@links2linux.de
- update to 2.8.2
* Thu May 21 2009 toni@links2linux.de
- update to 2.8.1
* Fri Feb 13 2009 toni@links2linux.de
- update to 2.8.0
- new sonames ==> libOpenSceneGraph55
* Tue Oct 07 2008 toni@links2linux.de
- update to 2.6.1
- new sonames ==> libOpenSceneGraph48
* Fri Aug 08 2008 toni@links2linux.de
- update to 2.6.0
- new sonames ==> libOpenThreads11, libOpenSceneGraph44
* Mon May 12 2008 toni@links2linux.de
- update to 2.4.0
- new sonames ==> libOpenThreads10, libOpenSceneGraph35
* Sat Feb 02 2008 toni@links2linux.de
- initial version 2.2
/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/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, Fri Oct 31 22:45:09 2025