Author: bdubbs
Date: Sun Sep 20 14:02:11 2015
New Revision: 16435
Log:
Tags and some minor formatting
Modified:
trunk/BOOK/general/genlib/libdaemon.xml
trunk/BOOK/general/genlib/openobex.xml
trunk/BOOK/general/genutils/chrpath.xml
trunk/BOOK/general/genutils/compface.xml
trunk/BOOK/general/genutils/hd2u.xml
trunk/BOOK/general/graphlib/opencv.xml
trunk/BOOK/general/prog/python2.xml
trunk/BOOK/general/prog/python3.xml
trunk/BOOK/general/sysutils/at.xml
trunk/BOOK/general/sysutils/obex-data-server.xml
trunk/BOOK/general/sysutils/p7zip.xml
trunk/BOOK/general/sysutils/unrar.xml
trunk/BOOK/lxde/desktop/lxde-icon-theme.xml
trunk/BOOK/multimedia/videoutils/ffmpeg.xml
trunk/BOOK/multimedia/videoutils/mplayer.xml
trunk/BOOK/multimedia/videoutils/transcode.xml
trunk/BOOK/networking/mailnews/mutt.xml
trunk/BOOK/networking/mailnews/procmail.xml
trunk/BOOK/networking/netutils/avahi.xml
trunk/BOOK/pst/printing/cups-filters.xml
trunk/BOOK/pst/printing/cups.xml
trunk/BOOK/pst/printing/gs.xml
trunk/BOOK/pst/printing/gutenprint.xml
trunk/BOOK/pst/ps/a2ps.xml
trunk/BOOK/pst/ps/enscript.xml
trunk/BOOK/pst/ps/paps.xml
trunk/BOOK/pst/scanning/sane.xml
trunk/BOOK/pst/scanning/xsane.xml
trunk/BOOK/server/mail/sendmail.xml
Modified: trunk/BOOK/general/genlib/libdaemon.xml
==============================================================================
--- trunk/BOOK/general/genlib/libdaemon.xml Sun Sep 20 10:16:53 2015
(r16434)
+++ trunk/BOOK/general/genlib/libdaemon.xml Sun Sep 20 14:02:11 2015
(r16435)
@@ -34,7 +34,7 @@
library that eases the writing of UNIX daemons.
</para>
- &lfs77_checked; &gcc5_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/genlib/openobex.xml
==============================================================================
--- trunk/BOOK/general/genlib/openobex.xml Sun Sep 20 10:16:53 2015
(r16434)
+++ trunk/BOOK/general/genlib/openobex.xml Sun Sep 20 14:02:11 2015
(r16435)
@@ -35,7 +35,7 @@
binary file transfers between devices.
</para>
- &lfs77_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/genutils/chrpath.xml
==============================================================================
--- trunk/BOOK/general/genutils/chrpath.xml Sun Sep 20 10:16:53 2015
(r16434)
+++ trunk/BOOK/general/genutils/chrpath.xml Sun Sep 20 14:02:11 2015
(r16435)
@@ -34,7 +34,7 @@
path (rpath and runpath) of compiled programs and libraries.
</para>
- &lfs77_checked; &gcc5_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/genutils/compface.xml
==============================================================================
--- trunk/BOOK/general/genutils/compface.xml Sun Sep 20 10:16:53 2015
(r16434)
+++ trunk/BOOK/general/genutils/compface.xml Sun Sep 20 14:02:11 2015
(r16435)
@@ -33,7 +33,7 @@
convert from/to X-Face format, a 48x48 bitmap format used to carry
thumbnails
of email authors in a mail header.</para>
- &lfs77_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/genutils/hd2u.xml
==============================================================================
--- trunk/BOOK/general/genutils/hd2u.xml Sun Sep 20 10:16:53 2015
(r16434)
+++ trunk/BOOK/general/genutils/hd2u.xml Sun Sep 20 14:02:11 2015
(r16435)
@@ -32,7 +32,7 @@
<para>The <application>hd2u</application> package contains
an any to any text format converter.</para>
- &lfs77_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/graphlib/opencv.xml
==============================================================================
--- trunk/BOOK/general/graphlib/opencv.xml Sun Sep 20 10:16:53 2015
(r16434)
+++ trunk/BOOK/general/graphlib/opencv.xml Sun Sep 20 14:02:11 2015
(r16435)
@@ -36,7 +36,7 @@
mainly aimed at real-time computer vision.
</para>
- &lfs77_checked; &gcc5_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -158,7 +158,7 @@
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DWITH_XINE=ON \
-DBUILD_TESTS=OFF \
- ..
+ -Wno-dev ..
make</userinput></screen>
<para>
Modified: trunk/BOOK/general/prog/python2.xml
==============================================================================
--- trunk/BOOK/general/prog/python2.xml Sun Sep 20 10:16:53 2015 (r16434)
+++ trunk/BOOK/general/prog/python2.xml Sun Sep 20 14:02:11 2015 (r16435)
@@ -14,8 +14,6 @@
<!ENTITY python2htmldoc-download-http
"https://docs.python.org/2.7/archives/python-&python2-version;-docs-html.tar.bz2">
- <!ENTITY python2htmldoc-md5sum "5f07d5079327be83f450ecc459ffe249">
- <!ENTITY python2htmldoc-size "4.4 MB">
]>
<sect1 id="python2" xreflabel="Python-&python2-version;">
@@ -88,16 +86,6 @@
Download (HTTP): <ulink url="&python2htmldoc-download-http;"/>
</para>
</listitem>
- <listitem>
- <para>
- Download MD5 sum: &python2htmldoc-md5sum;
- </para>
- </listitem>
- <listitem>
- <para>
- Download size: &python2htmldoc-size;
- </para>
- </listitem>
</itemizedlist>
<bridgehead renderas="sect3">Python 2 Dependencies</bridgehead>
Modified: trunk/BOOK/general/prog/python3.xml
==============================================================================
--- trunk/BOOK/general/prog/python3.xml Sun Sep 20 10:16:53 2015 (r16434)
+++ trunk/BOOK/general/prog/python3.xml Sun Sep 20 14:02:11 2015 (r16435)
@@ -14,8 +14,6 @@
<!ENTITY python3htmldoc-download-http
"https://docs.python.org/3/archives/python-&python3-version;-docs-html.tar.bz2">
- <!ENTITY python3htmldoc-md5sum "fd4595908e51268639c40b5ad1d1ccc2">
- <!ENTITY python3htmldoc-size "5.2 MB">
]>
<sect1 id="python3" xreflabel="Python-&python3-version;">
@@ -86,16 +84,6 @@
Download (HTTP): <ulink url="&python3htmldoc-download-http;"/>
</para>
</listitem>
- <listitem>
- <para>
- Download MD5 sum: &python3htmldoc-md5sum;
- </para>
- </listitem>
- <listitem>
- <para>
- Download size: &python3htmldoc-size;
- </para>
- </listitem>
</itemizedlist>
<bridgehead renderas="sect3">Python 3 Dependencies</bridgehead>
Modified: trunk/BOOK/general/sysutils/at.xml
==============================================================================
--- trunk/BOOK/general/sysutils/at.xml Sun Sep 20 10:16:53 2015 (r16434)
+++ trunk/BOOK/general/sysutils/at.xml Sun Sep 20 14:02:11 2015 (r16435)
@@ -33,7 +33,7 @@
and batch processing. It is required for Linux Standards Base (LSB)
conformance.</para>
- &lfs77_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/sysutils/obex-data-server.xml
==============================================================================
--- trunk/BOOK/general/sysutils/obex-data-server.xml Sun Sep 20 10:16:53
2015 (r16434)
+++ trunk/BOOK/general/sysutils/obex-data-server.xml Sun Sep 20 14:02:11
2015 (r16435)
@@ -34,7 +34,7 @@
providing high-level OBEX client and server side functionality.
</para>
- &lfs77_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/sysutils/p7zip.xml
==============================================================================
--- trunk/BOOK/general/sysutils/p7zip.xml Sun Sep 20 10:16:53 2015
(r16434)
+++ trunk/BOOK/general/sysutils/p7zip.xml Sun Sep 20 14:02:11 2015
(r16435)
@@ -37,7 +37,7 @@
SquashFS, UDF, VHD, WIM, XAR and Z formats.
</para>
- &lfs77_checked; &gcc5_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/sysutils/unrar.xml
==============================================================================
--- trunk/BOOK/general/sysutils/unrar.xml Sun Sep 20 10:16:53 2015
(r16434)
+++ trunk/BOOK/general/sysutils/unrar.xml Sun Sep 20 14:02:11 2015
(r16435)
@@ -38,7 +38,7 @@
Windows environment.
</para>
- &lfs77_checked; &gcc5_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/lxde/desktop/lxde-icon-theme.xml
==============================================================================
--- trunk/BOOK/lxde/desktop/lxde-icon-theme.xml Sun Sep 20 10:16:53 2015
(r16434)
+++ trunk/BOOK/lxde/desktop/lxde-icon-theme.xml Sun Sep 20 14:02:11 2015
(r16435)
@@ -34,7 +34,7 @@
nuoveXT 2.2 Icon Theme for <application>LXDE</application>.
</para>
- &lfs77_checked; &gcc5_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/multimedia/videoutils/ffmpeg.xml
==============================================================================
--- trunk/BOOK/multimedia/videoutils/ffmpeg.xml Sun Sep 20 10:16:53 2015
(r16434)
+++ trunk/BOOK/multimedia/videoutils/ffmpeg.xml Sun Sep 20 14:02:11 2015
(r16435)
@@ -41,7 +41,7 @@
source and any Open Sound System audio source.
</para>
- &lfs77_checked; &gcc5_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -105,19 +105,21 @@
<para role="optional">
<xref linkend="faac"/>,
<xref linkend="fontconfig"/>,
+ <xref linkend="frei0r"/>,
<xref linkend="libcdio"/> (to identify and play CDs),
<xref linkend="libwebp"/>,
+ <xref linkend="opencv"/>,
<xref linkend="openjpeg"/>,
<xref linkend="openssl"/> or
<xref linkend="gnutls"/>,
<xref linkend="pulseaudio"/>,
<xref linkend="speex"/>,
- <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>) for PDF
and PS documentation,
+ <xref linkend="texlive"/>
+ (or <xref linkend="tl-installer"/>) for PDF and PS documentation,
<xref linkend="v4l-utils"/>,
<xref linkend="xvid"/>,
<xref linkend="x-window-system"/>,
<ulink url="http://www.speech.cs.cmu.edu/flite/">Flite</ulink>,
- <ulink url="https://files.dyne.org/frei0r/snapshots/">frei0r</ulink>,
<ulink url="http://www.quut.com/gsm/">GSM</ulink>,
<ulink
url="http://xhevc.com/en/hevc/decoder/download.jsp">HEVC/H.265</ulink>,
<ulink url="http://www.ladspa.org/">LADSPA</ulink>,
@@ -136,7 +138,6 @@
<ulink url="http://xavs.sourceforge.net/">libxavs</ulink> (SVN checkout),
<ulink url="http://kcat.strangesoft.net/openal-releases/">OpenAL</ulink>,
<ulink url="http://sourceforge.net/projects/opencore-amr">OpenCore
AMR</ulink>,
- <ulink url="http://opencv.org/">OpenCV</ulink>,
<ulink url="http://diracvideo.org/">Schroedinger</ulink>,
<ulink url="http://www.twolame.org/">TwoLAME</ulink>,
<ulink
url="http://sourceforge.net/projects/opencore-amr/files/vo-aacenc/">vo-aaenc</ulink>,
Modified: trunk/BOOK/multimedia/videoutils/mplayer.xml
==============================================================================
--- trunk/BOOK/multimedia/videoutils/mplayer.xml Sun Sep 20 10:16:53
2015 (r16434)
+++ trunk/BOOK/multimedia/videoutils/mplayer.xml Sun Sep 20 14:02:11
2015 (r16435)
@@ -46,7 +46,7 @@
installed.
</para>
- &lfs77_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/multimedia/videoutils/transcode.xml
==============================================================================
--- trunk/BOOK/multimedia/videoutils/transcode.xml Sun Sep 20 10:16:53
2015 (r16434)
+++ trunk/BOOK/multimedia/videoutils/transcode.xml Sun Sep 20 14:02:11
2015 (r16435)
@@ -37,7 +37,7 @@
<ulink url="http://www.transcoding.org/"/>.
</para>
- &lfs77_checked; &gcc5_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/networking/mailnews/mutt.xml
==============================================================================
--- trunk/BOOK/networking/mailnews/mutt.xml Sun Sep 20 10:16:53 2015
(r16434)
+++ trunk/BOOK/networking/mailnews/mutt.xml Sun Sep 20 14:02:11 2015
(r16435)
@@ -34,7 +34,7 @@
Agent. This is useful for reading, writing, replying to, saving, and
deleting your email.</para>
- &gcc5_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing='compact'>
Modified: trunk/BOOK/networking/mailnews/procmail.xml
==============================================================================
--- trunk/BOOK/networking/mailnews/procmail.xml Sun Sep 20 10:16:53 2015
(r16434)
+++ trunk/BOOK/networking/mailnews/procmail.xml Sun Sep 20 14:02:11 2015
(r16435)
@@ -33,7 +33,7 @@
<para>The <application>Procmail</application> package contains an
autonomous
mail processor. This is useful for filtering and sorting incoming
mail.</para>
- &lfs77_checked; &gcc5_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing='compact'>
Modified: trunk/BOOK/networking/netutils/avahi.xml
==============================================================================
--- trunk/BOOK/networking/netutils/avahi.xml Sun Sep 20 10:16:53 2015
(r16434)
+++ trunk/BOOK/networking/netutils/avahi.xml Sun Sep 20 14:02:11 2015
(r16435)
@@ -34,7 +34,7 @@
facilitates service discovery on a local network.
</para>
- &lfs77_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/pst/printing/cups-filters.xml
==============================================================================
--- trunk/BOOK/pst/printing/cups-filters.xml Sun Sep 20 10:16:53 2015
(r16434)
+++ trunk/BOOK/pst/printing/cups-filters.xml Sun Sep 20 14:02:11 2015
(r16435)
@@ -37,7 +37,7 @@
maintained by Apple Inc.
</para>
- &lfs77_checked; &gcc5_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -138,7 +138,6 @@
--with-gs-path=/usr/bin/gs \
--with-pdftops-path=/usr/bin/gs \
--docdir=/usr/share/doc/cups-filters-&cups-filters-version; &&
-
make</userinput></screen>
<para>
Modified: trunk/BOOK/pst/printing/cups.xml
==============================================================================
--- trunk/BOOK/pst/printing/cups.xml Sun Sep 20 10:16:53 2015 (r16434)
+++ trunk/BOOK/pst/printing/cups.xml Sun Sep 20 14:02:11 2015 (r16435)
@@ -36,7 +36,7 @@
and raster printers.
</para>
- &lfs77_checked; &gcc5_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/pst/printing/gs.xml
==============================================================================
--- trunk/BOOK/pst/printing/gs.xml Sun Sep 20 10:16:53 2015 (r16434)
+++ trunk/BOOK/pst/printing/gs.xml Sun Sep 20 14:02:11 2015 (r16435)
@@ -174,8 +174,11 @@
<para>Compile <application>Ghostscript</application>:</para>
<screen><userinput>rm -rf zlib expat &&
-./configure --prefix=/usr --disable-compile-inits \
- --enable-dynamic --with-system-libtiff &&
+
+./configure --prefix=/usr \
+ --disable-compile-inits \
+ --enable-dynamic \
+ --with-system-libtiff &&
make</userinput></screen>
<note>
Modified: trunk/BOOK/pst/printing/gutenprint.xml
==============================================================================
--- trunk/BOOK/pst/printing/gutenprint.xml Sun Sep 20 10:16:53 2015
(r16434)
+++ trunk/BOOK/pst/printing/gutenprint.xml Sun Sep 20 14:02:11 2015
(r16435)
@@ -39,7 +39,7 @@
<ulink url="http://gutenprint.sourceforge.net/p_Supported_Printers.php"/>.
</para>
- &lfs77_checked; &gcc5_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -68,19 +68,24 @@
<!-- recommend cups since we describe how to use it, and the gimp
so that we can use gutenprint's driver to print photos there -->
<bridgehead renderas="sect4">Recommended</bridgehead>
- <para role="recommended"><xref linkend="cups"/>, and
- <xref linkend="gimp"/></para>
+ <para role="recommended">
+ <xref linkend="cups"/> and
+ <xref linkend="gimp"/>
+ </para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
- <ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>,
- <xref linkend="ijs"/></para>
+ <xref linkend="ijs"/> and
+ <ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>
+ </para>
<bridgehead renderas="sect4">Optional (to Regenerate
Documentation)</bridgehead>
- <para role="optional"><xref linkend="imagemagick"/>,
- <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
- <xref linkend="doxygen"/>, and
- <xref linkend="docbook-utils"/></para>
+ <para role="optional">
+ <xref linkend="imagemagick"/>,
+ <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>),
+ <xref linkend="doxygen"/>, and
+ <xref linkend="docbook-utils"/>
+ </para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gutenprint"/></para>
Modified: trunk/BOOK/pst/ps/a2ps.xml
==============================================================================
--- trunk/BOOK/pst/ps/a2ps.xml Sun Sep 20 10:16:53 2015 (r16434)
+++ trunk/BOOK/pst/ps/a2ps.xml Sun Sep 20 14:02:11 2015 (r16435)
@@ -36,7 +36,7 @@
every input format into PostScript output. The application's name
expands appropriately to <quote>all to PostScript</quote>.</para>
- &lfs77_checked;
+ &lfs78_checked;
<caution>
<para><application>a2ps</application> cannot convert UTF-8 encoded
Modified: trunk/BOOK/pst/ps/enscript.xml
==============================================================================
--- trunk/BOOK/pst/ps/enscript.xml Sun Sep 20 10:16:53 2015 (r16434)
+++ trunk/BOOK/pst/ps/enscript.xml Sun Sep 20 14:02:11 2015 (r16435)
@@ -36,7 +36,7 @@
<para><application>Enscript</application> converts ASCII text files
to PostScript, HTML, RTF, ANSI and overstrikes.</para>
- &lfs77_checked;
+ &lfs78_checked;
<caution>
<para><application>Enscript</application> cannot convert UTF-8 encoded
Modified: trunk/BOOK/pst/ps/paps.xml
==============================================================================
--- trunk/BOOK/pst/ps/paps.xml Sun Sep 20 10:16:53 2015 (r16434)
+++ trunk/BOOK/pst/ps/paps.xml Sun Sep 20 14:02:11 2015 (r16435)
@@ -35,7 +35,7 @@
printing any complex script supported by <application>Pango</application>.
</para>
- &lfs77_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/pst/scanning/sane.xml
==============================================================================
--- trunk/BOOK/pst/scanning/sane.xml Sun Sep 20 10:16:53 2015 (r16434)
+++ trunk/BOOK/pst/scanning/sane.xml Sun Sep 20 14:02:11 2015 (r16435)
@@ -50,7 +50,7 @@
ends. The back ends are drivers for the supported scanners and cameras. The
front ends are user interfaces to access the backends.</para>
- &lfs77_checked; &gcc5_checked;
+ &lfs78_checked;
<!-- The upstream web site has the md5sums for the tarballs:
http://www.sane-project.org/sane-md5sums.txt.
Modified: trunk/BOOK/pst/scanning/xsane.xml
==============================================================================
--- trunk/BOOK/pst/scanning/xsane.xml Sun Sep 20 10:16:53 2015 (r16434)
+++ trunk/BOOK/pst/scanning/xsane.xml Sun Sep 20 14:02:11 2015 (r16435)
@@ -34,7 +34,7 @@
<xref linkend="sane"/>. It has additional features to improve the image
quality and ease of use compared to <command>xscanimage</command>.</para>
- &lfs77_checked; &gcc5_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/server/mail/sendmail.xml
==============================================================================
--- trunk/BOOK/server/mail/sendmail.xml Sun Sep 20 10:16:53 2015 (r16434)
+++ trunk/BOOK/server/mail/sendmail.xml Sun Sep 20 14:02:11 2015 (r16435)
@@ -34,7 +34,7 @@
<para>The <application>sendmail</application> package contains a Mail
Transport Agent (MTA).</para>
- &lfs77_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page