Author: ken
Date: Mon Dec  7 14:42:17 2020
New Revision: 23963

Log:
PulseAudio - reinstate updated switch re bluez, dbus, sbc.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/pulseaudio.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Dec  7 10:00:12 
2020        (r23962)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Dec  7 14:42:17 
2020        (r23963)
@@ -45,6 +45,10 @@
       <para>December 7th, 2020</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Allow pulseaudio-14 to build without BlueZ5 and SBC. 
Fixes
+          <ulink url="&blfs-ticket-root;14352">#14352</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to feh-3.6.1. Fixes
           <ulink url="&blfs-ticket-root;14349">#14349</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/multimedia/libdriv/pulseaudio.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/pulseaudio.xml        Mon Dec  7 10:00:12 
2020        (r23962)
+++ trunk/BOOK/multimedia/libdriv/pulseaudio.xml        Mon Dec  7 14:42:17 
2020        (r23963)
@@ -146,7 +146,7 @@
 <screen><userinput>mkdir build &amp;&amp;
 cd    build &amp;&amp;
 
-meson  --prefix=/usr -Ddatabase=gdbm &amp;&amp;
+meson  --prefix=/usr -Ddatabase=gdbm -Dbluez5=false &amp;&amp;
 ninja</userinput></screen>
 
     <para>
@@ -173,25 +173,23 @@
 <screen role="root"><userinput>rm -fv 
/etc/dbus-1/system.d/pulseaudio-system.conf</userinput></screen>
 
   </sect2>
-<!--
   <sect2 role="commands">
     <title>Command Explanations</title>
 
     <para>
-      <parameter>- -disable-bluez5</parameter>: This switch prevents
+      <parameter>-Dbluez5=false</parameter>: This switch prevents
       a runtime error if <xref linkend="dbus"/> and <xref linkend="sbc"/>
       are both installed but <xref linkend="bluez"/> is not installed.
       Remove this if you have installed all three packages.
     </para>
-
+<!--
     <para>
       <parameter>- -disable-rpath</parameter>: This switch prevents
       linker from adding a hardcoded runtime path to the installed
       programs and libraries.
-    </para>
+    </para>-->
 
   </sect2>
--->
   <sect2 role="configuration">
     <title>Configuring PulseAudio</title>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to