Changeset 4b141a4 for multimedia


Ignore:
Timestamp:
05/11/2012 04:26:37 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
94298cd
Parents:
c9ad670
Message:

PulseAudio 2.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/pulseaudio.xml

    rc9ad670 r4b141a4  
    77  <!ENTITY pulseaudio-download-http "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-&pulseaudio-version;.tar.xz">
    88  <!ENTITY pulseaudio-download-ftp  " ">
    9   <!ENTITY pulseaudio-md5sum        "17d21df798cee407b769c6355fae397a">
    10   <!ENTITY pulseaudio-size          "1.2 MB">
     9  <!ENTITY pulseaudio-md5sum        "9bbde657c353fe675c3b693054175a8e">
     10  <!ENTITY pulseaudio-size          "1.3 MB">
    1111  <!ENTITY pulseaudio-buildsize     "75 MB">
    1212  <!ENTITY pulseaudio-time          "1.0 SBU">
     
    8181      <xref linkend="intltool"/>,
    8282      <xref linkend="json-c"/>,
    83       <xref linkend="libsndfile"/>,
    84       <xref linkend="pkgconfig"/> and
    85       <xref linkend="speex"/>
     83      <xref linkend="libsndfile"/> and
     84      <xref linkend="pkgconfig"/>
    8685    </para>
    8786
     
    8988    <para role="recommended">
    9089      <xref linkend="alsa-lib"/>,
    91       <xref linkend="dbus"/> and
    92       <xref linkend="openssl"/>
     90      <xref linkend="dbus"/>,
     91      <xref linkend="openssl"/> and
     92      <xref linkend="speex"/>
    9393    </para>
    9494
    9595    <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
    9696    <para role="optional">
    97       <xref linkend="GConf"/> and
     97      <xref linkend="GConf"/>,
     98      <xref linkend="gtk2"/> and
    9899      <xref linkend="xorg7-lib"/>
    99100    </para>
     
    104105      <ulink url="http://www.bluez.org/">BlueZ</ulink>,
    105106      <ulink url="http://www.fftw.org/">FFTW</ulink>,
    106       <xref linkend="gtk2"/>,
    107107      <ulink url="http://jackit.sourceforge.net/">JACK</ulink>,
    108108      <ulink url="http://0pointer.de/lennart/projects/libasyncns/">libasyncns</ulink>,
     
    127127    </para>
    128128
    129 <screen><userinput>./configure --prefix=/usr \
     129<screen><userinput>find . -name "Makefile.in" | xargs sed -i "s|(libdir)/@PACKAGE@|(libdir)/pulse|" &amp;&amp;
     130./configure --prefix=/usr \
    130131            --sysconfdir=/etc \
    131132            --localstatedir=/var \
     
    158159
    159160    <para>
    160       <parameter>---with-module-dir=/usr/lib/pulse/modules</parameter>:
     161      <parameter>--with-module-dir=/usr/lib/pulse/modules</parameter>:
    161162      This parameter ensures that <application>PulseAudio</application>
    162163      modules are installed in <filename class="directory">/usr/lib/pulse/modules
     
    182183        </seg>
    183184        <seg>
    184           libpulsecommon-1.1.so, libpulsecore-1.1.so, libpulsedsp.so,
    185           libpulse-mainloop-glib.so, libpulse-simple.so and libpulse.so
     185          libpulsecore-2.0.so, libpulse-mainloop-glib.so,
     186          libpulse-simple.so and libpulse.so
    186187        </seg>
    187188        <seg>
    188           /etc/pulse, /usr/include/pulse, /usr/lib/cmake/PulseAudio,
    189           /usr/lib/pulse and /usr/share/pulseaudio
     189          /etc/pulse,
     190          /usr/include/pulse,
     191          /usr/lib/cmake/PulseAudio,
     192          /usr/lib/pulse and
     193          /usr/share/pulseaudio
    190194        </seg>
    191195      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.