coin upstream 4.0.3
This commit is contained in:
+28
-19
@@ -1,51 +1,46 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>coin</Name>
|
||||
<Homepage>https://bitbucket.org/Coin3D/coin/wiki/Home</Homepage>
|
||||
<Homepage>https://github.com/coin3d/coin</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>BSDv3</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Coin3D is a high-level 3D graphics toolkit.</Summary>
|
||||
<Description>Is a high-level 3D graphics toolkit, fully compatible with SGI Open Inventor 2.1.</Description>
|
||||
<Archive sha1sum="8e9f05628461963623686d3ec53102214e233dd1" type="targz">https://bitbucket.org/Coin3D/coin/downloads/Coin-3.1.3.tar.gz</Archive>
|
||||
<Archive sha1sum="013a16e6f30d0ec3e4e7ecd7f6ae91850083a155" type="targz">https://github.com/coin3d/coin/releases/download/v4.0.3/coin-4.0.3-src.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libXext-devel</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>expat-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>libSM-devel</Dependency>
|
||||
<Dependency>libICE-devel</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>libglade-devel</Dependency>
|
||||
<Dependency>libXext-devel</Dependency>
|
||||
<Dependency>mesa-glu-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>clang-name-lookup.diff</Patch>
|
||||
<Patch level="1">fix_gcc_4_8_1.patch</Patch>
|
||||
<Patch level="1">Coin-2.5.0-inttypes.patch</Patch>
|
||||
<Patch level="1">Coin-2.4.6-man3.diff</Patch>
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>coin</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libglvnd</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>libSM</Dependency>
|
||||
<Dependency>libICE</Dependency>
|
||||
<Dependency>libglade</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>mesa-glu</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="data">/usr/share/Coin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="man">/usr/share/man/man3</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -53,12 +48,19 @@
|
||||
<Name>coin-devel</Name>
|
||||
<Summary>Development files for coin</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>expat-devel</Dependency>
|
||||
<Dependency>libSM-devel</Dependency>
|
||||
<Dependency>libICE-devel</Dependency>
|
||||
<Dependency>libXext-devel</Dependency>
|
||||
<Dependency version="current">coin</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/share/aclocal</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -66,11 +68,18 @@
|
||||
<Name>coin-docs</Name>
|
||||
<Summary>Documents for Coin</Summary>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="doc">/usr/share/doc/coin/html</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2025-01-30</Date>
|
||||
<Version>4.0.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-27</Date>
|
||||
<Version>3.1.3</Version>
|
||||
|
||||
Reference in New Issue
Block a user