crqt/engine 1.0.4/0.9.4 markdown support.

This commit is contained in:
4fury-c3440d8
2023-01-02 05:06:50 +03:00
parent a8bd73d34d
commit 5d3d901fc7
3 changed files with 12 additions and 8 deletions
+2
View File
@@ -9,6 +9,8 @@ from pisi.actionsapi import cmaketools, mesontools, pisitools
i = ''.join([
' -DBUILD_TOOLS=ON',
' -DENABLE_LTO=ON',
' -DUSE_CMARK_GFM=OFF',
' -DUSE_CMARK=ON',
' -DCMAKE_BUILD_TYPE=Release',
' -DCRE_BUILD_STATIC=OFF',
' -DADD_DEBUG_EXTRA_OPTS=OFF',
+6 -4
View File
@@ -15,14 +15,15 @@
<Description>
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.
</Description>
<Archive sha1sum="e586cc632fdf8dd7f0efe1b29b820448cbd969de" type="tarbz2">
https://gitlab.com/coolreader-ng/crengine-ng/-/archive/0.9.2/crengine-ng-0.9.2.tar.bz2
<Archive sha1sum="5c543706fa8a5670e83b81d7e9abfab7ef2af753" type="tarbz2">
https://gitlab.com/coolreader-ng/crengine-ng/-/archive/0.9.4/crengine-ng-0.9.4.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>zstd-devel</Dependency>
<Dependency>cmark-devel</Dependency>
<Dependency>libpng-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>fribidi-devel</Dependency>
@@ -43,6 +44,7 @@
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>zstd</Dependency>
<Dependency>cmark</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libpng</Dependency>
<Dependency>libX11</Dependency>
@@ -86,8 +88,8 @@
<History>
<Update release="1">
<Date>2022-12-24</Date>
<Version>0.9.2</Version>
<Date>2023-01-02</Date>
<Version>0.9.4</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
+4 -4
View File
@@ -15,8 +15,8 @@
<Description>
It is a fork of the CoolReader project. Supported e-book formats: fb2, fb3 (incomplete), epub (non-DRM), doc, docx, odt, rtf, pdb, mobi (non-DRM), txt, html, chm, tcr.
</Description>
<Archive sha1sum="096c02e861cbc10a7fa8c615203952f584412b65" type="tarbz2">
https://gitlab.com/coolreader-ng/crqt-ng/-/archive/1.0.2/crqt-ng-1.0.2.tar.bz2
<Archive sha1sum="853657fb49623d87d02470209c863ea3cafc6bb7" type="tarbz2">
https://gitlab.com/coolreader-ng/crqt-ng/-/archive/1.0.4/crqt-ng-1.0.4.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -49,8 +49,8 @@
<History>
<Update release="1">
<Date>2022-12-24</Date>
<Version>1.0.2</Version>
<Date>2023-01-02</Date>
<Version>1.0.4</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>