Changeset 76d24bf


Ignore:
Timestamp:
02/01/2023 12:07:30 AM (15 months ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
53d92c8, 949b48a
Parents:
569925c7 (diff), cede1f0 (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/genutils/ibus.xml

    r569925c7 r76d24bf  
    105105      <xref linkend="dbus-python"/> and
    106106      <xref linkend="pygobject3"/> (both to build the Python support library),
    107       <xref linkend="gtk-doc"/>,
    108       <xref linkend="pyxdg" role="runtime"/>
     107      <xref linkend="gtk-doc"/>, and
     108      <!--<xref linkend="pyxdg" role="runtime"/>
    109109      (runtime, for the <command>ibus-setup</command>), and
     110      NOTE: The reference to the 'xdg' python module is commented out in the source -->
    110111      <xref linkend="libxkbcommon"/>,
    111112      <xref linkend="wayland"/> (both to build the Wayland support programs), and
  • introduction/welcome/changelog.xml

    r569925c7 r76d24bf  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[renodr] - Update to xf86-video-vmware-13.4.0. Fixes
     46          <ulink url="&blfs-ticket-root;17558">#17558</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[bdubbs] - Update to libgusb-0.4.4. Fixes
    4650          <ulink url="&blfs-ticket-root;17580">#17580</ulink>.</para>
  • x/installing/x7driver-vmware.xml

    r569925c7 r76d24bf  
    55  %general-entities;
    66
    7   <!ENTITY xorg-vmware-driver-version "13.3.0">
     7  <!ENTITY xorg-vmware-driver-version "13.4.0">
    88
    9   <!ENTITY xorg-vmware-driver-download-http "&xorg-download-http;/driver/xf86-video-vmware-&xorg-vmware-driver-version;.tar.bz2">
    10   <!ENTITY xorg-vmware-driver-download-ftp  "&xorg-download-ftp;/driver/xf86-video-vmware-&xorg-vmware-driver-version;.tar.bz2">
    11   <!ENTITY xorg-vmware-driver-md5sum        "08d66d062055080ff699ab4869726ea2">
    12   <!ENTITY xorg-vmware-driver-size          "464 KB">
     9  <!ENTITY xorg-vmware-driver-download-http "&xorg-download-http;/driver/xf86-video-vmware-&xorg-vmware-driver-version;.tar.xz">
     10  <!ENTITY xorg-vmware-driver-download-ftp  "&xorg-download-ftp;/driver/xf86-video-vmware-&xorg-vmware-driver-version;.tar.xz">
     11  <!ENTITY xorg-vmware-driver-md5sum        "8c9ec4decaa2262eb33a474219232bb1b">
     12  <!ENTITY xorg-vmware-driver-size          "408 KB">
    1313  <!ENTITY xorg-vmware-driver-buildsize     "12 MB">
    1414  <!ENTITY xorg-vmware-driver-time          "0.1 SBU">
     
    106106      <title>Installation of Xorg VMware Driver</title>
    107107
     108<!--  Applied in 13.4.0
    108109      <para>
    109110        First, fix a bug revealed by gcc-12:
     
    111112
    112113<screen><userinput>sed -i 's/>yuv.i/>yuv[j][i/' vmwgfx/vmwgfx_tex_video.c</userinput></screen>
     114-->
    113115
    114116      <para>
  • x/wm/openbox.xml

    r569925c7 r76d24bf  
    7878      <xref linkend="imagemagick"/> (to show desktop backgrounds as seen in the
    7979      Configuration Information section below),
    80       <xref linkend="pyxdg"/>,
     80      <xref linkend="pyxdg"/>, <!-- used for openbox-xdg-autostart -->
    8181      <xref linkend="startup-notification"/>, and
    8282      <xref linkend="librsvg"/>
Note: See TracChangeset for help on using the changeset viewer.