12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>bullet</Name>
- <Homepage>http://bulletphysics.org/wordpress/</Homepage>
- <Packager>
- <Name>Erdinç Gültekin</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>Zlib</License>
- <IsA>library</IsA>
- <Summary>Professional 3D collision detection library</Summary>
- <Description>Bullet is a professional open source multi-threaded 3D Collision Detection and Rigid Body Dynamics Library for games and animation.</Description>
- <Archive sha1sum="c69710a1f756b9c5bc3f0580e6e67ab0313d6c03" type="targz">https://github.com/bulletphysics/bullet3/archive/3.08.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>mesa-devel</Dependency>
- <Dependency>cmake</Dependency>
- <Dependency>doxygen</Dependency>
- <Dependency>mesa</Dependency>
- <Dependency>ninja</Dependency>
- <Dependency>mesa</Dependency>
- <Dependency>python-numpy</Dependency>
- <Dependency>python-setuptools</Dependency>
- <Dependency>dejavu-fonts</Dependency>
- <Dependency>freeglut-devel</Dependency>
- <!-- Dependency>graphviz-devel</Dependency -->
- <Dependency>perl-template-toolkit</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>bullet</Name>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>bullet-devel</Name>
- <Summary>Development files for bullet</Summary>
- <RuntimeDependencies>
- <Dependency release="current">bullet</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig/bullet.pc</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2020-01-08</Date>
- <Version>3.08</Version>
- <Comment>First Release</Comment>
- <Name>Erkan IŞIK</Name>
- <Email>erkanisik@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2018-12-31</Date>
- <Version>2.82_2704</Version>
- <Comment>First Release</Comment>
- <Name>Ali Cengiz Kurt</Name>
- <Email>alicengizkurt@gmail.com</Email>
- </Update>
- </History>
- </PISI>
-
|