Warning, /graphics/digikam/project/bundles/3rdparty/ext_hugin/hugin-appimage.patch is written in an unsupported language. File is not indexed.
0001 diff -r e9df4bb31222 CMakeLists.txt 0002 --- a/CMakeLists.txt Sun Oct 27 12:22:25 2013 +0100 0003 +++ b/CMakeLists.txt Thu Apr 13 15:01:39 2017 +0200 0004 @@ -174,7 +174,7 @@ 0005 # This must come before FINDs for tiff, jpeg, png, zlib to enable 0006 # finding the wxWidgets distributions of those packages (Win32 only). 0007 SET(wxWidgets_USE_LIBS base core aui xrc html xml adv gl net) 0008 -FIND_PACKAGE(wxWidgets REQUIRED) 0009 +FIND_PACKAGE(wxWidgets) 0010 0011 # hugin requires wxwidgets 2.7.0 or above 0012 IF (UNIX) 0013 diff -r e9df4bb31222 src/hugin_base/lensdb/LensDB.cpp 0014 --- a/src/hugin_base/lensdb/LensDB.cpp Sun Oct 27 12:22:25 2013 +0100 0015 +++ b/src/hugin_base/lensdb/LensDB.cpp Thu Apr 13 15:01:39 2017 +0200 0016 @@ -627,7 +627,7 @@ 0017 break; 0018 case LF_DIST_MODEL_NONE: 0019 case LF_DIST_MODEL_POLY5: 0020 - case LF_DIST_MODEL_FOV1: 0021 +// case LF_DIST_MODEL_FOV1: 0022 default: 0023 return false; 0024 break;