Changeset 195b246


Ignore:
Timestamp:
09/19/2019 02:42:58 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
c0b91932
Parents:
76ec4ce
Message:

Archive fuse2.
Promote wget to required in usbutils.
Promote linux-pam to recommended in samba.
libvdpau no longer installs docs.

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

Files:
6 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    r76ec4ce r195b246  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     3<!ENTITY day          "19">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 17th, &year;">
     9<!ENTITY releasedate  "September 19th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/usbutils.xml

    r76ec4ce r195b246  
    8484    <bridgehead renderas="sect3">USB Utils Dependencies</bridgehead>
    8585
    86     <bridgehead renderas="sect4">Required</bridgehead>
     86   
    8787    <para role="required">
    88       <xref linkend="libusb"/>
    89       <phrase revision="systemd">and <xref linkend="wget"/></phrase>
     88      <xref linkend="libusb"/> and
     89      <xref linkend="wget"/>
    9090      <!-- In the systemd book, a unit/timer is installed to update the
    91       usb.ids file automatically. -->
     91      usb.ids file automatically.
     92     
     93      wget is used in the instructions below.
     94      -->
    9295    </para>
    9396
  • introduction/welcome/changelog.xml

    r76ec4ce r195b246  
    4343-->
    4444    <listitem>
     45      <para>September 19th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Archive fuse2.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>September 16th, 2019</para>
    4655      <itemizedlist>
  • networking/netprogs/samba.xml

    r76ec4ce r195b246  
    7777      <xref linkend="gpgme"/>,
    7878      <xref linkend="libxslt"/> (for documentation),
     79      <xref linkend="linux-pam"/>,
    7980      <xref linkend="perl-parse-yapp"/>,
    8081      <xref linkend="pycryptodome"/>, and
     
    9798      <xref linkend="libgcrypt"/>,
    9899      <xref linkend="libnsl"/>,
    99       <xref linkend="linux-pam"/>,
    100100      <xref linkend="mitkrb"/>,
    101101      <xref linkend="nss"/>,
  • postlfs/filesystems/filesystems.xml

    r76ec4ce r195b246  
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dosfstools.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fuse3.xml"/>
    29   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fuse2.xml"/>
     29<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fuse2.xml"/> -->
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jfs.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lvm2.xml"/>
  • x/installing/libvdpau.xml

    r76ec4ce r195b246  
    137137    </para>
    138138
    139 <screen role="root"><userinput>ninja install &amp;&amp;
    140 mv -v $XORG_PREFIX/share/doc/libvdpau $XORG_PREFIX/share/doc/libvdpau-&libvdpau-version;</userinput></screen>
     139<screen role="root"><userinput>ninja install</userinput></screen>
    141140
    142141  </sect3>
     
    158157        </seg>
    159158        <seg>
    160           $XORG_PREFIX/{include,lib}/vdpau and
    161           $XORG_PREFIX/share/doc/libvdpau-&libvdpau-version;
     159          $XORG_PREFIX/{include,lib}/vdpau
    162160        </seg>
    163161      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.