mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +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_log_setup.so, libboost_log.so, libboost_math_c99.so,
|
||||||
libboost_math_c99f.so, libboost_math_c99l.so, libboost_math_tr1.so,
|
libboost_math_c99f.so, libboost_math_c99l.so, libboost_math_tr1.so,
|
||||||
libboost_math_tr1f.so, libboost_math_tr1l.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_prg_exec_monitor.so, libboost_program_options.so,
|
||||||
libboost_python3&python3-minor;.so, libboost_random.so,
|
libboost_python3&python3-minor;.so, libboost_random.so,
|
||||||
libboost_regex.so, libboost_serialization.so,
|
libboost_regex.so, libboost_serialization.so,
|
||||||
@ -235,7 +235,7 @@
|
|||||||
libboost_stacktrace_noop.so, libboost_system.so,
|
libboost_stacktrace_noop.so, libboost_system.so,
|
||||||
libboost_test_exec_monitor.a, libboost_thread.so, libboost_timer.so,
|
libboost_test_exec_monitor.a, libboost_thread.so, libboost_timer.so,
|
||||||
libboost_type_erasure.so, libboost_unit_test_framework.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>
|
||||||
<seg>
|
<seg>
|
||||||
/usr/include/boost
|
/usr/include/boost
|
||||||
|
@ -155,7 +155,8 @@ echo "a4" > ~/.config/papersize</userinput></screen>
|
|||||||
|
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>
|
<seg>
|
||||||
paper
|
paper and
|
||||||
|
paperconf
|
||||||
</seg>
|
</seg>
|
||||||
<seg>
|
<seg>
|
||||||
libpaper.so
|
libpaper.so
|
||||||
@ -183,6 +184,18 @@ echo "a4" > ~/.config/papersize</userinput></screen>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</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">
|
<varlistentry id="libpaper-lib">
|
||||||
<term><filename class="libraryfile">libpaper.so</filename></term>
|
<term><filename class="libraryfile">libpaper.so</filename></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -41,6 +41,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>April 18th, 2023</para>
|
<para>April 18th, 2023</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[pierre] - Patch qtwebengine for ICU-73. Fixes
|
||||||
|
<ulink url="&blfs-ticket-root;17941">#17941</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[bdubbs] - Update to libXpm-3.5.16 (Xorg Library). Fixes
|
<para>[bdubbs] - Update to libXpm-3.5.16 (Xorg Library). Fixes
|
||||||
<ulink url="&blfs-ticket-root;17949">#17949</ulink>.</para>
|
<ulink url="&blfs-ticket-root;17949">#17949</ulink>.</para>
|
||||||
|
@ -250,6 +250,12 @@
|
|||||||
<ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-ffmpeg5_fixes-1.patch"/>
|
<ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-ffmpeg5_fixes-1.patch"/>
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Required patch:
|
||||||
|
<ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-icu_73-1.patch"/>
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<bridgehead renderas="sect3">qtwebengine Dependencies</bridgehead>
|
<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>
|
<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 -->
|
<!-- start of commands for git versions only -->
|
||||||
<para>
|
<para>
|
||||||
Although the build_fixes patch has ensured that git is not invoked during the build,
|
Although the build_fixes patch has ensured that git is not invoked during the build,
|
||||||
|
Loading…
Reference in New Issue
Block a user