forked from pool/hugin
Accepting request 669774 from home:dimstar:Factory
- Add hugin-exiv2-0.27.patch: Fix build against exiv 0.27 (boo#1123401). OBS-URL: https://build.opensuse.org/request/show/669774 OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=87
This commit is contained in:
parent
1c3d8e29c2
commit
680981de92
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
|
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
|
# 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
|
Source2: find-hugin-provides.prov
|
||||||
Patch0: hugin.appdata.patch
|
Patch0: hugin.appdata.patch
|
||||||
|
Patch1: hugin-exiv2-0.27.patch
|
||||||
Requires: enblend-enfuse >= 3.2
|
Requires: enblend-enfuse >= 3.2
|
||||||
# needed for photo stiching (bnc#822775)
|
# needed for photo stiching (bnc#822775)
|
||||||
Requires: make
|
Requires: make
|
||||||
@ -87,6 +88,7 @@ detection and extraction of key points.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
# For SVN snapshot:
|
# For SVN snapshot:
|
||||||
#setup -q -n %%{name}
|
#setup -q -n %%{name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user