diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-11-29 18:03:44 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2016-11-29 18:03:44 -0800 |
| commit | c527a5ed4638cf90657a3b86a92d95ae3e8c0471 (patch) | |
| tree | b1952c911bebbcc54966f74eebd745816d11ec30 /ports/libraw | |
| parent | ab147b838b79692b838e6d3cf794a8caef3e5629 (diff) | |
| parent | b2ec171574b83abe2637a27087717136aaf004e2 (diff) | |
| download | vcpkg-c527a5ed4638cf90657a3b86a92d95ae3e8c0471.tar.gz vcpkg-c527a5ed4638cf90657a3b86a92d95ae3e8c0471.zip | |
Merge pull request #366 from traversaro/add-freeimage
Add freeimage port
Diffstat (limited to 'ports/libraw')
| -rw-r--r-- | ports/libraw/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libraw/portfile.cmake | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ports/libraw/CONTROL b/ports/libraw/CONTROL index dd5c7a5c3..b10e10794 100644 --- a/ports/libraw/CONTROL +++ b/ports/libraw/CONTROL @@ -1,4 +1,4 @@ Source: libraw -Version: 0.17.2-1 +Version: 0.17.2-2 Build-Depends: libjpeg-turbo Description: raw image decoder library diff --git a/ports/libraw/portfile.cmake b/ports/libraw/portfile.cmake index 3ff69a6e0..159251c28 100644 --- a/ports/libraw/portfile.cmake +++ b/ports/libraw/portfile.cmake @@ -46,6 +46,9 @@ else() file(REMOVE ${CURRENT_PACKAGES_DIR}/bin/raw.dll ${CURRENT_PACKAGES_DIR}/debug/bin/raw.dll) endif() +# Rename cmake module into a config in order to allow more flexible lookup rules +file(RENAME ${CURRENT_PACKAGES_DIR}/share/libraw/FindLibRaw.cmake ${CURRENT_PACKAGES_DIR}/share/libraw/LibRaw-config.cmake) + # Handle copyright file(COPY ${SOURCE_PATH}/COPYRIGHT DESTINATION ${CURRENT_PACKAGES_DIR}/share/libraw) file(RENAME ${CURRENT_PACKAGES_DIR}/share/libraw/COPYRIGHT ${CURRENT_PACKAGES_DIR}/share/libraw/copyright) |
