Changeset 4d390d2


Ignore:
Timestamp:
05/25/2019 03:31:11 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
cbf7be5
Parents:
8eebfaa5
Message:

Merge to HEAD 21624.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8eebfaa5 r4d390d2  
    8383<!-- End LFS versions -->
    8484
    85 <!ENTITY blfs-bootscripts-version     "20190313">
     85<!ENTITY blfs-bootscripts-version     "20190524">
    8686<!ENTITY systemd-units-version        "20180105">
    8787
  • introduction/welcome/changelog.xml

    r8eebfaa5 r4d390d2  
    7979      <para>May 24th, 2019</para>
    8080      <itemizedlist>
     81        <listitem>
     82          <para>[renodr] - Adapt Pulseaudio to ALSA API Changes.</para>
     83        </listitem>
     84        <listitem revision="sysv">
     85          <para>[dj] - Minor cleanups to network bootscripts.</para>
     86        </listitem>
    8187        <listitem>
    8288          <para>[dj] - Add Linux-PAM configuration for libcap.</para>
  • multimedia/libdriv/gst10-plugins-base.xml

    r8eebfaa5 r4d390d2  
    123123    <note><para>If you need a plugin for a given dependency, that dependency
    124124      needs to be installed before this application.
     125    </para></note>
     126
     127    <note><para>If you do not have a Objective-C compiler installed, the build
     128      system for this package will throw a warning about a failed sanity check.
     129      This is harmless, and it is safe to continue.
    125130    </para></note>
    126131
  • multimedia/libdriv/pulseaudio.xml

    r8eebfaa5 r4d390d2  
    128128    </para>
    129129
    130 <!--<screen><userinput>patch -Np1 -i ../pulseaudio-&pulseaudio-version;-glibc_2.27_fix-1.patch &amp;&amp;
    131 
    132 AUTOPOINT='intltoolize \-\-automake \-\-copy' autoreconf -fiv &amp;&amp;-->
    133 
    134 <screen revision="sysv"><userinput>./configure --prefix=/usr                \
     130    <para>
     131      First, adapt Pulseaudio to upstream ALSA API changes:
     132    </para>
     133    <!-- This is due to it becoming FATAL to include ALSA headers from
     134         /usr/include instead of /usr/include/alsa. Only one of these
     135         files uses pkg-config to get it's headers, and as a result,
     136         the hardcoded paths need to be updated. In this case, I developed
     137         three seds and a call to ./bootstrap.sh to fix this. Other packages
     138         may be affected by this upstream ALSA change as well. -->
     139
     140<screen><userinput>sed -i "s:asoundlib.h:alsa/asoundlib.h:" src/modules/alsa/*.{c,h} &amp;&amp;
     141sed -i "s:use-case.h:alsa/use-case.h:" configure.ac &amp;&amp;
     142sed -i "s:use-case.h:alsa/use-case.h:" src/modules/alsa/alsa-ucm.h</userinput></screen>
     143
     144<screen revision="sysv"><userinput>NOCONFIGURE=1 ./bootstrap.sh     &amp;&amp;
     145./configure --prefix=/usr                \
    135146            --sysconfdir=/etc            \
    136147            --localstatedir=/var         \
     
    141152make</userinput></screen>
    142153
    143 <screen revision="systemd"><userinput>./configure --prefix=/usr        \
     154<screen revision="systemd"><userinput>NOCONFIGURE=1 ./bootstrap.sh     &amp;&amp;
     155./configure --prefix=/usr        \
    144156            --sysconfdir=/etc    \
    145157            --localstatedir=/var \
  • networking/netprogs/bridgeutils.xml

    r8eebfaa5 r4d390d2  
    153153<literal>ONBOOT=yes
    154154IFACE=br0
     155VIRTINT=yes
    155156SERVICE="bridge ipv4-static"  # Space separated
    156157IP=192.168.1.32
Note: See TracChangeset for help on using the changeset viewer.