Skip to content

Commit

Permalink
[libmupdf] Update the port to version 1.15.0 (microsoft#7046)
Browse files Browse the repository at this point in the history
  • Loading branch information
NancyLi1013 authored and Rastaban committed Jun 26, 2019
1 parent 64d8f95 commit af1c9e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/libmupdf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ file(GLOB_RECURSE SOURCES "source/*.c" "generated/*.c")
list(FILTER SOURCES EXCLUDE REGEX "source/tools/[a-z]*\\.c$")
add_library(libmupdf ${SOURCES})

target_compile_definitions(libmupdf PRIVATE -DSHARE_JPEG -DFZ_ENABLE_JS=0 -DNO_ICC)
target_compile_definitions(libmupdf PRIVATE -DSHARE_JPEG -DFZ_ENABLE_JS=0 -DFZ_ENABLE_ICC=0)
target_include_directories(libmupdf
PUBLIC
include
Expand Down
2 changes: 1 addition & 1 deletion ports/libmupdf/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: libmupdf
Version: 1.12.0-2
Version: 1.15.0
Build-Depends: freetype, libjpeg-turbo, harfbuzz, zlib, curl, glfw3, openjpeg, jbig2dec
Homepage: https://github.com/ArtifexSoftware/mupdf
Description: a lightweight PDF, XPS, and E-book library
4 changes: 2 additions & 2 deletions ports/libmupdf/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ArtifexSoftware/mupdf
REF 1.12.0
SHA512 893a1958e34355acf73624e9c47f4a97adf13d5fe33604ac384df9ac22a56ef7c18e02143eaffc3c2a08f460e4c71fee00c094b6d6696f8446977bb18f65e3da
REF 1.15.0
SHA512 9f47a79a2040ff3da885f54d143a7c44712f8a08650fca1d2be21199a7103364a35e28a1832708c2b7752b11c95bf0755ae6c922afc35ee8ae639da7a6ac03b0
HEAD_REF master
PATCHES
Fix-error-C2169.patch
Expand Down

0 comments on commit af1c9e1

Please sign in to comment.