]> git.pld-linux.org Git - packages/hugin.git/blob - exiv2-0.27.patch
- one more exiv2-0.27 fix
[packages/hugin.git] / exiv2-0.27.patch
1 --- hugin-2018.0.0/src/hugin_base/panodata/Exiv2Helper.h~       2015-05-10 08:52:11.000000000 +0200
2 +++ hugin-2018.0.0/src/hugin_base/panodata/Exiv2Helper.h        2019-02-13 00:21:38.240804793 +0100
3 @@ -30,7 +30,7 @@
4  
5  #include <string>
6  #include <vector>
7 -#include <exiv2/exif.hpp>
8 +#include <exiv2/exiv2.hpp>
9  
10  // these functions are intentionally not exposed to public
11  // they are supposed only be used by SrcPanoImage.cpp for internal use
12 --- hugin-2019.0.0/src/hugin1/hugin/RawImport.cpp~      2019-02-02 11:11:01.000000000 +0100
13 +++ hugin-2019.0.0/src/hugin1/hugin/RawImport.cpp       2019-10-12 16:35:33.327500060 +0200
14 @@ -35,10 +35,7 @@
15  // workaround for a conflict between exiv2 and wxWidgets/CMake built
16  #define HAVE_PID_T 1
17  #endif
18 -#include <exiv2/exif.hpp>
19 -#include <exiv2/image.hpp>
20 -#include <exiv2/easyaccess.hpp>
21 -#include <exiv2/xmpsidecar.hpp>
22 +#include <exiv2/exiv2.hpp>
23  #ifdef __WXMSW__
24  #include <wx/msw/registry.h>
25  #endif
This page took 0.054805 seconds and 3 git commands to generate.