mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Fix building gwenview against exiv2-0.28
The fix is taken from a patch by gentoo, but can be implemented as a sed.
This commit is contained in:
parent
67f16c16bc
commit
0d9be3919f
@ -103,13 +103,13 @@
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Gwenview</title>
|
||||
<!--
|
||||
|
||||
<para>
|
||||
First, fix a minor issue with Exiv2-&exiv2-version;:
|
||||
First, fix a build failure with Exiv2-0.28 and above:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -i '/iptc.hpp/a#include <exiv2/error.hpp>' lib/imagemetainfomodel.cpp</userinput></screen>
|
||||
-->
|
||||
<screen><userinput>sed -i s/toLong/toUint32/g lib/jpegcontent.cpp</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>Gwenview</application> by running the following
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user