Compare commits

...
2 Commits
Author SHA1 Message Date
EnumDev 70696b1e2c Rebuild with tesseract 2026-06-21 12:09:30 +03:00
EnumDev 4202e3d8bc Rebuild with leptonica 2026-06-21 11:05:03 +03:00
2 changed files with 11 additions and 4 deletions
+5 -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: 4
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
@@ -25,6 +26,7 @@ make_depends:
- openjpeg - openjpeg
- openssl - openssl
- swig - swig
- tesseract
- zint - zint
- zlib - zlib
- zxing-cpp - zxing-cpp
@@ -69,6 +71,8 @@ split_packages:
- glibc - glibc
- harfbuzz - harfbuzz
- jbig2dec - jbig2dec
- leptonica
- libjpeg-turbo - libjpeg-turbo
- openjpeg - openjpeg
- tesseract
- zlib - zlib
+6 -3
View File
@@ -11,19 +11,22 @@ prepare() {
cat > user.make <<-EOF cat > user.make <<-EOF
LINUX_OR_OPENBSD := yes LINUX_OR_OPENBSD := yes
USE_SYSTEM_LIBS := yes USE_SYSTEM_LIBS := yes
USE_SYSTEM_CURL := yes
USE_SYSTEM_FREETYPE := yes USE_SYSTEM_FREETYPE := yes
USE_SYSTEM_GLUT := yes
USE_SYSTEM_GUMBO := no
USE_SYSTEM_HARFBUZZ := yes 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
USE_SYSTEM_TESSERACT := yes
USE_SYSTEM_ZLIB := yes USE_SYSTEM_ZLIB := yes
USE_SYSTEM_GLUT := yes
USE_SYSTEM_CURL := yes
USE_SYSTEM_GUMBO := no
USE_SYSTEM_ZXINGCPP := yes USE_SYSTEM_ZXINGCPP := yes
USE_TESSERACT := yes
EOF EOF
} }