forked from pool/hugin
Accepting request 669982 from graphics
OBS-URL: https://build.opensuse.org/request/show/669982 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=59
This commit is contained in:
commit
9ff2b86e39
20
hugin-exiv2-0.27.patch
Normal file
20
hugin-exiv2-0.27.patch
Normal file
@ -0,0 +1,20 @@
|
||||
Index: hugin-2018.0.0/src/hugin_base/panodata/Exiv2Helper.cpp
|
||||
===================================================================
|
||||
--- hugin-2018.0.0.orig/src/hugin_base/panodata/Exiv2Helper.cpp
|
||||
+++ hugin-2018.0.0/src/hugin_base/panodata/Exiv2Helper.cpp
|
||||
@@ -28,7 +28,7 @@
|
||||
#include "Exiv2Helper.h"
|
||||
#include "hugin_math/hugin_math.h"
|
||||
#include "hugin_utils/utils.h"
|
||||
-#include "exiv2/easyaccess.hpp"
|
||||
+#include "exiv2/exiv2.hpp"
|
||||
|
||||
namespace HuginBase
|
||||
{
|
||||
@@ -600,4 +600,4 @@ namespace HuginBase
|
||||
};
|
||||
|
||||
}; //namespace Exiv2Helper
|
||||
-}; //namespace HuginBase
|
||||
\ No newline at end of file
|
||||
+}; //namespace HuginBase
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 09:23:42 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Add hugin-exiv2-0.27.patch: Fix build against exiv 0.27
|
||||
(boo#1123401).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 6 08:16:56 UTC 2018 - adrian@suse.de
|
||||
|
||||
|
@ -65,6 +65,7 @@ Source1: %{name}-svn-dummy
|
||||
# This script is a combined appdata.prov and desktop-file.prov to enable hugin to provide appdata.xml and desktop files see boo#952324
|
||||
Source2: find-hugin-provides.prov
|
||||
Patch0: hugin.appdata.patch
|
||||
Patch1: hugin-exiv2-0.27.patch
|
||||
Requires: enblend-enfuse >= 3.2
|
||||
# needed for photo stiching (bnc#822775)
|
||||
Requires: make
|
||||
@ -87,6 +88,7 @@ detection and extraction of key points.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0
|
||||
%patch1 -p1
|
||||
|
||||
# For SVN snapshot:
|
||||
#setup -q -n %%{name}
|
||||
|
Loading…
Reference in New Issue
Block a user