Rebuild with leptonica

This commit is contained in:
2026-06-21 11:05:03 +03:00
parent 1c698413c5
commit 4202e3d8bc
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
name: mupdf name: mupdf
description: Lightweight PDF and XPS viewer description: Lightweight PDF and XPS viewer
version: 1.27.2 version: 1.27.2
revision: 2 revision: 3
url: https://mupdf.com/ url: https://mupdf.com/
license: AGPL3-or-later license: AGPL3-or-later
maintainers: maintainers:
@@ -18,6 +18,7 @@ make_depends:
- glu - glu
- harfbuzz - harfbuzz
- jbig2dec - jbig2dec
- leptonica
- libjpeg-turbo - libjpeg-turbo
- libx11 - libx11
- libxext - libxext
@@ -69,6 +70,7 @@ split_packages:
- glibc - glibc
- harfbuzz - harfbuzz
- jbig2dec - jbig2dec
- leptonica
- libjpeg-turbo - libjpeg-turbo
- openjpeg - openjpeg
- zlib - zlib
+1
View File
@@ -16,6 +16,7 @@ USE_SYSTEM_HARFBUZZ := yes
USE_SYSTEM_JBIG2DEC := yes USE_SYSTEM_JBIG2DEC := yes
USE_SYSTEM_JPEGXR := yes USE_SYSTEM_JPEGXR := yes
USE_SYSTEM_LCMS2 := yes USE_SYSTEM_LCMS2 := yes
USE_SYSTEM_LEPTONICA := yes
USE_SYSTEM_LIBJPEG := yes USE_SYSTEM_LIBJPEG := yes
USE_SYSTEM_MUJS := no USE_SYSTEM_MUJS := no
USE_SYSTEM_OPENJPEG := yes USE_SYSTEM_OPENJPEG := yes