pspec.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>stellarsolver</Name>
  6. <Homepage>https://github.com/rlancaste/stellarsolver</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL3</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>The Cross Platform Sextractor and Astrometry.net-Based Internal Astrometric Solver</Summary>
  15. <Description>The Cross Platform Sextractor and Astrometry.net-Based Internal Astrometric Solver.</Description>
  16. <Archive sha1sum="5dbc5128e5d8d89ca3ed0913fb96f556eeb3dde5" type="targz">https://github.com/rlancaste/stellarsolver/archive/2.4.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>gsl-devel</Dependency>
  20. <Dependency versionFrom="8.1">wcslib-devel</Dependency>
  21. <Dependency>cfitsio-devel</Dependency>
  22. <Dependency>qt5-base-devel</Dependency>
  23. </BuildDependencies>
  24. <Patches>
  25. <!-- <Patch>.patch</Patch> -->
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>stellarsolver</Name>
  30. <RuntimeDependencies>
  31. <Dependency>gsl</Dependency>
  32. <Dependency>libgcc</Dependency>
  33. <Dependency>wcslib</Dependency>
  34. <Dependency>cfitsio</Dependency>
  35. <Dependency>qt5-base</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. <Path fileType="library">/usr/lib/libstellarsolver.so*</Path>
  40. <Path fileType="library">/usr/lib/libstellarsolver.so.2</Path>
  41. <Path fileType="library">/usr/lib/libstellarsolver.so.2.2</Path>
  42. </Files>
  43. </Package>
  44. <Package>
  45. <Name>stellarsolver-devel</Name>
  46. <Summary>Development files for stellarsolver</Summary>
  47. <RuntimeDependencies>
  48. <Dependency release="current">stellarsolver</Dependency>
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="library">/usr/lib/pkgconfig/stellarsolver.pc</Path>
  52. <Path fileType="data">/usr/lib/cmake/StellarSolver</Path>
  53. <Path fileType="header">/usr/include/libstellarsolver</Path>
  54. </Files>
  55. </Package>
  56. <History>
  57. <Update release="4">
  58. <Date>2023-07-28</Date>
  59. <Version>2.4</Version>
  60. <Comment>Rebuild.</Comment>
  61. <Name>Mustafa Cinasal</Name>
  62. <Email>muscnsl@gmail.com</Email>
  63. </Update>
  64. <Update release="3">
  65. <Date>2023-06-21</Date>
  66. <Version>2.4</Version>
  67. <Comment>Version bump.</Comment>
  68. <Name>Mustafa Cinasal</Name>
  69. <Email>muscnsl@gmail.com</Email>
  70. </Update>
  71. <Update release="2">
  72. <Date>2022-05-08</Date>
  73. <Version>2.2</Version>
  74. <Comment>Version bump.</Comment>
  75. <Name>Mustafa Cinasal</Name>
  76. <Email>muscnsl@gmail.com</Email>
  77. </Update>
  78. <Update release="1">
  79. <Date>2021-02-16</Date>
  80. <Version>1.5</Version>
  81. <Comment>First release</Comment>
  82. <Name>Kamil Atlı</Name>
  83. <Email>suvari@pisilinux.org</Email>
  84. </Update>
  85. </History>
  86. </PISI>