123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>stellarsolver</Name>
- <Homepage>https://github.com/rlancaste/stellarsolver</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>GPL3</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>The Cross Platform Sextractor and Astrometry.net-Based Internal Astrometric Solver</Summary>
- <Description>The Cross Platform Sextractor and Astrometry.net-Based Internal Astrometric Solver.</Description>
- <Archive sha1sum="5dbc5128e5d8d89ca3ed0913fb96f556eeb3dde5" type="targz">https://github.com/rlancaste/stellarsolver/archive/2.4.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>gsl-devel</Dependency>
- <Dependency versionFrom="8.1">wcslib-devel</Dependency>
- <Dependency>cfitsio-devel</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch>.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>stellarsolver</Name>
- <RuntimeDependencies>
- <Dependency>gsl</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>wcslib</Dependency>
- <Dependency>cfitsio</Dependency>
- <Dependency>qt5-base</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="library">/usr/lib/libstellarsolver.so*</Path>
- <Path fileType="library">/usr/lib/libstellarsolver.so.2</Path>
- <Path fileType="library">/usr/lib/libstellarsolver.so.2.2</Path>
- </Files>
- </Package>
- <Package>
- <Name>stellarsolver-devel</Name>
- <Summary>Development files for stellarsolver</Summary>
- <RuntimeDependencies>
- <Dependency release="current">stellarsolver</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/pkgconfig/stellarsolver.pc</Path>
- <Path fileType="data">/usr/lib/cmake/StellarSolver</Path>
- <Path fileType="header">/usr/include/libstellarsolver</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2023-07-28</Date>
- <Version>2.4</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2023-06-21</Date>
- <Version>2.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2022-05-08</Date>
- <Version>2.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2021-02-16</Date>
- <Version>1.5</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|