Changeset 1ce8fe20


Ignore:
Timestamp:
11/11/2022 07:53:28 PM (18 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.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, xry111/llvm18, xry111/xf86-video-removal
Children:
eb07735
Parents:
9883ebe6
Message:

Fix libtiff page:

Add instructions to apply the patch
Remove the sed that generates a wrong libtiff-4.pc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libtiff.xml

    r9883ebe6 r1ce8fe20  
    109109
    110110    <para>
     111      First fix several security issues identified upstream:
     112    </para>
     113
     114<screen><userinput>patch -Np1 -i ../tiff-&libtiff-version;-upstream_fixes-1.patch</userinput></screen>
     115
     116    <para>
    111117      Install <application>libtiff</application> by running the following
    112118      commands:
     
    130136    </para>
    131137
    132 <screen role="root"><userinput>ninja install
    133 sed -i /Version/s/\$/$(cat ../VERSION)/ /usr/lib/pkgconfig/libtiff-4.pc</userinput></screen>
     138<screen role="root"><userinput>ninja install</userinput></screen>
    134139
    135140  </sect2>
    136 
     141  <!--
    137142  <sect2 role="commands">
    138143    <title>Command Explanations</title>
     
    145150
    146151  </sect2>
    147 
     152  -->
    148153  <sect2 role="content">
    149154    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.