Changeset 0d9be391


Ignore:
Timestamp:
05/31/2023 05:56:28 PM (11 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
80f16c3
Parents:
67f16c1
git-author:
Pierre Labastie <pierre.labastie@…> (05/31/2023 05:55:20 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (05/31/2023 05:56:28 PM)
Message:

Fix building gwenview against exiv2-0.28

The fix is taken from a patch by gentoo, but can be implemented
as a sed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kf5-apps/gwenview.xml

    r67f16c1 r0d9be391  
    104104  <sect2 role="installation">
    105105    <title>Installation of Gwenview</title>
    106 <!--
     106
    107107    <para>
    108       First, fix a minor issue with Exiv2-&exiv2-version;:
     108      First, fix a build failure with Exiv2-0.28 and above:
    109109    </para>
    110110
    111 <screen><userinput>sed -i '/iptc.hpp/a#include &lt;exiv2/error.hpp&gt;' lib/imagemetainfomodel.cpp</userinput></screen>
    112 -->
     111    <screen><userinput>sed -i s/toLong/toUint32/g lib/jpegcontent.cpp</userinput></screen>
     112
    113113    <para>
    114114      Install <application>Gwenview</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.