Ignore:
Timestamp:
02/25/2015 03:28:05 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, 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:
059a1a5c
Parents:
26a85f0
Message:

Revert to pulseaudio-5.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/pulseaudio.xml

    r26a85f0 r758637c  
    88           "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-&pulseaudio-version;.tar.xz">
    99  <!ENTITY pulseaudio-download-ftp  " ">
    10   <!ENTITY pulseaudio-md5sum        "b691e83b7434c678dffacfa3a027750e">
    11   <!ENTITY pulseaudio-size          "1.5 MB">
     10  <!ENTITY pulseaudio-md5sum        "c43749838612f4860465e83ed62ca38e">
     11  <!ENTITY pulseaudio-size          "1.4 MB">
    1212  <!ENTITY pulseaudio-buildsize     "82 MB">
    13   <!ENTITY pulseaudio-time          "1.3 SBU">
     13  <!ENTITY pulseaudio-time          "1.0 SBU">
    1414]>
    1515
     
    103103      <xref linkend="GConf"/>,
    104104      <xref linkend="gtk3"/>,
    105       <xref linkend="libsamplerate"/> (DEPRECATED in favour of speex),
     105      <xref linkend="libsamplerate"/>,
    106106      <xref linkend="sbc"/> (Bluetooth support),
    107107      <xref linkend="valgrind"/>,
     
    110110      <ulink url="http://0pointer.de/lennart/projects/libasyncns/">libasyncns</ulink>,
    111111      <ulink url="http://www.lirc.org/">LIRC</ulink>,
    112       <ulink url="https://www.kernel.org/pub/linux/network/ofono/">oFono</ulink>,
    113112      <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>,
    114113      <ulink url="http://tdb.samba.org/">TDB</ulink>,
     
    132131
    133132<screen><userinput>find . -name "Makefile.in" | xargs sed -i "s|(libdir)/@PACKAGE@|(libdir)/pulse|" &amp;&amp;
    134 ./configure --prefix=/usr            \
    135             --sysconfdir=/etc        \
    136             --localstatedir=/var     \
    137             --disable-bluez4         \
    138             --disable-rpath          \
    139             --disable-systemd-daemon \
    140             --disable-systemd-login  \
     133./configure --prefix=/usr        \
     134            --sysconfdir=/etc    \
     135            --localstatedir=/var \
     136            --disable-bluez4     \
     137            --disable-rpath      \
    141138            --with-module-dir=/usr/lib/pulse/modules &amp;&amp;
    142139make</userinput></screen>
     
    186183      linker from adding a hardcoded runtime path to the installed
    187184      programs and libraries.
    188     </para>
    189 
    190     <para>
    191       <parameter>--disable-systemd-daemon</parameter> and
    192       <parameter>--disable-systemd-login</parameter> : BLFS does not support
    193       systemd.
    194185    </para>
    195186
     
    275266          pax11publish, pulseaudio,
    276267          <!-- it looks like the equalizer needs FFTW: qpaeq, -->
    277           and start-pulseaudio-x11
     268          start-pulseaudio-kde and start-pulseaudio-x11
    278269        </seg>
    279270        <seg>
     
    462453      </varlistentry>
    463454-->
     455      <varlistentry id="start-pulseaudio-kde">
     456        <term><command>start-pulseaudio-kde</command></term>
     457        <listitem>
     458          <para>
     459            Starts <application>PulseAudio</application> and loads
     460            module-device-manager to use KDE routing policies.
     461          </para>
     462          <indexterm zone="pulseaudio start-pulseaudio-kde">
     463            <primary sortas="b-start-pulseaudio-kde">start-pulseaudio-kde</primary>
     464          </indexterm>
     465        </listitem>
     466      </varlistentry>
     467
    464468      <varlistentry id="start-pulseaudio-x11">
    465469        <term><command>start-pulseaudio-x11</command></term>
Note: See TracChangeset for help on using the changeset viewer.