Ignore:
Timestamp:
04/25/2018 01:47:34 AM (6 years ago)
Author:
Tim Tassonis <stuff@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
987aff0
Parents:
ce796837
Message:
  • Update to vlc-3.0.2.
  • Update to qemu-2.12.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20113 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    rce796837 r11b931a6  
    77  <!ENTITY qemu-download-http "http://download.qemu-project.org/qemu-&qemu-version;.tar.bz2">
    88  <!ENTITY qemu-download-ftp  " ">
    9   <!ENTITY qemu-md5sum        "61cf862b6007eba4ac98247776af2e27">
    10   <!ENTITY qemu-size          "31 MB">
     9  <!ENTITY qemu-md5sum        "ca553eb04c933f58111c304452fc4cc5">
     10  <!ENTITY qemu-size          "34 MB">
    1111  <!ENTITY qemu-buildsize     "392 MB (add 276 MB for tests)">
    1212  <!ENTITY qemu-time          "0.7 SBU (using parallelism=4; add 1.7 SBU for tests)">
     
    7676    <para role="optional">
    7777      Depending on the sound system, various packages in <xref linkend="alsa"/>,
     78      <xref linkend="pulseaudio"/>,
    7879      <xref linkend="bluez"/>,
    7980      <xref linkend="curl"/>,
     
    188189fi
    189190
    190 sed -i 's/ memfd_create/ qemu_memfd_create/' util/memfd.c &amp;&amp;
    191191
    192192mkdir -vp build &amp;&amp;
     
    251251      <parameter>--audio-drv-list=alsa</parameter>: This switch sets the audio
    252252      driver to ALSA. For other drivers see the --audio-drv-list list in
     253      <command>configure</command>'s help output. The default audio driver is
     254      OSS. To enable support for alsa and pulseaudio, use <parameter>--audio-drv-list=alsa,pa</parameter>
     255    </para>
     256
     257    <para>
     258      <parameter>--audio-drv-list=pa</parameter>: This switch sets the audio
     259      driver to pulseaudio. For other drivers see the --audio-drv-list list in
    253260      <command>configure</command>'s help output. The default audio driver is
    254261      OSS.
Note: See TracChangeset for help on using the changeset viewer.