Changeset d8f80e9 for multimedia


Ignore:
Timestamp:
09/14/2019 08:43:16 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
e19f9bd
Parents:
f6be42d
Message:

Update to pulseaudio-13.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/pulseaudio.xml

    rf6be42d rd8f80e9  
    88           "https://www.freedesktop.org/software/pulseaudio/releases/pulseaudio-&pulseaudio-version;.tar.xz">
    99  <!ENTITY pulseaudio-download-ftp  " ">
    10   <!ENTITY pulseaudio-md5sum        "c42f1f1465e8df9859d023dc184734bf">
    11   <!ENTITY pulseaudio-size          "1.6 MB">
    12   <!ENTITY pulseaudio-buildsize     "112 MB (add 2 MB for tests)">
    13   <!ENTITY pulseaudio-time          "1.2 SBU (add 0.7 SBU for tests)">
     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)">
    1414]>
    1515
     
    127127      commands:
    128128    </para>
    129 
     129<!--
    130130    <para>
    131131      First, adapt Pulseaudio to upstream ALSA API changes:
    132132    </para>
     133-->
    133134    <!-- This is due to it becoming FATAL to include ALSA headers from
    134135         /usr/include instead of /usr/include/alsa. Only one of these
     
    137138         three seds and a call to ./bootstrap.sh to fix this. Other packages
    138139         may be affected by this upstream ALSA change as well. -->
    139 
    140 <screen><userinput>sed -i "s:asoundlib.h:alsa/asoundlib.h:" src/modules/alsa/*.{c,h} &amp;&amp;
     140<!--
     141<screen><userinput>Esed -i "s:asoundlib.h:alsa/asoundlib.h:" src/modules/alsa/*.{c,h} &amp;&amp;
    141142sed -i "s:use-case.h:alsa/use-case.h:" configure.ac &amp;&amp;
    142143sed -i "s:use-case.h:alsa/use-case.h:" src/modules/alsa/alsa-ucm.h</userinput></screen>
    143 
    144 <screen revision="sysv"><userinput>NOCONFIGURE=1 ./bootstrap.sh     &amp;&amp;
    145 ./configure --prefix=/usr                \
     144-->
     145<screen revision="sysv"><userinput>./configure --prefix=/usr                \
    146146            --sysconfdir=/etc            \
    147147            --localstatedir=/var         \
     
    152152make</userinput></screen>
    153153
    154 <screen revision="systemd"><userinput>NOCONFIGURE=1 ./bootstrap.sh     &amp;&amp;
    155 ./configure --prefix=/usr        \
     154<screen revision="systemd"><userinput>./configure --prefix=/usr        \
    156155            --sysconfdir=/etc    \
    157156            --localstatedir=/var \
     
    163162    <para>
    164163      To test the results, issue: <command>make check</command>.
    165       The volume-test may fail for unknown reasons.
     164      <!-- The volume-test may fail for unknown reasons.
     165           Works OK for pa-13.0 --> 
     166
    166167      <!-- apparently, the max deviation is higher than expected, i.e. assertion
    167168           failed, result of 280 > 253 : but it seems to work -->
     
    256257
    257258    <sect3><title>Configuration Information</title>
    258 
     259<!--
    259260      <para>
    260261        The default configuration files allow setting up a working installation.
     
    266267<screen role="root"><userinput>sed -i '/load-module module-console-kit/s/^/#/' /etc/pulse/default.pa</userinput></screen>
    267268
     269       In 13.0 this is protected via .ifexists module-console-kit.so
     270-->
    268271      <para>
    269         You may also have to configure the audio system. You can start
     272        You may have to configure the audio system. You can start
    270273        <application>pulseaudio</application> in command line mode using
    271274        <command>pulseaudio -C</command> and then list various
     
    315318          esdcompat, pacat, pacmd, pactl, padsp, pamon (symlink to pacat),
    316319          paplay (symlink to pacat), parec (symlink to pacat),
    317           parecord (symlink to pacat), pasuspender,
     320          parecord (symlink to pacat), qpaeq, pasuspender,
    318321          pax11publish, pulseaudio, and
    319322          <!-- it looks like the equalizer needs FFTW: qpaeq, -->
     
    497500      </varlistentry>
    498501
    499 <!-- only installed if FFTW is present
     502<!-- only installed if FFTW is present -->
    500503      <varlistentry id="qpaeq">
    501504        <term><command>qpaeq</command></term>
     
    503506          <para>
    504507            is an equalizer interface for
    505             <application>PulseAudio</application> equalizer sinks.
     508            <application>PulseAudio</application> equalizer sinks
     509            (Requires <xref linkend="fftw"/> at build time).
    506510          </para>
    507511          <indexterm zone="pulseaudio qpaeq">
     
    510514        </listitem>
    511515      </varlistentry>
    512 -->
     516
    513517<!-- Not found in PA 7.0
    514518      <varlistentry id="start-pulseaudio-kde">
Note: See TracChangeset for help on using the changeset viewer.