Changeset ba7d117 for general


Ignore:
Timestamp:
02/14/2023 06:59:45 AM (16 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
9b8f21a3
Parents:
8a71122
Message:

lcms2: Apply an upstream fix to unbreak colord

The fix will be released in the next version, which will be rolled out
in "late Feb". Apply it as a simple sed so it won't slow down the
tagging for 11.3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/lcms2.xml

    r8a71122 rba7d117  
    8484    <title>Installation of Little CMS2</title>
    8585
    86 <!-- Seems to be fixed in 2.10
    87     <para>
    88       If you want to run tests, then the build procedure must
    89       be modified to make some library internal references visible to
    90       the test code:
    91     </para>
    92 
    93 <screen><userinput>sed -i '/AX_APPEND/s/^/#/' configure.ac &amp;&amp;
    94 autoreconf</userinput></screen>
    95 -->
     86    <!-- Will be fixed in the next release (2.15 or 2.14.1?) -->
     87    <para>
     88      Apply the upstream fix for an issue breaking colord:
     89    </para>
     90
     91<screen><userinput>sed '/BufferSize &lt; TagSize/,+1 s/goto Error/TagSize = BufferSize/' \
     92    -i src/cmsio0.c</userinput></screen>
    9693
    9794    <para>
Note: See TracChangeset for help on using the changeset viewer.