aboutsummaryrefslogtreecommitdiff
path: root/ports/libraw
AgeCommit message (Collapse)Author
2018-08-28[libraw] Replace WIN32 with VCPKG_CMAKE_SYSTEM_NAMERobert Schumacher
2018-08-29fix linuxVoskrese
error ``` CMake Error at ports/libraw/portfile.cmake:53 (file): file RENAME failed to rename /opt/vcpkg/packages/libraw_x64-linux/lib/raw_r.lib to /opt/vcpkg/packages/libraw_x64-linux/lib/raw.lib because: No such file or directory Call Stack (most recent call first): scripts/ports.cmake:71 (include) ``` ``` Include files should not be duplicated into the /debug/include directory. If this cannot be disabled in the project cmake, use file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) /debug/share should not exist. Please reorganize any important files, then use file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) Found 2 error(s). Please correct the portfile: /opt/vcpkg/ports/libraw/portfile.cmake -- Performing post-build validation done ```
2018-08-07Freeimage/libraw/lcms debug build fixes (#3643)trylle
* Patch libraw-local FindLCMS2.cmake to handle debug postfix * Remove library statement from def as name is incorrect for debug builds https://msdn.microsoft.com/en-us/library/d91k01sh.aspx claims it is required, but works fine (better) without. * Patch FindLibRaw.cmake to handle debug postfix * [lcms] Use vcpkg_from_github()'s PATCHES parameter
2018-07-02[cmark][gl3w][libpopt][libraw][libssh][live555] Fixes, mostly around ↵Robert Schumacher
changing download locations.
2017-11-13[libraw] Bump versionAlexander Karatarakis
2017-11-13[libraw] Add 'd' debug postfixSean Warren
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-08-23[libraw] fix import macro, correct dependenciescodicodi
By default, libraw does not attempt to link to libjpeg, but does pick up jasper if present
2017-07-25[libraw] depend on lcmsMikhail Paulyshka
2017-06-20[libraw] update to 0.18.2Mikhail Paulyshka
2017-02-08[libraw] update to version 0.18.0Felix Huang
2016-11-29[libraw] Rename Module to Config to increase flexibility of install locationsRobert Schumacher
2016-11-29[vcpkg] Remove link-time choice of thread-safe vs non-thread-safe so that ↵Robert Schumacher
dependent libraries make the right choice.
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-11-02[libraw] Remove bin folders in static buildAlexander Karatarakis
2016-11-02[libraw] Redirect FindLibRaw.cmake to the share/libraw folderAlexander Karatarakis
2016-11-02[libraw] Update commit to the latest that has cmake module redirectionAlexander Karatarakis
2016-11-01Add libraw portSilvio