pspec.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pstoedit</Name>
  6. <Homepage>http://www.pstoedit.net</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <Summary>Translates PostScript and PDF graphics into other vector formats</Summary>
  15. <Description>Pstoedit converts PostScript and PDF files to various vector graphic formats. The resulting files can be edited or imported into various drawing packages.</Description>
  16. <Archive sha1sum="657f8f7070fde1432cd65a34b6b1c4b5b42f8b50" type="targz">mirrors://sourceforge/pstoedit/pstoedit-3.70.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>plotutils-devel</Dependency>
  19. <Dependency>gd-devel</Dependency>
  20. <Dependency>imagemagick-devel</Dependency>
  21. <Dependency>ghostscript-devel</Dependency>
  22. <Dependency>libzip-devel</Dependency>
  23. </BuildDependencies>
  24. <Patches>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>pstoedit</Name>
  29. <RuntimeDependencies>
  30. <Dependency>libgcc</Dependency>
  31. <Dependency>imagemagick</Dependency>
  32. <Dependency>gd</Dependency>
  33. <Dependency>plotutils</Dependency>
  34. <Dependency>libzip</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="executable">/usr/bin</Path>
  38. <Path fileType="library">/usr/lib</Path>
  39. <Path fileType="man">/usr/share/man</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. <Path fileType="data">/usr/share/pstoedit</Path>
  42. </Files>
  43. </Package>
  44. <Package>
  45. <Name>pstoedit-devel</Name>
  46. <Summary>Development files for pstoedit</Summary>
  47. <RuntimeDependencies>
  48. <Dependency release="current">pstoedit</Dependency>
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="header">/usr/include</Path>
  52. <Path fileType="data">/usr/share/aclocal</Path>
  53. <Path fileType="data">/usr/lib/pkgconfig</Path>
  54. </Files>
  55. </Package>
  56. <History>
  57. <Update release="2">
  58. <Date>2018-02-10</Date>
  59. <Version>3.70</Version>
  60. <Comment>Rebuild.</Comment>
  61. <Name>Mustafa Cinasal</Name>
  62. <Email>muscnsl@gmail.com</Email>
  63. </Update>
  64. <Update release="1">
  65. <Date>2017-01-01</Date>
  66. <Version>3.70</Version>
  67. <Comment>First release.</Comment>
  68. <Name>Stefan Gronewold(groni)</Name>
  69. <Email>groni@pisilinux.org</Email>
  70. </Update>
  71. </History>
  72. </PISI>