123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>ogre-next</Name>
- <Homepage>https://github.com/OGRECave/ogre-next</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2</License>
- <IsA>library</IsA>
- <Summary>Scene-oriented, flexible 3D engine written in C++</Summary>
- <Description>Ogre-Next is a 3D graphics rendering engine. Not to be confused with a game engine which provides Networking, Sound, Physics, etc.</Description>
- <Archive sha1sum="c7c4f5486543b31e065823d924a0e84e0e9652bf" type="targz">https://github.com/OGRECave/ogre-next/archive/refs/tags/v2.3.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>git</Dependency>
- <Dependency>cmake</Dependency>
- <Dependency>ninja</Dependency>
- <Dependency>doxygen</Dependency>
- <Dependency>mesa-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>boost-devel</Dependency>
- <Dependency>libXt-devel</Dependency>
- <Dependency>vulkan-devel</Dependency>
- <Dependency>openvr-devel</Dependency>
- <Dependency>libX11-devel</Dependency>
- <Dependency>dejavu-fonts</Dependency>
- <Dependency>libXaw-devel</Dependency>
- <Dependency>cppunit-devel</Dependency>
- <Dependency>libsdl2-devel</Dependency>
- <Dependency>zziplib-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- <Dependency>tinyxml-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>libglvnd-devel</Dependency>
- <Dependency>mesa-glu-devel</Dependency>
- <Dependency>graphviz-devel</Dependency>
- <Dependency>freetype-devel</Dependency>
- <Dependency>rapidjson-devel</Dependency>
- <Dependency>libXrandr-devel</Dependency>
- <Dependency>FreeImage-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>ogre-next</Name>
- <RuntimeDependencies>
- <Dependency>zlib</Dependency>
- <Dependency>mesa</Dependency>
- <Dependency>libXt</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>openvr</Dependency>
- <Dependency>libX11</Dependency>
- <Dependency>libXaw</Dependency>
- <Dependency>openssl</Dependency>
- <Dependency>tinyxml</Dependency>
- <Dependency>doxygen</Dependency>
- <Dependency>cppunit</Dependency>
- <Dependency>libsdl2</Dependency>
- <Dependency>zziplib</Dependency>
- <Dependency>freetype</Dependency>
- <Dependency>graphviz</Dependency>
- <Dependency>mesa-glu</Dependency>
- <Dependency>libglvnd</Dependency>
- <Dependency>FreeImage</Dependency>
- <Dependency>rapidjson</Dependency>
- <Dependency>libXrandr</Dependency>
- <Dependency>dejavu-fonts</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/OGRE</Path>
- <Path fileType="library">/usr/lib/libOgreHlmsPbs.so*</Path>
- <Path fileType="library">/usr/lib/libOgreMeshLodGenerator.so*</Path>
- <Path fileType="library">/usr/lib/libOgreOverlay.so*</Path>
- <Path fileType="library">/usr/lib/libOgreSceneFormat.so*</Path>
- <Path fileType="library">/usr/lib/libOgreMain.so*</Path>
- <Path fileType="library">/usr/lib/libOgreHlmsUnlit.so*</Path>
- <Path fileType="data">/usr/share/OGRE</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>ogre-next-devel</Name>
- <Summary>Development files for ogre-next</Summary>
- <RuntimeDependencies>
- <Dependency release="current">ogre-next</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/OGRE/cmake</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2023-11-01</Date>
- <Version>2.3.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2022-04-30</Date>
- <Version>2.3.0</Version>
- <Comment>First release.</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|