mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
This commit is contained in:
commit
5416b65f44
@ -227,7 +227,7 @@
|
||||
libboost_log_setup.so, libboost_log.so, libboost_math_c99.so,
|
||||
libboost_math_c99f.so, libboost_math_c99l.so, libboost_math_tr1.so,
|
||||
libboost_math_tr1f.so, libboost_math_tr1l.so,
|
||||
libboost_nowide.so, libboost_numpy39.so,
|
||||
libboost_nowide.so, libboost_numpy311.so,
|
||||
libboost_prg_exec_monitor.so, libboost_program_options.so,
|
||||
libboost_python3&python3-minor;.so, libboost_random.so,
|
||||
libboost_regex.so, libboost_serialization.so,
|
||||
@ -235,7 +235,7 @@
|
||||
libboost_stacktrace_noop.so, libboost_system.so,
|
||||
libboost_test_exec_monitor.a, libboost_thread.so, libboost_timer.so,
|
||||
libboost_type_erasure.so, libboost_unit_test_framework.so,
|
||||
libboost_wave.so, and libboost_wserialization.so
|
||||
libboost_url.so, libboost_wave.so, and libboost_wserialization.so
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/include/boost
|
||||
|
@ -155,7 +155,8 @@ echo "a4" > ~/.config/papersize</userinput></screen>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
paper
|
||||
paper and
|
||||
paperconf
|
||||
</seg>
|
||||
<seg>
|
||||
libpaper.so
|
||||
@ -183,6 +184,18 @@ echo "a4" > ~/.config/papersize</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="paperconf">
|
||||
<term><command>paperconf</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
prints paper configuration information in a compatibility mode
|
||||
</para>
|
||||
<indexterm zone="libpaper paperconf">
|
||||
<primary sortas="b-paperconf">paperconf</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libpaper-lib">
|
||||
<term><filename class="libraryfile">libpaper.so</filename></term>
|
||||
<listitem>
|
||||
|
@ -41,6 +41,10 @@
|
||||
<listitem>
|
||||
<para>April 18th, 2023</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[pierre] - Patch qtwebengine for ICU-73. Fixes
|
||||
<ulink url="&blfs-ticket-root;17941">#17941</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to libXpm-3.5.16 (Xorg Library). Fixes
|
||||
<ulink url="&blfs-ticket-root;17949">#17949</ulink>.</para>
|
||||
|
@ -250,6 +250,12 @@
|
||||
<ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-ffmpeg5_fixes-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-icu_73-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">qtwebengine Dependencies</bridgehead>
|
||||
@ -347,6 +353,12 @@
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-ffmpeg5_fixes-1.patch</userinput></screen>
|
||||
|
||||
<para>
|
||||
Apply a patch that resolves problems when building with icu-73 and later:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-icu_73-1.patch</userinput></screen>
|
||||
|
||||
<!-- start of commands for git versions only -->
|
||||
<para>
|
||||
Although the build_fixes patch has ensured that git is not invoked during the build,
|
||||
|
Loading…
Reference in New Issue
Block a user