This commit is contained in:
4fury-c3440d8
2022-12-17 19:37:50 +03:00
parent d4c4ad5f4e
commit 08bb446f75
2 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ def build():
shelltools.system("sed '/TOFU_CJK /c #define TOFU_CJK 1/' -i include/mupdf/fitz/config.h")
shelltools.system("sed -i '/ttc/s/^/#/' Makefile")
# remove bundled packages, use our system libraries
shelltools.system("rm -rf thirdparty/{curl,freetype,harfbuzz,libjpeg,openjpeg,zlib}")
shelltools.system("rm -rf thirdparty/{curl,freetype,glut,harfbuzz,libjpeg,openjpeg,zlib}")
autotools.make("prefix=/usr %s" % i)
+10 -3
View File
@@ -14,8 +14,8 @@
<Description>
MuPDF is a lightweight open source software framework for viewing and converting PDF, XPS, and E-book documents.
</Description>
<Archive sha1sum="c516b7f0799ac9975969025edaa1386bfbef1f13" type="targz">
https://mupdf.com/downloads/archive/mupdf-1.20.3-source.tar.gz
<Archive sha1sum="eb6e6c468416f7ad9f37be33ae00f899dad237e2" type="targz">
https://mupdf.com/downloads/archive/mupdf-1.21.1-source.tar.gz
</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
@@ -46,7 +46,7 @@
<Name>mupdf</Name>
<RuntimeDependencies>
<Dependency>curl</Dependency>
<Dependency>mesa</Dependency>
<!-- <Dependency>mesa</Dependency> -->
<Dependency>zlib</Dependency>
<Dependency>libX11</Dependency>
<Dependency>openssl</Dependency>
@@ -90,6 +90,13 @@
</Package>
<History>
<Update release="13">
<Date>2022-12-16</Date>
<Version>1.21.1</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="12">
<Date>2022-10-07</Date>
<Version>1.20.3</Version>