Changeset 520f69df for postlfs


Ignore:
Timestamp:
10/23/2023 08:39:38 AM (7 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
157f1352
Parents:
bcfcf94
git-author:
Xi Ruoyao <xry111@…> (10/23/2023 08:27:15 AM)
git-committer:
Xi Ruoyao <xry111@…> (10/23/2023 08:39:38 AM)
Message:

qemu: Add pixman as required dependency

By the way, add a lot of optional and external dependencies.

Reported-by: wen zhang <zhw2101024@…>
Link: https://lists.linuxfromscratch.org/sympa/arc/blfs-dev/2023-10/msg00064.html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    rbcfcf94 r520f69df  
    7272    <bridgehead renderas="sect4">Required</bridgehead>
    7373    <para role="required">
    74       <xref linkend="glib2"/>
     74      <xref linkend="glib2"/> and
     75      <xref linkend="pixman"/>
    7576    </para>
    7677
     
    8485    <bridgehead renderas="sect4">Optional</bridgehead>
    8586    <para role="optional">
    86       Depending on the sound system, various packages in <xref linkend="alsa"/>,
    87       <xref linkend="python3"/>,
    88       <xref linkend="pulseaudio"/>,
     87      <xref linkend="pipewire"/> or
     88      <xref linkend="pulseaudio"/> (can be used instead of alsa-lib),
    8989      <xref linkend="bluez"/>,
    9090      <xref linkend="curl"/>,
    9191      <xref linkend="cyrus-sasl"/>,
     92      <xref linkend="fuse3"/>,
    9293      <xref linkend="gnutls"/>,
    9394      <xref linkend="gtk3"/>,
     95      <xref linkend="keyutils"/>,
     96      <xref linkend="libaio"/>,
    9497      <xref linkend="libusb"/>,
    9598      <xref linkend="libgcrypt"/>,
     99      <xref linkend="libjpeg"/>,
     100      <xref linkend="libseccomp"/>,
    96101      <xref linkend="libssh2"/>,
     102      <xref linkend="libpng"/>,
     103      <xref linkend="libtasn1"/>,
     104      <xref linkend="linux-pam"/>,
    97105      <xref linkend="lzo"/>,
    98106      <xref linkend="nettle"/>,
    99107      <xref linkend="mesa"/>,
    100       <xref role="nodep" linkend="vte"/> <!--or <xref linkend="vte2"/> -->, and
     108      <xref role="nodep" linkend="vte"/>,
    101109<!-- libcacard has been a standalone project since qemu-2.5.-->
    102       <ulink url="https://gitlab.freedesktop.org/spice/libcacard">libcacard</ulink>
     110      <ulink url="https://www.capstone-engine.org/">capstone</ulink>,
     111      <ulink url="https://github.com/ceph/ceph/">ceph</ulink>,
     112      <ulink url="https://pmem.io/daxctl/">daxctl</ulink>,
     113      <ulink url="https://jackaudio.org/">JACK</ulink>,
     114      <ulink url="https://github.com/gluster/glusterfs">glusterfs</ulink>,
     115      <ulink url="https://github.com/libbpf/libbpf">libbpf</ulink>,
     116      <ulink url="https://gitlab.freedesktop.org/spice/libcacard">libcacard</ulink>,
     117      <ulink url="https://people.redhat.com/sgrubb/libcap-ng/">libcap-ng</ulink>,
     118      <ulink url="https://sourceware.org/elfutils/">libdw</ulink>,
     119      <ulink url="https://github.com/dgibson/dtc">libfdt</ulink>,
     120      <ulink url="https://github.com/sahlberg/libiscsi">libiscsi</ulink>,
     121      <ulink url="https://github.com/sahlberg/libnfs">libnfs</ulink>,
     122      <ulink url="https://pmem.io/pmdk/libpmem/">libpmem</ulink>,
     123      <ulink url="https://www.libssh.org/">libssh</ulink>,
     124      <ulink url="https://github.com/Agnoctopus/libu2f-emu">libu2f-emu</ulink>,
     125      <ulink url="https://github.com/lzfse/lzfse">lzfse</ulink>,
     126      <ulink url="https://github.com/luigirizzo/netmap">netmap</ulink>,
     127      <ulink url="https://github.com/numactl/numactl">numactl</ulink>,
     128      <ulink url="https://github.com/linux-rdma/rdma-core">rdma-core</ulink>,
     129      <ulink url="https://selinuxproject.org/">SELinux</ulink>,
     130      <ulink url="https://google.github.io/snappy/">snappy</ulink>,
     131      <ulink url="https://gitlab.freedesktop.org/spice/spice">spice</ulink>,
     132      <ulink url="https://gitlab.freedesktop.org/spice/usbredir">usbredir</ulink>,
     133      and <ulink url="https://github.com/virtualsquare/vde-2">VDE</ulink>
    103134    </para>
    104135
Note: See TracChangeset for help on using the changeset viewer.