mupdf.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user