Changeset 0956cf1
- Timestamp:
- 02/14/2015 10:18:13 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 570460d
- Parents:
- 9eebf97
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9eebf97 r0956cf1 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 3"> <!-- Always 2 digits -->3 <!ENTITY day "14"> <!-- Always 2 digits --> 4 4 <!ENTITY month "02"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "February 1 3th, &year;">9 <!ENTITY releasedate "February 14th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r9eebf97 r0956cf1 44 44 45 45 --> 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> 46 56 47 57 <listitem> -
lxde/apps/lxdm.xml
r9eebf97 r0956cf1 181 181 182 182 <para> 183 < option>--with-pam</option>: This optionenables use of pam183 <parameter>--with-pam</parameter>: This parameter enables use of pam 184 184 authentication. 185 185 </para> 186 186 187 187 <para> 188 < option>--with-systemdsystemunitdir=no</option>: BLFS does not support189 s ystemd.188 <parameter>--with-systemdsystemunitdir=no</parameter>: BLFS does not 189 support systemd. 190 190 </para> 191 191 -
multimedia/libdriv/pulseaudio.xml
r9eebf97 r0956cf1 8 8 "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-&pulseaudio-version;.tar.xz"> 9 9 <!ENTITY pulseaudio-download-ftp " "> 10 <!ENTITY pulseaudio-md5sum " c43749838612f4860465e83ed62ca38e">11 <!ENTITY pulseaudio-size "1. 4MB">10 <!ENTITY pulseaudio-md5sum "b691e83b7434c678dffacfa3a027750e"> 11 <!ENTITY pulseaudio-size "1.5 MB"> 12 12 <!ENTITY pulseaudio-buildsize "82 MB"> 13 <!ENTITY pulseaudio-time "1. 0SBU">13 <!ENTITY pulseaudio-time "1.3 SBU"> 14 14 ]> 15 15 … … 34 34 <application>PulseAudio</application> is a sound system for POSIX OSes, 35 35 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 application37 a nd your hardware. Things like transferring the audio to a different machine,38 changing the sample format or channel count and mixing several sounds into39 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. 40 40 </para> 41 41 … … 103 103 <xref linkend="GConf"/>, 104 104 <xref linkend="gtk3"/>, 105 <xref linkend="libsamplerate"/> ,105 <xref linkend="libsamplerate"/> (DEPRECATED in favour of speex), 106 106 <xref linkend="sbc"/> (Bluetooth support), 107 107 <xref linkend="valgrind"/>, … … 110 110 <ulink url="http://0pointer.de/lennart/projects/libasyncns/">libasyncns</ulink>, 111 111 <ulink url="http://www.lirc.org/">LIRC</ulink>, 112 <ulink url="https://www.kernel.org/pub/linux/network/ofono/">oFono</ulink>, 112 113 <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>, 113 114 <ulink url="http://tdb.samba.org/">TDB</ulink>, … … 131 132 132 133 <screen><userinput>find . -name "Makefile.in" | xargs sed -i "s|(libdir)/@PACKAGE@|(libdir)/pulse|" && 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 \ 138 141 --with-module-dir=/usr/lib/pulse/modules && 139 142 make</userinput></screen> … … 186 189 187 190 <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 191 200 </filename> instead of <filename class="directory"> 192 201 /usr/lib/pulse-&pulseaudio-major-version;/modules</filename>. … … 266 275 pax11publish, pulseaudio, 267 276 <!-- it looks like the equalizer needs FFTW: qpaeq, --> 268 start-pulseaudio-kdeand start-pulseaudio-x11277 and start-pulseaudio-x11 269 278 </seg> 270 279 <seg> … … 275 284 /etc/pulse, 276 285 /usr/include/pulse, 277 /usr/lib/ cmake/PulseAudio,278 /usr/lib /pulse, and286 /usr/lib/{cmake/PulseAudio,pulse}, 287 /usr/libexec/pulse, and 279 288 /usr/share/pulseaudio 280 289 </seg> … … 303 312 <listitem> 304 313 <para> 305 Plays back or records raw or encoded audio streams on a314 plays back or records raw or encoded audio streams on a 306 315 <application>PulseAudio</application> sound server. 307 316 </para> … … 453 462 </varlistentry> 454 463 --> 455 <varlistentry id="start-pulseaudio-kde">456 <term><command>start-pulseaudio-kde</command></term>457 <listitem>458 <para>459 Starts <application>PulseAudio</application> and loads460 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 468 464 <varlistentry id="start-pulseaudio-x11"> 469 465 <term><command>start-pulseaudio-x11</command></term> 470 466 <listitem> 471 467 <para> 472 Starts <application>PulseAudio</application> and registers it to468 starts <application>PulseAudio</application> and registers it to 473 469 the X11 session manager. 474 470 </para> -
packages.ent
r9eebf97 r0956cf1 667 667 <!ENTITY opal-version "3.10.10"> 668 668 <!ENTITY opus-version "1.1"> 669 <!ENTITY pulseaudio-major-version " 5.0">669 <!ENTITY pulseaudio-major-version "6.0"> 670 670 <!ENTITY pulseaudio-version "&pulseaudio-major-version;"> 671 671 <!ENTITY sdl-version "1.2.15"> -
postlfs/security/consolekit.xml
r9eebf97 r0956cf1 138 138 139 139 <para> 140 < option>--enable-udev-acl</option>: This switch enables building of the141 <command>udev-acl</command> tool, which is used to allow normal users140 <parameter>--enable-udev-acl</parameter>: This switch enables building of 141 the <command>udev-acl</command> tool, which is used to allow normal users 142 142 to access device nodes normally only accessible to 143 143 <systemitem class="username">root</systemitem>. … … 145 145 146 146 <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 152 153 <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. 153 159 </para> 154 160 … … 157 163 <application>xmlto</application> is installed and you wish to 158 164 build the API documentation. 159 </para>160 161 <para>162 <option>--with-systemdsystemunitdir=no</option>: Disable163 attempting to build with systemd libraries.164 165 </para> 165 166
Note:
See TracChangeset
for help on using the changeset viewer.