Changeset bc243e46


Ignore:
Timestamp:
04/12/2023 12:47:31 PM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
51e9d68c
Parents:
f5c9139
Message:

libwebp: Separate patch into own <screen> and describe what it's for

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libwebp.xml

    rf5c9139 rbc243e46  
    101101    <title>Installation of libwebp</title>
    102102
     103    <!-- https://bugs.chromium.org/p/webp/issues/detail?id=603
     104         but not public yet -->
     105    <para>
     106      Fix a security issue identified upstream:
     107    </para>
     108
     109<screen><userinput>patch -Np1 -i ../libwebp-&libwebp-version;-upstream_fix-1.patch</userinput></screen>
     110
    103111    <para>
    104112      Install <application>libwebp</application> by running the following
     
    106114    </para>
    107115
    108 <screen><userinput>patch -Np1 -i ../libwebp-&libwebp-version;-upstream_fix-1.patch &amp;&amp;
    109 ./configure --prefix=/usr           \
     116<screen><userinput>./configure --prefix=/usr           \
    110117            --enable-libwebpmux     \
    111118            --enable-libwebpdemux   \
Note: See TracChangeset for help on using the changeset viewer.