6fefaac808
Accepting request 756730 from home:Guillaume_G:branches:openSUSE:Factory:ARM
...
- Update _constraints for ARM
OBS-URL: https://build.opensuse.org/request/show/756730
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=63
2019-12-13 08:58:35 +00:00
bc62fd2122
Accepting request 755517 from home:jubalh:branches:games
...
- bsc#1158895: Remove dependency on jasper (due to planned removal)
Removes JPEG2000 support.
OBS-URL: https://build.opensuse.org/request/show/755517
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=61
2019-12-12 10:27:08 +00:00
2c3e6270f6
Accepting request 734259 from home:michel_mno:branches:games
...
- Add _constraints for PowerPC to avoid linker failure
OBS-URL: https://build.opensuse.org/request/show/734259
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=59
2019-10-07 05:48:06 +00:00
614ab8cd53
Accepting request 713106 from home:StefanBruens:branches:games
...
- Fix failing builds with CMake 3.14 and later
Add fix_deprecated_FIND_PACKAGE_wxWidgets_usage.patch
OBS-URL: https://build.opensuse.org/request/show/713106
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=57
2019-07-03 07:41:37 +00:00
03422b438f
Accepting request 687940 from home:StefanBruens:branches:games
...
- Add conflicts for the legacy libOpenSceneGraph1-devel and
libOpenThreads1-devel packages, which install into the same location.
OBS-URL: https://build.opensuse.org/request/show/687940
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=55
2019-04-03 10:55:13 +00:00
bad45978eb
Accepting request 641061 from home:mimi_vx:branches:games
...
- update to 3.6.3
* big bunch of fixes for performance and compatibility
* fixes for crashes
* for details see Changelog
OBS-URL: https://build.opensuse.org/request/show/641061
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=53
2018-10-11 06:08:57 +00:00
Dmitriy Perlow
6fdc82abb9
Accepting request 622358 from home:mimi_vx:branches:games
...
- update to 3.6.2
* Removed deprecated xine plugin to simplify licensing
* big bunch of fixes for performance and compatibility
* for details see Changelog
OBS-URL: https://build.opensuse.org/request/show/622358
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=51
2018-07-13 17:08:03 +00:00
8657ccd004
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=48
2018-05-30 15:47:17 +00:00
f2e865dafa
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=47
2018-05-30 15:47:12 +00:00
303c302473
Accepting request 612797 from home:mimi_vx:branches:games
...
- update to bugfix release 3.6.1
* big bunch of fixes for performace and compactibility
* for details see Changelog
OBS-URL: https://build.opensuse.org/request/show/612797
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=45
2018-05-30 13:58:15 +00:00
Dmitriy Perlow
bd89e7ff61
Accepting request 597331 from home:mimi_vx:branches:games
...
- 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!
OBS-URL: https://build.opensuse.org/request/show/597331
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=44
2018-05-01 05:45:25 +00:00
Ferdinand Thiessen
9bc56631f1
Accepting request 576784 from home:mimi_vx:branches:games
...
- 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
OBS-URL: https://build.opensuse.org/request/show/576784
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=42
2018-02-16 00:19:28 +00:00
Ferdinand Thiessen
2c37a34bd7
Accepting request 557409 from home:elvigia:branches:games
...
- Switch to QT5, as QT4 is dead.
- Remove manual requires on -devel package.
OBS-URL: https://build.opensuse.org/request/show/557409
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=40
2017-12-25 21:44:13 +00:00
Ferdinand Thiessen
44a59821c2
Accepting request 518295 from home:StefanBruens:branches:games
...
- 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
OBS-URL: https://build.opensuse.org/request/show/518295
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=38
2017-08-25 10:14:20 +00:00
Ferdinand Thiessen
1b0ce34e8a
Accepting request 454591 from home:jengelh:branches:games
...
- Trim description
OBS-URL: https://build.opensuse.org/request/show/454591
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=36
2017-02-16 16:27:47 +00:00
Matthias Mailänder
718dcdabd7
Accepting request 453607 from home:Zaitor:branches:games
...
Revert - turns out this change was not needed, as once wxWidgets 2.8 is dropped from TW, wxWidgets-3.0 will provide wxWidgets-devel.
Keeping it "old-school" will keep working, and make it easier to build on older platforms.
See comments in
https://build.opensuse.org/request/show/453584
Once again, sorry for the noise!
OBS-URL: https://build.opensuse.org/request/show/453607
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=35
2017-01-31 19:36:41 +00:00
Ferdinand Thiessen
ee4b5ada2a
Accepting request 453031 from home:Zaitor:branches:games
...
Build with wxwidget-3.0, wxwidget-2.8 will soon be removed from TW.
OBS-URL: https://build.opensuse.org/request/show/453031
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=34
2017-01-31 10:49:57 +00:00
Matthias Mailänder
f1e7f1f7c7
Accepting request 421183 from home:susnux:branches:games
...
Fixed for factory
OBS-URL: https://build.opensuse.org/request/show/421183
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=32
2016-08-24 05:07:45 +00:00
Matthias Mailänder
d7893c6507
Accepting request 416266 from home:jengelh:branches:games
...
- Rectify shared library package name
OBS-URL: https://build.opensuse.org/request/show/416266
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=31
2016-08-01 05:06:49 +00:00
Matthias Mailänder
822913cdf0
Accepting request 397281 from home:susnux:branches:games
...
Fixed BuildRequire
OBS-URL: https://build.opensuse.org/request/show/397281
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=30
2016-05-21 21:50:39 +00:00
Matthias Mailänder
78f5738fd2
Accepting request 346116 from home:susnux:branches:games
...
Update to 3.4.0
OBS-URL: https://build.opensuse.org/request/show/346116
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=28
2015-11-25 11:58:25 +00:00
Matthias Mailänder
f1d6d3e2e5
Accepting request 345329 from home:repabuild
...
update to 3.2.3, was needed to build osgearth
OBS-URL: https://build.opensuse.org/request/show/345329
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=25
2015-11-21 06:52:27 +00:00
1896699960
Accepting request 285638 from home:pluskalm:branches:games
...
- Update to 3.2.1:
* no changelog provided by upstream
- Fix building with recent giflib (OpenSceneGraph-giflib.patch)
OBS-URL: https://build.opensuse.org/request/show/285638
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=24
2015-02-11 15:06:23 +00:00
6528fb7a7d
Accepting request 213129 from home:bruno_friedmann:mapserver64
...
Small fixes - asked during previous sr
Unmask %make_install this is done on purpose
Consolidated changes remove duplicates
OBS-URL: https://build.opensuse.org/request/show/213129
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=21
2014-01-08 11:12:18 +00:00
Sascha Peilicke
063513945e
Accepting request 212938 from home:bruno_friedmann:mapserver64
...
Upgraded to last upstream stable 3.2.0 version.
Some fixes in .spec for correct usage of C/C++ flags and optflags
OBS-URL: https://build.opensuse.org/request/show/212938
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=20
2014-01-07 09:04:10 +00:00
Matthias Mailänder
0850abe257
Accepting request 206756 from home:seife:testing
...
clean up libOpenThreads12 Requires:
OBS-URL: https://build.opensuse.org/request/show/206756
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=19
2013-11-13 15:05:51 +00:00
88dfae742e
Accepting request 162364 from home:worldcitizen:branches:games
...
Created OpenSceneGraph-libgif6.patch
Used Raymond Wooninck kdelibs patch as a template
https://git.reviewboard.kde.org/r/109478/
OBS-URL: https://build.opensuse.org/request/show/162364
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=18
2013-04-03 11:36:56 +00:00
Ismail Dönmez
d00e9f8ee2
Accepting request 132356 from home:thorstenbr:branches:games
...
Alas. My earlier change only fixed the build for factory (BuildRequires), but I missed the hardcoded install dependency (Requires) to gtkglext-devel.
OBS-URL: https://build.opensuse.org/request/show/132356
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=17
2012-09-03 10:52:07 +00:00
Ismail Dönmez
0a2660218e
Accepting request 132324 from home:thorstenbr:branches:games
...
Fixed compile for "factory" (gtkglext package was dropped in factory, so removed optional gtkglext dependency for OpenSceneGraph/factory).
OBS-URL: https://build.opensuse.org/request/show/132324
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=16
2012-09-02 18:48:37 +00:00
Cristian Morales Vega
284c90a391
Accepting request 126939 from home:thorstenbr:branches:games
...
Fixes compile error with factory caused by latest libxine.
Patch is taken from OpenSceneGraph trunk (changeset 12975), see:
http://osdir.com/ml/OpenSceneGraph-submissions/2012-02/msg00080.html
http://www.openscenegraph.org/projects/osg/changeset/12975/OpenSceneGraph/trunk/src/osgPlugins/xine/video_out_rgb.c
OBS-URL: https://build.opensuse.org/request/show/126939
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=15
2012-07-03 21:23:26 +00:00
Pavol Rusnak
ebc2024666
Accepting request 105905 from home:jengelh:branches:games
...
- 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
OBS-URL: https://build.opensuse.org/request/show/105905
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=14
2012-02-20 11:40:36 +00:00
Pavol Rusnak
2b186e20d5
Accepting request 81058 from home:HighwayStar:branches:games
...
update to 3.0.1, needed for FlightGear 2.4.0
OBS-URL: https://build.opensuse.org/request/show/81058
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=12
2011-09-13 12:36:14 +00:00
bace136157
Use %_smp_mflags; strip %clean
...
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=11
2011-07-17 15:09:34 +00:00
Pavol Rusnak
b7115ac8e7
crap
...
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=8
2010-10-27 13:45:38 +00:00
Pavol Rusnak
0f566285ee
update + fix
...
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=4
2010-05-13 13:38:53 +00:00