Compare commits
5
Commits
1c698413c5
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
098916ae05
|
||
|
|
8cbf3fb2a1
|
||
|
|
f1b787de94
|
||
|
|
70696b1e2c
|
||
|
|
4202e3d8bc
|
@@ -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.28.2
|
||||||
revision: 2
|
revision: 1
|
||||||
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
|
||||||
@@ -32,7 +34,7 @@ downloads:
|
|||||||
- url: https://www.mupdf.com/downloads/archive/mupdf-${BPM_PKG_VERSION}-source.tar.gz
|
- url: https://www.mupdf.com/downloads/archive/mupdf-${BPM_PKG_VERSION}-source.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 553867b135303dc4c25ab67c5f234d8e900a0e36e66e8484d99adc05fe1e8737
|
checksum: 44075a84e329db55b9bef5f342a70fd26d69e48ad1d33cb89d9664581c641156
|
||||||
split_packages:
|
split_packages:
|
||||||
- name: mupdf
|
- name: mupdf
|
||||||
depends:
|
depends:
|
||||||
@@ -69,6 +71,8 @@ split_packages:
|
|||||||
- glibc
|
- glibc
|
||||||
- harfbuzz
|
- harfbuzz
|
||||||
- jbig2dec
|
- jbig2dec
|
||||||
|
- leptonica
|
||||||
- libjpeg-turbo
|
- libjpeg-turbo
|
||||||
- openjpeg
|
- openjpeg
|
||||||
|
- tesseract
|
||||||
- zlib
|
- zlib
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user