pspec.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>djvu</Name>
  6. <Homepage>http://djvu.sourceforge.net</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <IsA>library</IsA>
  14. <Summary>DjVu viewers, encoders and utilities</Summary>
  15. <Description>DjVu is a web-centric format and software platform to distribute documents and images.</Description>
  16. <Archive sha1sum="99c4f2c621c063bf8c8a1626030539fe5a8675f9" type="targz">mirrors://sourceforge/djvu/djvulibre-3.5.27.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libjpeg-turbo-devel</Dependency>
  19. <Dependency>tiff-devel</Dependency>
  20. <Dependency>xdg-utils</Dependency>
  21. <Dependency>libXt-devel</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <Patch level="1">no-pthread.diff</Patch>
  25. <Patch level="1">djvulibre-3.5.22-cdefs.patch</Patch>
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>djvu</Name>
  30. <RuntimeDependencies>
  31. <Dependency>shared-mime-info</Dependency>
  32. <Dependency>libjpeg-turbo</Dependency>
  33. <Dependency>tiff</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="data">/usr/share/icons</Path>
  39. <Path fileType="data">/usr/share/applications</Path>
  40. <Path fileType="data">/usr/share/djvu</Path>
  41. <Path fileType="data">/usr/share/mime</Path>
  42. <Path fileType="data">/opt/netscape</Path>
  43. <Path fileType="doc">/usr/share/doc</Path>
  44. <Path fileType="man">/usr/share/man</Path>
  45. </Files>
  46. </Package>
  47. <Package>
  48. <Name>djvu-devel</Name>
  49. <Summary>Development files for djvu</Summary>
  50. <RuntimeDependencies>
  51. <Dependency release="current">djvu</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="header">/usr/include</Path>
  55. <Path fileType="data">/usr/lib/pkgconfig</Path>
  56. </Files>
  57. </Package>
  58. <History>
  59. <Update release="8">
  60. <Date>2017-02-28</Date>
  61. <Version>3.5.27</Version>
  62. <Comment>Rebuild for new Toolchain.</Comment>
  63. <Name>Stefan Gronewold(groni)</Name>
  64. <Email>groni@pisilinux.org</Email>
  65. </Update>
  66. <Update release="2">
  67. <Date>2016-06-09</Date>
  68. <Version>3.5.27</Version>
  69. <Comment>Release Bump</Comment>
  70. <Name>Pisi Linux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="1">
  74. <Date>2015-11-02</Date>
  75. <Version>3.5.27</Version>
  76. <Comment>First release</Comment>
  77. <Name>Stefan Gronewold(groni)</Name>
  78. <Email>groni@pisilinux.org</Email>
  79. </Update>
  80. </History>
  81. </PISI>