Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : ogre | name : ogre | ||||
| version : 1.10.5 | version : 1.12.12 | ||||
| release : 17 | release : 18 | ||||
| source : | source : | ||||
| - https://github.com/OGRECave/ogre/archive/v1.10.5.tar.gz : 452bc615e8c454fb79c65dd9092ad2a53e988e847b35a76b38fd4212e76c05e5 | - https://github.com/OGRECave/ogre/archive/refs/tags/v1.12.12.tar.gz : 3b8a5ef0188f1e3cfa2262b6e145400121d61a9004ad347e88e662174f0059a6 | ||||
| - https://github.com/ocornut/imgui/archive/v1.79/imgui-v1.79.tar.gz : f1908501f6dc6db8a4d572c29259847f6f882684b10488d3a8d2da31744cd0a4 | |||||
| license : MIT | license : MIT | ||||
| component : programming.library | component : programming.library | ||||
| summary : OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, | summary : OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, | ||||
| flexible 3D engine | flexible 3D engine | ||||
| description: | | description: | | ||||
| OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce applications utilizing hardware-accelerated 3D graphics. | OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce applications utilizing hardware-accelerated 3D graphics. | ||||
| patterns : | patterns : | ||||
| - devel : | - devel : | ||||
| - /usr/lib/OGRE/*.so | - /usr/lib/OGRE/*.so | ||||
| - /usr/lib/OGRE/cmake | - /usr/lib/OGRE/cmake | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(OIS) | - pkgconfig(OIS) | ||||
| - pkgconfig(OpenEXR) | - pkgconfig(OpenEXR) | ||||
| - pkgconfig(freetype2) | - pkgconfig(freetype2) | ||||
| - pkgconfig(gl) | - pkgconfig(gl) | ||||
| - pkgconfig(glew) | - pkgconfig(glew) | ||||
| - pkgconfig(python3) | - pkgconfig(python3) | ||||
| - pkgconfig(sdl2) | - pkgconfig(sdl2) | ||||
| - pkgconfig(pugixml) | |||||
| - pkgconfig(tinyxml) | - pkgconfig(tinyxml) | ||||
| - pkgconfig(xaw7) | - pkgconfig(xaw7) | ||||
| - pkgconfig(xrandr) | - pkgconfig(xrandr) | ||||
| - pkgconfig(xt) | - pkgconfig(xt) | ||||
| - pkgconfig(zziplib) | - pkgconfig(zziplib) | ||||
| - intel-tbb-devel | - intel-tbb-devel | ||||
| - libboost-devel | - libboost-devel | ||||
| - swig | - swig | ||||
| setup : | | setup : | | ||||
| tar xf $sources/imgui-*.tar.gz | |||||
| %patch -p1 < $pkgfiles/OpenEXR-instead-of-ilmbase.patch | |||||
| %patch -p1 < $pkgfiles/python-ogre-installation.patch | |||||
| %cmake . -DCMAKE_BUILD_TYPE=Release \ | %cmake . -DCMAKE_BUILD_TYPE=Release \ | ||||
| -DPYTHON_EXECUTABLE=/usr/bin/python3 \ | |||||
| -DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \ | |||||
| -DOGRE_BUILD_SAMPLES=TRUE \ | |||||
| -DOGRE_BUILD_SAMPLES=FALSE \ | -DOGRE_BUILD_SAMPLES=FALSE \ | ||||
| -DOGRE_BUILD_TESTS=FALSE \ | -DOGRE_BUILD_TESTS=FALSE \ | ||||
| -DOGRE_BUILD_COMPONENT_CSHARP=FALSE \ | |||||
| -DOGRE_LIB_DIRECTORY=%libdir% | -DOGRE_LIB_DIRECTORY=%libdir% | ||||
| build : | | build : | | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| %make_install | %make_install | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.