Changeset 195b246
- Timestamp:
- 09/19/2019 02:42:58 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c0b91932
- Parents:
- 76ec4ce
- Files:
-
- 6 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r76ec4ce r195b246 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 7"> <!-- Always 2 digits -->3 <!ENTITY day "19"> <!-- Always 2 digits --> 4 4 <!ENTITY month "09"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "September 1 7th, &year;">9 <!ENTITY releasedate "September 19th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/sysutils/usbutils.xml
r76ec4ce r195b246 84 84 <bridgehead renderas="sect3">USB Utils Dependencies</bridgehead> 85 85 86 <bridgehead renderas="sect4">Required</bridgehead>86 87 87 <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"/> 90 90 <!-- 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 --> 92 95 </para> 93 96 -
introduction/welcome/changelog.xml
r76ec4ce r195b246 43 43 --> 44 44 <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> 45 54 <para>September 16th, 2019</para> 46 55 <itemizedlist> -
networking/netprogs/samba.xml
r76ec4ce r195b246 77 77 <xref linkend="gpgme"/>, 78 78 <xref linkend="libxslt"/> (for documentation), 79 <xref linkend="linux-pam"/>, 79 80 <xref linkend="perl-parse-yapp"/>, 80 81 <xref linkend="pycryptodome"/>, and … … 97 98 <xref linkend="libgcrypt"/>, 98 99 <xref linkend="libnsl"/>, 99 <xref linkend="linux-pam"/>,100 100 <xref linkend="mitkrb"/>, 101 101 <xref linkend="nss"/>, -
postlfs/filesystems/filesystems.xml
r76ec4ce r195b246 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dosfstools.xml"/> 28 28 <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"/> --> 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jfs.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lvm2.xml"/> -
x/installing/libvdpau.xml
r76ec4ce r195b246 137 137 </para> 138 138 139 <screen role="root"><userinput>ninja install && 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> 141 140 142 141 </sect3> … … 158 157 </seg> 159 158 <seg> 160 $XORG_PREFIX/{include,lib}/vdpau and 161 $XORG_PREFIX/share/doc/libvdpau-&libvdpau-version; 159 $XORG_PREFIX/{include,lib}/vdpau 162 160 </seg> 163 161 </seglistitem>
Note:
See TracChangeset
for help on using the changeset viewer.