pspec.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>xplanet</Name>
  6. <Homepage>http://xplanet.sourceforge.net</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Render a planetary image into an X window</Summary>
  14. <Description>Xplanet was inspired by Xearth, which renders an image of the earth into the X root window. All of the major planets and most satellites can be drawn, similar to the Solar System Simulator. A number of different map projections are also supported, including azimuthal, Lambert, Mercator, Mollweide, orthographic, and rectangular.</Description>
  15. <Archive sha1sum="e711dc5a561f83d5bafcc4e47094addfd1806af7" type="targz">https://netcologne.dl.sourceforge.net/project/xplanet/xplanet/1.3.1/xplanet-1.3.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>tiff</Dependency>
  18. <Dependency>pango-devel</Dependency>
  19. <Dependency>netpbm-devel</Dependency>
  20. <Dependency>giflib</Dependency>
  21. <Dependency>libjpeg-turbo-devel</Dependency>
  22. <Dependency>libXScrnSaver-devel</Dependency>
  23. </BuildDependencies>
  24. <Patches>
  25. <Patch>giflib6.patch</Patch>
  26. <Patch>xplanet-1.3.1-remove-null-comparison.patch</Patch>
  27. </Patches>
  28. </Source>
  29. <Package>
  30. <Name>xplanet</Name>
  31. <RuntimeDependencies>
  32. <Dependency>tiff</Dependency>
  33. <Dependency>pango</Dependency>
  34. <Dependency>giflib</Dependency>
  35. <Dependency>libX11</Dependency>
  36. <Dependency>libpng</Dependency>
  37. <Dependency>netpbm</Dependency>
  38. <Dependency>freetype</Dependency>
  39. <Dependency>libXScrnSaver</Dependency>
  40. <Dependency>libjpeg-turbo</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="executable">/usr/bin</Path>
  44. <Path fileType="doc">/usr/share/doc</Path>
  45. <Path fileType="data">/usr/share</Path>
  46. <Path fileType="man">/usr/share/man</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="1">
  51. <Date>2019-12-13</Date>
  52. <Version>1.3.1</Version>
  53. <Comment>First release</Comment>
  54. <Name>Süleyman Poyraz</Name>
  55. <Email>zaryob.dev@gmail.com</Email>
  56. </Update>
  57. </History>
  58. </INARY>