aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Paulyshka <me@mixaill.tk>2017-06-20 02:14:55 +0300
committerMikhail Paulyshka <me@mixaill.tk>2017-06-20 02:14:55 +0300
commitb5777c8dbfffb5139b6cf8aa7c9aa8b54331fa26 (patch)
tree00ebf8540f1c84ea2a198844354a77137b4af3a1
parent34c08e2b15777c86c5aaacfee5f04eed986c62da (diff)
downloadvcpkg-b5777c8dbfffb5139b6cf8aa7c9aa8b54331fa26.tar.gz
vcpkg-b5777c8dbfffb5139b6cf8aa7c9aa8b54331fa26.zip
[libraw] update to 0.18.2
-rw-r--r--ports/libraw/CONTROL2
-rw-r--r--ports/libraw/portfile.cmake10
2 files changed, 7 insertions, 5 deletions
diff --git a/ports/libraw/CONTROL b/ports/libraw/CONTROL
index 9bb52aae0..bddc5c2db 100644
--- a/ports/libraw/CONTROL
+++ b/ports/libraw/CONTROL
@@ -1,4 +1,4 @@
Source: libraw
-Version: 0.18.0-1
+Version: 0.18.2-1
Build-Depends: libjpeg-turbo
Description: raw image decoder library
diff --git a/ports/libraw/portfile.cmake b/ports/libraw/portfile.cmake
index 2e25ec714..0b13213ad 100644
--- a/ports/libraw/portfile.cmake
+++ b/ports/libraw/portfile.cmake
@@ -1,9 +1,10 @@
include(vcpkg_common_functions)
-set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/LibRaw-0.18.0)
+set(LIBRAW_VERSION 0.18.2)
+set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/LibRaw-${LIBRAW_VERSION})
vcpkg_download_distfile(ARCHIVE
- URLS "http://www.libraw.org/data/LibRaw-0.18.0.zip"
- FILENAME "LibRaw-0.18.0.zip"
- SHA512 c66ae2331caffe18c2835d76d6106052125fab2f549a6f06687b4c1fedaae1c46ee0e4ae4c23b0480976870d76e8cfdbb91dd3cf11e3433ccc070bf03c538bb1
+ URLS "http://www.libraw.org/data/LibRaw-${LIBRAW_VERSION}.zip"
+ FILENAME "LibRaw-${LIBRAW_VERSION}.zip"
+ SHA512 e557dc47e8c2f79cdb55fafe7e668b823ecd7afe2537c8b7cd6e3f299110efa4ba1696ce8aa01bdba06a5570eec53a4a04f1af32974f98a1521ab5cd174effd3
)
set(LIBRAW_CMAKE_COMMIT "a71f3b83ee3dccd7be32f9a2f410df4d9bdbde0a")
set(LIBRAW_CMAKE_SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/LibRaw-cmake-${LIBRAW_CMAKE_COMMIT})
@@ -26,6 +27,7 @@ vcpkg_configure_cmake(
-DINSTALL_CMAKE_MODULE_PATH=${CURRENT_PACKAGES_DIR}/share/libraw
)
+vcpkg_build_cmake()
vcpkg_install_cmake()
# Rename thread-safe version to be "raw.lib". This is unfortunately needed