Changeset 453aaf61


Ignore:
Timestamp:
01/30/2019 03:26:31 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6afe8c1
Parents:
8d759c7
Message:

Patch gwenview and libkexiv2 for Exiv2-0.27

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21068 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8d759c7 r453aaf61  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "29">                   <!-- Always 2 digits -->
     3<!ENTITY day          "30">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 29th, &year;">
     9<!ENTITY releasedate  "January 30th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r8d759c7 r453aaf61  
    4242    </listitem>
    4343-->
     44
     45    <listitem>
     46      <para>January 30th, 2019</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[pierre] - Add patches for gwenview and libkexiv2 so that they
     50          build against exiv2-0.27.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
    4454
    4555    <listitem>
  • kde/kf5-apps/gwenview.xml

    r8d759c7 r453aaf61  
    7171    </itemizedlist>
    7272
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Required patch for building against <xref linkend="exiv2"/>:
     78          <ulink url="&patch-root;/gwenview-&kf5apps-version;-exiv2_0.27-1.patch"/>
     79        </para>
     80      </listitem>
     81    </itemizedlist>
     82
    7383    <bridgehead renderas="sect3">Gwenview Dependencies</bridgehead>
    7484
     
    97107  <sect2 role="installation">
    98108    <title>Installation of Gwenview</title>
     109
     110    <para>
     111      First, fix several files so that Exiv2-&exiv2-version; is properly found
     112      and used:
     113    </para>
     114
     115<screen><userinput>patch -Np1 -i ../gwenview-&kf5apps-version;-exiv2_0.27-1.patch</userinput></screen>
    99116
    100117    <para>
  • kde/kf5-apps/libkexiv2.xml

    r8d759c7 r453aaf61  
    7171    </itemizedlist>
    7272
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Required patch for building against <xref linkend="exiv2"/>:
     78          <ulink url="&patch-root;/libkexiv2-&kf5apps-version;-exiv2_0.27-1.patch"/>
     79        </para>
     80      </listitem>
     81    </itemizedlist>
     82
    7383    <bridgehead renderas="sect3">libkexiv2 Dependencies</bridgehead>
    7484
     
    8696  <sect2 role="installation">
    8797    <title>Installation of libkexiv2</title>
     98
     99    <para>
     100      First, fix several files so that Exiv2-&exiv2-version; is properly found
     101      and used:
     102    </para>
     103
     104<screen><userinput>patch -Np1 -i ../libkexiv2-&kf5apps-version;-exiv2_0.27-1.patch</userinput></screen>
    88105
    89106    <para>
Note: See TracChangeset for help on using the changeset viewer.