diff options
| author | Jason Juang <jasjuang@gmail.com> | 2019-06-17 10:53:40 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-06-17 10:53:40 -0700 |
| commit | a861441498eb6aeb7b69f7fffc4a721fdeaa43b5 (patch) | |
| tree | d942ec50f985b023bb1f477d755c6bf8dd1cd1ab | |
| parent | f86fc80db48cb60da62e73894cbb832b166cdc34 (diff) | |
| download | vcpkg-a861441498eb6aeb7b69f7fffc4a721fdeaa43b5.tar.gz vcpkg-a861441498eb6aeb7b69f7fffc4a721fdeaa43b5.zip | |
[Exiv2] update to 0.27.1 (#6905)
| -rw-r--r-- | ports/exiv2/CONTROL | 2 | ||||
| -rw-r--r-- | ports/exiv2/portfile.cmake | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/ports/exiv2/CONTROL b/ports/exiv2/CONTROL index 505d4003c..a4ea22030 100644 --- a/ports/exiv2/CONTROL +++ b/ports/exiv2/CONTROL @@ -1,5 +1,5 @@ Source: exiv2 -Version: 0.27 +Version: 0.27.1 Build-Depends: zlib, expat, libiconv, gettext Description: Image metadata library and tools Homepage: https://www.exiv2.org diff --git a/ports/exiv2/portfile.cmake b/ports/exiv2/portfile.cmake index 44daf8717..64ecfc28f 100644 --- a/ports/exiv2/portfile.cmake +++ b/ports/exiv2/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Exiv2/exiv2 - REF 0.27 - SHA512 ec605db73abcf3cc2df78c1fc3aae5335a51192f660668e39a4f20fc7f372b18c3cec9b704e1c71c356315fd75e791622de1dffe576432ee0fb12bf63a98a423 + REF 0.27.1 + SHA512 1b637138cee019122d98ae3c54e84416ba1a90531b3f541748697c9f1a8faee18699f10cef5a63bf60b8588e8c670925cbac3ad6c82e41160442f8a66380d407 HEAD_REF master PATCHES iconv.patch @@ -29,7 +29,7 @@ vcpkg_configure_cmake( vcpkg_install_cmake() -vcpkg_fixup_cmake_targets(CONFIG_PATH "share/exiv2/cmake") +vcpkg_fixup_cmake_targets(CONFIG_PATH "lib/exiv2/cmake") configure_file( ${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake @@ -41,6 +41,7 @@ vcpkg_copy_pdbs() # Clean file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/debug/share) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/lib/exiv2 ${CURRENT_PACKAGES_DIR}/lib/exiv2) if(VCPKG_LIBRARY_LINKAGE STREQUAL "static") file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin) |
