pspec.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>crengine-ng</Name>
  6. <Homepage>https://gitlab.com/coolreader-ng/crengine-ng</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <IsA>library</IsA>
  13. <PartOf>office.misc</PartOf>
  14. <Summary>crengine-ng is cross-platform library designed to implement text viewers and e-book readers.</Summary>
  15. <Description>
  16. Supported document formats: fb2, fb3, epub (without DRM), rtf, doc, docx, odt, htm, chm, pdb, mobi (without DRM), txt, trc, prc. In fact, this is a fork of the CoolReader project.
  17. </Description>
  18. <Archive sha1sum="2345c8a06725e0ad32c52af250a5a31947869390" type="tarbz2">
  19. https://gitlab.com/coolreader-ng/crengine-ng/-/archive/0.9.9/crengine-ng-0.9.9.tar.bz2
  20. </Archive>
  21. <BuildDependencies>
  22. <Dependency>cmake</Dependency>
  23. <Dependency>ninja</Dependency>
  24. <Dependency>zlib-devel</Dependency>
  25. <Dependency>zstd-devel</Dependency>
  26. <!-- <Dependency>cmark-devel</Dependency> -->
  27. <Dependency>libpng-devel</Dependency>
  28. <Dependency>libX11-devel</Dependency>
  29. <Dependency>fribidi-devel</Dependency>
  30. <Dependency>utf8proc-devel</Dependency>
  31. <Dependency>freetype-devel</Dependency>
  32. <Dependency>harfbuzz-devel</Dependency>
  33. <Dependency>fontconfig-devel</Dependency>
  34. <Dependency>libunibreak-devel</Dependency>
  35. <Dependency>libjpeg-turbo-devel</Dependency>
  36. </BuildDependencies>
  37. <Patches>
  38. <!-- <Patch level='1'></Patch> -->
  39. </Patches>
  40. </Source>
  41. <Package>
  42. <Name>crengine-ng</Name>
  43. <RuntimeDependencies>
  44. <Dependency>zlib</Dependency>
  45. <Dependency>zstd</Dependency>
  46. <!-- <Dependency>cmark</Dependency> -->
  47. <Dependency>libgcc</Dependency>
  48. <Dependency>libpng</Dependency>
  49. <Dependency>libX11</Dependency>
  50. <Dependency>fribidi</Dependency>
  51. <Dependency>utf8proc</Dependency>
  52. <Dependency>freetype</Dependency>
  53. <Dependency>harfbuzz</Dependency>
  54. <Dependency>fontconfig</Dependency>
  55. <Dependency>libunibreak</Dependency>
  56. <Dependency>libjpeg-turbo</Dependency>
  57. </RuntimeDependencies>
  58. <Files>
  59. <Path fileType="library">/usr/lib/libcrengine-ng.so</Path>
  60. <Path fileType="library">/usr/lib/libcrengine-ng.so.5</Path>
  61. <Path fileType="library">/usr/lib/libcrengine-ng.so.0.9.9</Path>
  62. <Path fileType="data">/usr/share/crengine-ng</Path>
  63. <Path fileType="data">/usr/share/crengine-ng/hyph</Path>
  64. <Path fileType="data">/usr/share/doc/crengine-ng</Path>
  65. </Files>
  66. </Package>
  67. <Package>
  68. <Name>crengine-ng-devel</Name>
  69. <RuntimeDependencies>
  70. <Dependency>zlib-devel</Dependency>
  71. <Dependency>zstd-devel</Dependency>
  72. <Dependency>libpng-devel</Dependency>
  73. <Dependency>fribidi-devel</Dependency>
  74. <Dependency>utf8proc-devel</Dependency>
  75. <Dependency>freetype-devel</Dependency>
  76. <Dependency>harfbuzz-devel</Dependency>
  77. <Dependency>fontconfig-devel</Dependency>
  78. <Dependency>libunibreak-devel</Dependency>
  79. <Dependency>libjpeg-turbo-devel</Dependency>
  80. <Dependency release="current">crengine-ng</Dependency>
  81. </RuntimeDependencies>
  82. <Files>
  83. <Path fileType="header">/usr/include/crengine-ng</Path>
  84. <Path fileType="data">/usr/lib/cmake/crengine-ng</Path>
  85. <Path fileType="data">/usr/lib/pkgconfig/crengine-ng.pc</Path>
  86. </Files>
  87. </Package>
  88. <History>
  89. <Update release="3">
  90. <Date>2023-04-25</Date>
  91. <Version>0.9.9</Version>
  92. <Comment>Version bump</Comment>
  93. <Name>fury</Name>
  94. <Email>uglyside@yandex.ru</Email>
  95. </Update>
  96. <Update release="2">
  97. <Date>2023-01-29</Date>
  98. <Version>0.9.6</Version>
  99. <Comment>Version bump</Comment>
  100. <Name>fury</Name>
  101. <Email>uglyside@yandex.ru</Email>
  102. </Update>
  103. <Update release="1">
  104. <Date>2023-01-21</Date>
  105. <Version>0.9.5</Version>
  106. <Comment>First build.</Comment>
  107. <Name>fury</Name>
  108. <Email>uglyside@yandex.ru</Email>
  109. </Update>
  110. </History>
  111. </PISI>