diff --git a/info.yml b/info.yml index 6e3b9c9..99c1e9f 100644 --- a/info.yml +++ b/info.yml @@ -1,7 +1,7 @@ name: mupdf description: Lightweight PDF and XPS viewer version: 1.27.2 -revision: 2 +revision: 3 url: https://mupdf.com/ license: AGPL3-or-later maintainers: @@ -18,6 +18,7 @@ make_depends: - glu - harfbuzz - jbig2dec + - leptonica - libjpeg-turbo - libx11 - libxext @@ -69,6 +70,7 @@ split_packages: - glibc - harfbuzz - jbig2dec + - leptonica - libjpeg-turbo - openjpeg - zlib diff --git a/recipe.sh b/recipe.sh index 568d611..03340b4 100644 --- a/recipe.sh +++ b/recipe.sh @@ -16,6 +16,7 @@ USE_SYSTEM_HARFBUZZ := yes USE_SYSTEM_JBIG2DEC := yes USE_SYSTEM_JPEGXR := yes USE_SYSTEM_LCMS2 := yes +USE_SYSTEM_LEPTONICA := yes USE_SYSTEM_LIBJPEG := yes USE_SYSTEM_MUJS := no USE_SYSTEM_OPENJPEG := yes