Changeset 470ac26


Ignore:
Timestamp:
07/19/2024 03:06:42 PM (7 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
2100b0ec, 54163741
Parents:
24affe63 (diff), c025978 (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
  • xfce/apps/xfce4-pulseaudio-plugin.xml

    r24affe63 r470ac26  
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
    80       <xref linkend="dbus-glib"/>,
    8180      <xref linkend="libnotify"/>,
    8281      <xref linkend="pulseaudio"/>, and
  • xsoft/graphweb/firefox.xml

    r24affe63 r470ac26  
    136136    <para role="required">
    137137      <xref linkend="cbindgen"/>,
    138       <xref linkend="dbus-glib"/>,
    139138      <xref linkend="gtk3"/>,
    140139      <xref linkend="libnotify"/>,
     
    228227ac_add_options --with-system-webp
    229228
    230 # Unlike with thunderbird, although using the gold linker can
    231 # save four megabytes in the installed file it does not make
    232 # the build faster.
    233 
    234229# The libdav1d library (av1 decoder) requires nasm. Uncomment this
    235230# if nasm has not been installed. Do not uncomment this if you have
     
    248243# faster. Comment this if you need to run a debugger.
    249244ac_add_options --disable-debug-symbols
    250 <!-- With Firefox ESR 128 we'd replace the following part with
    251 "- -enable-elf-hack=relr", or remove it if relr becomes the default. -->
    252 # The elf-hack is reported to cause failed installs (after successful builds)
    253 # on some machines. It is supposed to improve startup time and it shrinks
    254 # libxul.so by a few MB.  With recent Binutils releases the linker already
    255 # supports a much safer and generic way for this.
    256 ac_add_options --disable-elf-hack
    257 export LDFLAGS="$LDFLAGS -Wl,-z,pack-relative-relocs"
    258245
    259246# The BLFS editors recommend not changing anything below this line:
     
    267254ac_add_options --disable-tests
    268255
    269 # The SIMD code relies on the unmaintained packed_simd crate which
    270 # fails to build with Rustc >= 1.78.0.  We may re-enable it once
    271 # Mozilla port the code to use std::simd and std::simd is stabilized.
    272 ac_add_options --disable-rust-simd
     256# This enables SIMD optimization in the shipped encoding_rs crate.
     257ac_add_options --enable-rust-simd
    273258
    274259ac_add_options --enable-system-ffi
  • xsoft/office/libreoffice.xml

    r24affe63 r470ac26  
    220220      <xref linkend="cups"/>,
    221221      <xref linkend="curl"/>,
    222       <xref linkend="dbus-glib"/>,
    223222      <xref linkend="libepoxy"/>,
    224223      <xref linkend="libjpeg"/>,
  • xsoft/other/thunderbird.xml

    r24affe63 r470ac26  
    7979    <para role="required">
    8080      <xref linkend="cbindgen"/>,
    81       <xref linkend="dbus-glib"/>,
    8281      <xref linkend="gtk3"/>,
    8382      <xref linkend="llvm"/> including clang, <!-- used by default if found -->
     
    206205ac_add_options --with-system-nss
    207206ac_add_options --with-system-webp
    208 <!-- With Thunderbird ESR 128 we'd replace the following part with
    209 "- -enable-elf-hack=relr", or remove it if relr becomes the default. -->
    210 # on some machines. It is supposed to improve startup time and it shrinks
    211 # libxul.so by a few MB.  With recent Binutils releases the linker already
    212 # supports a much safer and generic way for this.
    213 ac_add_options --disable-elf-hack
    214 export LDFLAGS="$LDFLAGS -Wl,-z,pack-relative-relocs"
    215207
    216208# The BLFS editors recommend not changing anything below this line:
     
    224216ac_add_options --disable-tests
    225217
    226 # The SIMD code relies on the unmaintained packed_simd crate which
    227 # fails to build with Rustc >= 1.78.0.  We may re-enable it once
    228 # Mozilla port the code to use std::simd and std::simd is stabilized.
    229 ac_add_options --disable-rust-simd
     218# This enables SIMD optimization in the shipped encoding_rs crate.
     219ac_add_options --enable-rust-simd
    230220
    231221ac_add_options --enable-strip
Note: See TracChangeset for help on using the changeset viewer.