Skip to content

Commit

Permalink
Libraw update 0.18.7 (#15)
Browse files Browse the repository at this point in the history
* libraw updated for MacOS

* LibRAW updated for Windows
  • Loading branch information
vookimedlo authored Jan 19, 2018
1 parent 79ae24f commit ca7b69c
Show file tree
Hide file tree
Showing 28 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ TARGET_LINK_LIBRARIES(vooki_kimg_rgb Qt5::Gui)
# Camera RAW Thumbnails (raf, mos, cr2, erf, dng, mrw, nef, orf, rw2, pef, x3f, srw, x3f, arw)
#
if(APPLE)
SET(LIBRAW "3rdPartyLibs/LibRaw-0.18.6")
SET(LIBRAW "3rdPartyLibs/LibRaw-0.18.7")
SET(CMAKE_CXX_FLAGS "-I../${LIBRAW} ${CMAKE_CXX_FLAGS}")
SET(CMAKE_MODULE_LINKER_FLAGS "-L../${LIBRAW}/lib ${CMAKE_MODULE_LINKER_FLAGS}")

Expand All @@ -174,7 +174,7 @@ if(APPLE)
elseif(WIN32)
add_definitions(-DLIBRAW_NODLL)

SET(LIBRAW "3rdPartyLibs/LibRaw-0.18.6")
SET(LIBRAW "3rdPartyLibs/LibRaw-0.18.7")
SET(CMAKE_CXX_FLAGS "-I../${LIBRAW} ${CMAKE_CXX_FLAGS}")

add_library(vooki_raw_thumb MODULE ../../src/plugins/rawthumb/rawThumbHandler.cpp ../../src/plugins/rawthumb/rawThumbPlugin.cpp)
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ it under the terms of the one of two licenses as you choose:

#define LIBRAW_MAJOR_VERSION 0
#define LIBRAW_MINOR_VERSION 18
#define LIBRAW_PATCH_VERSION 6
#define LIBRAW_PATCH_VERSION 7
#define LIBRAW_VERSION_TAIL Release

#define LIBRAW_SHLIB_CURRENT 16
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ it under the terms of the one of two licenses as you choose:

#define LIBRAW_MAJOR_VERSION 0
#define LIBRAW_MINOR_VERSION 18
#define LIBRAW_PATCH_VERSION 6
#define LIBRAW_PATCH_VERSION 7
#define LIBRAW_VERSION_TAIL Release

#define LIBRAW_SHLIB_CURRENT 16
Expand Down
2 changes: 1 addition & 1 deletion build/cmake/windows/support/package/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
<Product Name='VookiImageViewer' Id='28F2F82D-4157-4A7E-9D27-FEEA3C0AEC15' UpgradeCode='91FA8A80-C971-408A-A735-4EB3D230D9F6'
Language='1033' Codepage='1252' Version='17.12.09' Manufacturer='Michal Duda'>
Language='1033' Codepage='1252' Version='18.01.19' Manufacturer='Michal Duda'>

<Package Id='*' Keywords='Installer' Description="Michal Duda VookiImageViewer Installer"
Comments='Lightweight image viewer for a fast image preview.' Manufacturer='Michal Duda'
Expand Down

0 comments on commit ca7b69c

Please sign in to comment.