Changeset e0fa4a5


Ignore:
Timestamp:
03/15/2019 02:29:56 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
2535d7fd
Parents:
024f4e9f
Message:

Remove pulseaudio-elogind patch, fix dbus unit install

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    r024f4e9f re0fa4a5  
    151151            --disable-xml-docs                   \
    152152            --disable-static                     \
    153             --with-systemduserunitdir=           \
    154             --with-systemdsystemunitdir=         \
     153            --with-systemduserunitdir=no         \
     154            --with-systemdsystemunitdir=no       \
    155155            --docdir=/usr/share/doc/dbus-&dbus-version; \
    156156            --with-console-auth-dir=/run/console \
  • introduction/welcome/changelog.xml

    r024f4e9f re0fa4a5  
    6969        <listitem revision="sysv">
    7070          <para>[dj] - Add --withsystemd{user,system}unitdir= switches to
    71           prevent installation of systemd unit files.</para>
     71          prevent installation of systemd unit files in several packages.</para>
    7272        </listitem>
    7373        <listitem revision="sysv">
  • multimedia/libdriv/pulseaudio.xml

    r024f4e9f re0fa4a5  
    7676    </itemizedlist>
    7777
    78     <bridgehead renderas="sect3" revision="sysv">Additional Downloads</bridgehead>
    79     <itemizedlist spacing="compact" revision="sysv">
    80       <listitem>
    81         <para>
    82           Required patch:
    83           <ulink url="&patch-root;/pulseaudio-&pulseaudio-version;-elogind-1.patch"/>
    84         </para>
    85       </listitem>
    86     </itemizedlist>
    87 
    8878    <bridgehead renderas="sect3">PulseAudio Dependencies</bridgehead>
    8979
     
    133123    <title>Installation of PulseAudio</title>
    134124
    135     <para revision="sysv">
    136       If building with elogind, apply a patch to enable it:
    137     </para>
    138 
    139 <screen revision="sysv"><userinput>patch -Np1 -i ../pulseaudio-&pulseaudio-version;-elogind-1.patch &amp;&amp;
    140 AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv</userinput></screen>
    141 
    142125    <para>
    143126      Install <application>PulseAudio</application> by running the following
     
    148131
    149132AUTOPOINT='intltoolize \-\-automake \-\-copy' autoreconf -fiv &amp;&amp;-->
    150 <screen><userinput>./configure --prefix=/usr        \
     133
     134<screen revision="sysv"><userinput>./configure --prefix=/usr                \
     135            --sysconfdir=/etc            \
     136            --localstatedir=/var         \
     137            --disable-bluez4             \
     138            --disable-bluez5             \
     139            --disable-rpath              \
     140            --with-systemduserunitdir=no &amp;&amp;
     141make</userinput></screen>
     142
     143<screen revision="systemd"><userinput>./configure --prefix=/usr        \
    151144            --sysconfdir=/etc    \
    152145            --localstatedir=/var \
Note: See TracChangeset for help on using the changeset viewer.