Changeset 1e0f43a


Ignore:
Timestamp:
04/21/2022 06:21:01 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
f175d7ef
Parents:
c4ab3292 (diff), dff46c6 (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:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rc4ab3292 r1e0f43a  
    5050        </listitem>
    5151        <listitem>
     52          <para>[timtas] - Update to qemu-7.0.0. Fixes
     53          <ulink url="&blfs-ticket-root;16434">#16434</ulink>.</para>
     54        </listitem>
     55        <listitem>
    5256          <para>[bdubbs] - Update to xorgproto-2022.1. Fixes
    5357          <ulink url="&blfs-ticket-root;16443">#16443</ulink>.</para>
  • packages.ent

    rc4ab3292 r1e0f43a  
    7777
    7878<!-- Chapter 8 Virtualization -->
    79 <!ENTITY qemu-version                 "6.2.0">
     79<!ENTITY qemu-version                 "7.0.0">
    8080
    8181<!-- Part III -->
  • postlfs/virtualization/qemu.xml

    rc4ab3292 r1e0f43a  
    77  <!ENTITY qemu-download-http "https://download.qemu-project.org/qemu-&qemu-version;.tar.xz">
    88  <!ENTITY qemu-download-ftp  " ">
    9   <!ENTITY qemu-md5sum        "a077669ce58b6ee07ec355e54aad25be">
    10   <!ENTITY qemu-size          "110 MB">
    11   <!ENTITY qemu-buildsize     "1.9 GB">
     9  <!ENTITY qemu-md5sum        "bfb5b09a0d1f887c8c42a6d5f26971ab">
     10  <!ENTITY qemu-size          "120 MB">
     11  <!ENTITY qemu-buildsize     "2.4 GB">
    1212  <!ENTITY qemu-time          "1.4 SBU (using parallelism=4; add 0.5 SBU for tests)">
    1313]>
     
    231231             --target-list=$QEMU_ARCH    \
    232232             --audio-drv-list=alsa       \
     233             --disable-pa                \
    233234             --docdir=/usr/share/doc/qemu-&qemu-version; &amp;&amp;
    234235
     
    287288-->
    288289    <para>
    289       <parameter>--audio-drv-list=alsa</parameter>: This switch sets the audio
     290      <parameter>--audio-drv-list=alsa --disable-pa</parameter>: This switch sets the audio
    290291      driver to ALSA. See below for enabling other audio drivers.
    291292    </para>
    292293
    293294    <para>
    294       <option>--audio-drv-list=pa</option>: This switch sets the audio
     295      <option>--audio-drv-list=pa --disable-alsa</option>: This switch sets the audio
    295296      driver to pulseaudio. For other drivers see the --audio-drv-list list in
    296297      <command>configure</command>'s help output. The default audio driver is
Note: See TracChangeset for help on using the changeset viewer.