mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:19:06 +08:00
[libmupdf] Update to 1.24.10 (#41467)
Co-authored-by: LilyWangLL <4945507022qq.com>
This commit is contained in:
parent
8d6ced8700
commit
fa7a35ab8c
@ -1,6 +1,8 @@
|
|||||||
|
diff --git a/Makethird b/Makethird
|
||||||
|
index f9c7896..63799b1 100644
|
||||||
--- a/Makethird
|
--- a/Makethird
|
||||||
+++ b/Makethird
|
+++ b/Makethird
|
||||||
@@ -238,6 +238,7 @@ endif
|
@@ -253,6 +253,7 @@ endif
|
||||||
|
|
||||||
# --- EXTRACT ---
|
# --- EXTRACT ---
|
||||||
|
|
||||||
@ -8,9 +10,11 @@
|
|||||||
THIRD_CFLAGS += $(EXTRACT_CFLAGS)
|
THIRD_CFLAGS += $(EXTRACT_CFLAGS)
|
||||||
THIRD_LIBS += $(EXTRACT_LIBS)
|
THIRD_LIBS += $(EXTRACT_LIBS)
|
||||||
THIRD_SRC += $(EXTRACT_SRC)
|
THIRD_SRC += $(EXTRACT_SRC)
|
||||||
@@ -268,3 +269,4 @@ thirdparty/extract/src/odt_template.c: thirdparty/extract/src/template.odt third
|
@@ -283,6 +284,7 @@ thirdparty/extract/src/odt_template.c: thirdparty/extract/src/template.odt third
|
||||||
@touch $@
|
@touch $@
|
||||||
|
|
||||||
generate: thirdparty/extract/src/docx_template.c
|
generate: thirdparty/extract/src/docx_template.c
|
||||||
+endif
|
+endif
|
||||||
|
|
||||||
|
# --- LIBARCHIVE ---
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO ArtifexSoftware/mupdf
|
REPO ArtifexSoftware/mupdf
|
||||||
REF "${VERSION}"
|
REF "${VERSION}"
|
||||||
SHA512 248340d2cde5d97b4ccfabbdf5e8f2080dba6233031fa384dcfdb98022ecfd7d7feebe38b19f9b94c2768bfef41c361417c73240ea7f8a458c6b9ea9cfedf665
|
SHA512 b3a3e9ba000d920641647b936c01bf88d6df4f3cd5635240fc50402e7ed1663015deb5de09f51c698181cb33ea4c76441a5bdbace81d6e472275afd02d0f84d7
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
PATCHES
|
PATCHES
|
||||||
dont-generate-extract-3rd-party-things.patch
|
dont-generate-extract-3rd-party-things.patch
|
||||||
@ -23,7 +23,7 @@ vcpkg_cmake_configure(
|
|||||||
DISABLE_PARALLEL_CONFIGURE
|
DISABLE_PARALLEL_CONFIGURE
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-DBUILD_EXAMPLES=OFF
|
-DBUILD_EXAMPLES=OFF
|
||||||
${FEATURE_OPTIONS}
|
${FEATURE_OPTIONS}
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_cmake_install()
|
vcpkg_cmake_install()
|
||||||
@ -32,4 +32,4 @@ file(COPY "${SOURCE_PATH}/include/mupdf" DESTINATION "${CURRENT_PACKAGES_DIR}/in
|
|||||||
|
|
||||||
vcpkg_copy_pdbs()
|
vcpkg_copy_pdbs()
|
||||||
|
|
||||||
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "libmupdf",
|
"name": "libmupdf",
|
||||||
"version": "1.23.11",
|
"version": "1.24.10",
|
||||||
"description": "a lightweight PDF, XPS, and E-book library",
|
"description": "a lightweight PDF, XPS, and E-book library",
|
||||||
"homepage": "https://github.com/ArtifexSoftware/mupdf",
|
"homepage": "https://github.com/ArtifexSoftware/mupdf",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
@ -4805,7 +4805,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"libmupdf": {
|
"libmupdf": {
|
||||||
"baseline": "1.23.11",
|
"baseline": "1.24.10",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"libmysofa": {
|
"libmysofa": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "dc4b20674350d09f28dfe7af3c520f16fc06e25a",
|
||||||
|
"version": "1.24.10",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "ea6f82cee63a1056bfa2d88f5e7d0dbee3f64a5f",
|
"git-tree": "ea6f82cee63a1056bfa2d88f5e7d0dbee3f64a5f",
|
||||||
"version": "1.23.11",
|
"version": "1.23.11",
|
||||||
|
Loading…
Reference in New Issue
Block a user