Changeset 5416b65f


Ignore:
Timestamp:
04/18/2023 10:25:39 PM (13 months ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
a647555
Parents:
6968baf1 (diff), 0869e91 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    r6968baf1 r5416b65f  
    228228          libboost_math_c99f.so, libboost_math_c99l.so, libboost_math_tr1.so,
    229229          libboost_math_tr1f.so, libboost_math_tr1l.so,
    230           libboost_nowide.so, libboost_numpy39.so,
     230          libboost_nowide.so, libboost_numpy311.so,
    231231          libboost_prg_exec_monitor.so, libboost_program_options.so,
    232232          libboost_python3&python3-minor;.so, libboost_random.so,
     
    236236          libboost_test_exec_monitor.a, libboost_thread.so, libboost_timer.so,
    237237          libboost_type_erasure.so, libboost_unit_test_framework.so,
    238           libboost_wave.so, and libboost_wserialization.so
     238          libboost_url.so, libboost_wave.so, and libboost_wserialization.so
    239239        </seg>
    240240        <seg>
  • general/genlib/libpaper.xml

    r6968baf1 r5416b65f  
    156156      <seglistitem>
    157157        <seg>
    158           paper
     158          paper and
     159          paperconf
    159160        </seg>
    160161        <seg>
     
    184185      </varlistentry>
    185186
     187      <varlistentry id="paperconf">
     188        <term><command>paperconf</command></term>
     189        <listitem>
     190          <para>
     191            prints paper configuration information in a compatibility mode
     192          </para>
     193          <indexterm zone="libpaper paperconf">
     194            <primary sortas="b-paperconf">paperconf</primary>
     195          </indexterm>
     196        </listitem>
     197      </varlistentry>
     198
    186199      <varlistentry id="libpaper-lib">
    187200        <term><filename class="libraryfile">libpaper.so</filename></term>
  • introduction/welcome/changelog.xml

    r6968baf1 r5416b65f  
    4343     <itemizedlist>
    4444       <listitem>
     45         <para>[pierre] - Patch qtwebengine for ICU-73. Fixes
     46         <ulink url="&blfs-ticket-root;17941">#17941</ulink>.</para>
     47       </listitem>
     48       <listitem>
    4549         <para>[bdubbs] - Update to libXpm-3.5.16 (Xorg Library). Fixes
    4650         <ulink url="&blfs-ticket-root;17949">#17949</ulink>.</para>
  • x/lib/qtwebengine.xml

    r6968baf1 r5416b65f  
    251251        </para>
    252252      </listitem>
     253      <listitem>
     254        <para>
     255          Required patch:
     256          <ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-icu_73-1.patch"/>
     257        </para>
     258      </listitem>
    253259    </itemizedlist>
    254260
     
    347353
    348354<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-ffmpeg5_fixes-1.patch</userinput></screen>
     355
     356    <para>
     357      Apply a patch that resolves problems when building with icu-73 and later:
     358    </para>
     359
     360<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-icu_73-1.patch</userinput></screen>
    349361
    350362<!-- start of commands for git versions only -->
Note: See TracChangeset for help on using the changeset viewer.