Changeset 0956cf1


Ignore:
Timestamp:
02/14/2015 10:18:13 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:
570460d
Parents:
9eebf97
Message:

Update to pulseaudio-6.0.
LXDM-0.5.0 and ConsoleKit-0.4.6: s/option/parameter/.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9eebf97 r0956cf1  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     3<!ENTITY day          "14">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 13th, &year;">
     9<!ENTITY releasedate  "February 14th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r9eebf97 r0956cf1  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>February 14th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to pulseaudio-6.0. Fixes
     52          <ulink url="&blfs-ticket-root;5853">#5853</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • lxde/apps/lxdm.xml

    r9eebf97 r0956cf1  
    181181
    182182    <para>
    183       <option>--with-pam</option>: This option enables use of pam
     183      <parameter>--with-pam</parameter>: This parameter enables use of pam
    184184      authentication.
    185185    </para>
    186186
    187187    <para>
    188       <option>--with-systemdsystemunitdir=no</option>: BLFS does not support
    189       systemd.
     188      <parameter>--with-systemdsystemunitdir=no</parameter>: BLFS does not
     189      support systemd.
    190190    </para>
    191191
  • multimedia/libdriv/pulseaudio.xml

    r9eebf97 r0956cf1  
    88           "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-&pulseaudio-version;.tar.xz">
    99  <!ENTITY pulseaudio-download-ftp  " ">
    10   <!ENTITY pulseaudio-md5sum        "c43749838612f4860465e83ed62ca38e">
    11   <!ENTITY pulseaudio-size          "1.4 MB">
     10  <!ENTITY pulseaudio-md5sum        "b691e83b7434c678dffacfa3a027750e">
     11  <!ENTITY pulseaudio-size          "1.5 MB">
    1212  <!ENTITY pulseaudio-buildsize     "82 MB">
    13   <!ENTITY pulseaudio-time          "1.0 SBU">
     13  <!ENTITY pulseaudio-time          "1.3 SBU">
    1414]>
    1515
     
    3434      <application>PulseAudio</application> is a sound system for POSIX OSes,
    3535      meaning that it is a proxy for sound applications. It allows you to do
    36       advanced operations on your sound data as it passes between your application
    37       and your hardware. Things like transferring the audio to a different machine,
    38       changing the sample format or channel count and mixing several sounds into
    39       one are easily achieved using a sound server.
     36      advanced operations on your sound data as it passes between your
     37      application and your hardware. Things like transferring the audio to a
     38      different machine, changing the sample format or channel count and mixing
     39      several sounds into one are easily achieved using a sound server.
    4040    </para>
    4141
     
    103103      <xref linkend="GConf"/>,
    104104      <xref linkend="gtk3"/>,
    105       <xref linkend="libsamplerate"/>,
     105      <xref linkend="libsamplerate"/> (DEPRECATED in favour of speex),
    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>,
    112113      <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>,
    113114      <ulink url="http://tdb.samba.org/">TDB</ulink>,
     
    131132
    132133<screen><userinput>find . -name "Makefile.in" | xargs sed -i "s|(libdir)/@PACKAGE@|(libdir)/pulse|" &amp;&amp;
    133 ./configure --prefix=/usr         \
    134             --sysconfdir=/etc     \
    135             --localstatedir=/var  \
    136             --disable-bluez4      \
    137             --disable-rpath       \
     134./configure --prefix=/usr            \
     135            --sysconfdir=/etc        \
     136            --localstatedir=/var     \
     137            --disable-bluez4         \
     138            --disable-rpath          \
     139            --disable-systemd-daemon \
     140            --disable-systemd-login  \
    138141            --with-module-dir=/usr/lib/pulse/modules &amp;&amp;
    139142make</userinput></screen>
     
    186189
    187190    <para>
    188       <parameter>--with-module-dir=/usr/lib/pulse/modules</parameter>:
    189       This parameter ensures that <application>PulseAudio</application>
    190       modules are installed in <filename class="directory">/usr/lib/pulse/modules
     191      <parameter>--disable-systemd-daemon</parameter> and
     192      <parameter>--disable-systemd-login</parameter> : BLFS does not support
     193      systemd.
     194    </para>
     195
     196    <para>
     197      <parameter>--with-module-dir=/usr/lib/pulse/modules</parameter>: This
     198      parameter ensures that <application>PulseAudio</application> modules are
     199      installed in <filename class="directory">/usr/lib/pulse/modules
    191200      </filename> instead of <filename class="directory">
    192201      /usr/lib/pulse-&pulseaudio-major-version;/modules</filename>.
     
    266275          pax11publish, pulseaudio,
    267276          <!-- it looks like the equalizer needs FFTW: qpaeq, -->
    268           start-pulseaudio-kde and start-pulseaudio-x11
     277          and start-pulseaudio-x11
    269278        </seg>
    270279        <seg>
     
    275284          /etc/pulse,
    276285          /usr/include/pulse,
    277           /usr/lib/cmake/PulseAudio,
    278           /usr/lib/pulse, and
     286          /usr/lib/{cmake/PulseAudio,pulse},
     287          /usr/libexec/pulse, and
    279288          /usr/share/pulseaudio
    280289        </seg>
     
    303312        <listitem>
    304313          <para>
    305             Plays back or records raw or encoded audio streams on a
     314            plays back or records raw or encoded audio streams on a
    306315            <application>PulseAudio</application> sound server.
    307316          </para>
     
    453462      </varlistentry>
    454463-->
    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 
    468464      <varlistentry id="start-pulseaudio-x11">
    469465        <term><command>start-pulseaudio-x11</command></term>
    470466        <listitem>
    471467          <para>
    472             Starts <application>PulseAudio</application> and registers it to
     468            starts <application>PulseAudio</application> and registers it to
    473469            the X11 session manager.
    474470          </para>
  • packages.ent

    r9eebf97 r0956cf1  
    667667<!ENTITY opal-version                 "3.10.10">
    668668<!ENTITY opus-version                 "1.1">
    669 <!ENTITY pulseaudio-major-version     "5.0">
     669<!ENTITY pulseaudio-major-version     "6.0">
    670670<!ENTITY pulseaudio-version           "&pulseaudio-major-version;">
    671671<!ENTITY sdl-version                  "1.2.15">
  • postlfs/security/consolekit.xml

    r9eebf97 r0956cf1  
    138138
    139139    <para>
    140       <option>--enable-udev-acl</option>: This switch enables building of the
    141       <command>udev-acl</command> tool, which is used to allow normal users
     140      <parameter>--enable-udev-acl</parameter>: This switch enables building of
     141      the <command>udev-acl</command> tool, which is used to allow normal users
    142142      to access device nodes normally only accessible to
    143143      <systemitem class="username">root</systemitem>.
     
    145145
    146146    <para>
    147       <option>--enable-pam-module</option>: This switch enables building of the
    148       <application>ConsoleKit</application> <application>PAM</application>
    149       module which is needed for <application>ConsoleKit</application> to
    150       work correctly with <application>PAM</application>. Remove if
    151       <application>Linux PAM</application> is
     147      <parameter>--enable-pam-module</parameter>: This switch enables building
     148      of the <application>ConsoleKit</application>
     149      <application>PAM</application> module which is needed for
     150      <application>ConsoleKit</application> to work correctly with
     151      <application>PAM</application>. Remove if
     152      <application>Linux PAM</application> is
    152153      <emphasis role="strong">NOT</emphasis> installed.
     154    </para>
     155
     156    <para>
     157      <parameter>--with-systemdsystemunitdir=no</parameter>: Disable
     158      attempting to build with systemd libraries.
    153159    </para>
    154160
     
    157163      <application>xmlto</application> is installed and you wish to
    158164      build the API documentation.
    159     </para>
    160 
    161     <para>
    162       <option>--with-systemdsystemunitdir=no</option>: Disable
    163       attempting to build with systemd libraries.
    164165    </para>
    165166
Note: See TracChangeset for help on using the changeset viewer.