Ignore:
Timestamp:
12/02/2020 10:02:13 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 11.0, 11.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
297b344
Parents:
f39cf0d0
Message:

Update to sqlite-autoconf-3.34.0.
Update to poppler-20.12.0.
Update to libarchive-3.5.0.
Update to pulseaudio-14.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/pulseaudio.xml

    rf39cf0d0 r64596e61  
    88           "https://www.freedesktop.org/software/pulseaudio/releases/pulseaudio-&pulseaudio-version;.tar.xz">
    99  <!ENTITY pulseaudio-download-ftp  " ">
    10   <!ENTITY pulseaudio-md5sum        "e41d606f90254ed45c90520faf83d95c">
    11   <!ENTITY pulseaudio-size          "1.8 MB">
    12   <!ENTITY pulseaudio-buildsize     "93 MB (add 2 MB for tests)">
    13   <!ENTITY pulseaudio-time          "0.5 SBU (Using parallelism=4; add 0.6 SBU for tests)">
     10  <!ENTITY pulseaudio-md5sum        "84a7776e63dd55c40db8fbd7c7e2e18e">
     11  <!ENTITY pulseaudio-size          "1.9 MB">
     12  <!ENTITY pulseaudio-buildsize     "76 MB (add 2 MB for tests)">
     13  <!ENTITY pulseaudio-time          "0.1 SBU (Using parallelism=4; add 0.2 SBU for tests)">
    1414]>
    1515
     
    127127      commands:
    128128    </para>
    129 
    130 <screen revision="sysv"><userinput>./configure --prefix=/usr                \
    131             --sysconfdir=/etc            \
    132             --localstatedir=/var         \
    133             --disable-bluez5             \
    134             --disable-rpath              \
    135             --with-systemduserunitdir=no &amp;&amp;
     129<!--
     130<screen revision="sysv"><userinput>./configure - -prefix=/usr                \
     131            - -sysconfdir=/etc            \
     132            - -localstatedir=/var         \
     133            - -disable-bluez5             \
     134            - -disable-rpath              \
     135            - -with-systemduserunitdir=no &amp;&amp;
    136136make</userinput></screen>
    137137
    138 <screen revision="systemd"><userinput>./configure --prefix=/usr        \
    139             --sysconfdir=/etc    \
    140             --localstatedir=/var \
    141             --disable-bluez5     \
    142             --disable-rpath      &amp;&amp;
     138<screen revision="systemd"><userinput>./configure - -prefix=/usr        \
     139            - -sysconfdir=/etc    \
     140            - -localstatedir=/var \
     141            - -disable-bluez5     \
     142            - -disable-rpath      &amp;&amp;
    143143make</userinput></screen>
     144-->
     145
     146<screen><userinput>mkdir build &amp;&amp;
     147cd    build &amp;&amp;
     148
     149meson  --prefix=/usr -Ddatabase=gdbm &amp;&amp;
     150ninja</userinput></screen>
    144151
    145152    <para>
    146       To test the results, issue: <command>make check</command>.
     153      To test the results, issue: <command>ninja test</command>. One test
     154      fails if the tests are not run as the root user, but this can be ignored.
    147155    </para>
    148156
     
    151159    </para>
    152160
    153 <screen role="root"><userinput>make install</userinput></screen>
     161<screen role="root"><userinput>ninja install</userinput></screen>
    154162
    155163    <!-- http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SystemWide/ -->
    156     <para>
     164    <para>Running PulseAudio as System-Wide Daemon is possible but not recommended.
     165      See <ulink
     166      url="https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SystemWide/"/>.
    157167      While still as the <systemitem class="username">root</systemitem>
    158168      user, remove the <application>D-Bus</application> configuration file
     
    164174
    165175  </sect2>
    166 
     176<!--
    167177  <sect2 role="commands">
    168178    <title>Command Explanations</title>
    169179
    170180    <para>
    171       <parameter>--disable-bluez5</parameter>: This switch prevents
     181      <parameter>- -disable-bluez5</parameter>: This switch prevents
    172182      a runtime error if <xref linkend="dbus"/> and <xref linkend="sbc"/>
    173183      are both installed but <xref linkend="bluez"/> is not installed.
     
    176186
    177187    <para>
    178       <parameter>--disable-rpath</parameter>: This switch prevents
     188      <parameter>- -disable-rpath</parameter>: This switch prevents
    179189      linker from adding a hardcoded runtime path to the installed
    180190      programs and libraries.
     
    182192
    183193  </sect2>
    184 
     194-->
    185195  <sect2 role="configuration">
    186196    <title>Configuring PulseAudio</title>
Note: See TracChangeset for help on using the changeset viewer.