Ignore:
Timestamp:
03/27/2015 08:41:14 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
6cde8463
Parents:
a4176e9
Message:

Update to wpa_supplicant-2.4.
Update to File::Which-1.12.
Update to pulseaudio-6.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/pulseaudio.xml

    ra4176e9 r5622b1b7  
    88           "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-&pulseaudio-version;.tar.xz">
    99  <!ENTITY pulseaudio-download-ftp  " ">
    10   <!ENTITY pulseaudio-md5sum        "c43749838612f4860465e83ed62ca38e">
     10  <!ENTITY pulseaudio-md5sum        "b691e83b7434c678dffacfa3a027750e">
    1111  <!ENTITY pulseaudio-size          "1.4 MB">
    12   <!ENTITY pulseaudio-buildsize     "82 MB">
    13   <!ENTITY pulseaudio-time          "1.0 SBU">
     12  <!ENTITY pulseaudio-buildsize     "95 MB">
     13  <!ENTITY pulseaudio-time          "1.0 SBU (additional 0.6 SBU for tests)">
    1414]>
    1515
     
    130130    </para>
    131131
    132 <screen><userinput>find . -name "Makefile.in" | xargs sed -i "s|(libdir)/@PACKAGE@|(libdir)/pulse|" &amp;&amp;
    133 ./configure --prefix=/usr        \
     132<screen><userinput>./configure --prefix=/usr        \
    134133            --sysconfdir=/etc    \
    135134            --localstatedir=/var \
    136135            --disable-bluez4     \
    137             --disable-rpath      \
    138             --with-module-dir=/usr/lib/pulse/modules &amp;&amp;
     136            --disable-rpath      &amp;&amp;
    139137make</userinput></screen>
    140138
     
    163161  <sect2 role="commands">
    164162    <title>Command Explanations</title>
    165 
    166     <para>
    167       <command>find . -name Makefile.in ...</command>: This sed changes
    168       the build system to install <application>PulseAudio</application>
    169       private libraries into
    170       <filename class="directory">/usr/lib/pulse</filename> instead of
    171       <filename class="directory">/usr/lib/pulseaudio</filename>.
    172     </para>
    173163
    174164    <para>
     
    264254          esdcompat, pacat, pacmd, pactl, padsp, pamon (symlink),
    265255          paplay (symlink), parec (symlink), parecord (symlink), pasuspender,
    266           pax11publish, pulseaudio,
     256          pax11publish, pulseaudio, and
    267257          <!-- it looks like the equalizer needs FFTW: qpaeq, -->
    268           start-pulseaudio-kde and start-pulseaudio-x11
     258          start-pulseaudio-x11
    269259        </seg>
    270260        <seg>
    271           libpulsecore-&pulseaudio-major-version;.so, libpulse-mainloop-glib.so,
    272           libpulse-simple.so and libpulse.so
     261          libpulse.so,
     262          libpulse-mainloop-glib.so,
     263          libpulse-simple.so, and
     264          libpulsecore-&pulseaudio-major-version;.so
    273265        </seg>
    274266        <seg>
    275267          /etc/pulse,
    276268          /usr/include/pulse,
    277           /usr/lib/{cmake/PulseAudio,pulse},
     269          /usr/lib/{pulseaudio,pulse-6.0},
     270          /usr/lib/cmake/PulseAudio,
    278271          /usr/libexec/pulse, and
    279272          /usr/share/pulseaudio
Note: See TracChangeset for help on using the changeset viewer.