Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mupdf: update to 1.24.11 #1978

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ffi/mupdf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local mupdf = {
}
-- this cannot get adapted by the cdecl file because it is a
-- string constant. Must match the actual mupdf API:
local FZ_VERSION = "1.24.10"
local FZ_VERSION = "1.24.11"

local document_mt = { __index = {} }
local page_mt = { __index = {} }
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/mupdf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ list(APPEND BUILD_CMD COMMAND ${MAKE_CMD} libs)
list(APPEND INSTALL_CMD COMMAND ${MAKE_CMD} DESTDIR=${STAGING_DIR} prefix=/ install-libs)

external_project(
DOWNLOAD URL 9634ed1444943a62796c68ec25507619
https://mupdf.com/downloads/archive/mupdf-1.24.10-source.tar.lz
DOWNLOAD URL 7f02c87260948160e2e21f9685bdcda0
https://mupdf.com/downloads/archive/mupdf-1.24.11-source.tar.lz
PATCH_FILES ${PATCH_FILES}
PATCH_COMMAND ${PATCH_CMD}
BUILD_COMMAND ${BUILD_CMD}
Expand Down