Author: bdubbs Date: 2011-11-05 15:04:08 -0600 (Sat, 05 Nov 2011) New Revision: 8937
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/genlib.xml trunk/BOOK/general/genlib/glib2.xml trunk/BOOK/general/genutils/pinentry.xml trunk/BOOK/general/graphlib/imlib.xml trunk/BOOK/general/prog/pdl.xml trunk/BOOK/general/sysutils/mc.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/kde/add/kdeaddons.xml trunk/BOOK/kde/add/kdenetwork.xml trunk/BOOK/kde/add/kdeutils.xml trunk/BOOK/kde/devel/kdebindings.xml trunk/BOOK/multimedia/audioutils/audioutils.xml trunk/BOOK/multimedia/audioutils/lame.xml trunk/BOOK/multimedia/libdriv/alsa-tools.xml trunk/BOOK/multimedia/libdriv/faad2.xml trunk/BOOK/multimedia/libdriv/flac.xml trunk/BOOK/multimedia/libdriv/libdv.xml trunk/BOOK/multimedia/videoutils/mplayer.xml trunk/BOOK/multimedia/videoutils/transcode.xml trunk/BOOK/networking/netlibs/gnet.xml trunk/BOOK/networking/netutils/wireshark.xml trunk/BOOK/postlfs/editors/vim.xml trunk/BOOK/pst/printing/gs.xml trunk/BOOK/pst/ps/ps.xml trunk/BOOK/pst/scanning/xsane.xml trunk/BOOK/x/lib/lib.xml Log: Remove obsolete gtk+1, glib1, xmms, gsview. Return glib2 to latest stable: glib-2.30.1. Modified: trunk/BOOK/general/genlib/genlib.xml =================================================================== --- trunk/BOOK/general/genlib/genlib.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/general/genlib/genlib.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -50,8 +50,8 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxslt.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgtkhtml.xml"/> <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gmp.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdbm.xml"/> --> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glib.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdbm.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glib.xml"/> --> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glib2.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glibmm.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libidl.xml"/> Modified: trunk/BOOK/general/genlib/glib2.xml =================================================================== --- trunk/BOOK/general/genlib/glib2.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/general/genlib/glib2.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -6,8 +6,8 @@ <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.31/glib-&glib2-version;.tar.bz2"> <!ENTITY glib2-download-ftp "ftp://ftp.gtk.org/pub/glib/2.31/glib-&glib2-version;.tar.bz2"> - <!ENTITY glib2-md5sum "3806d113305cdb5193174de5d354294e"> - <!ENTITY glib2-size "5.6 MB"> + <!ENTITY glib2-md5sum "921ef2e86e911feb5e21f656f1ac305b"> + <!ENTITY glib2-size "7.4 MB"> <!ENTITY glib2-buildsize "179 MB"> <!ENTITY glib2-time "1.5 SBU (additional 4.0 SBU to run the test suite)"> ]> @@ -64,7 +64,7 @@ <bridgehead renderas="sect3">GLib Dependencies</bridgehead> <bridgehead renderas="sect4">Required</bridgehead> - <para role="required"><xref linkend="libffi"/> and ><xref linkend="python"/> + <para role="required"><xref linkend="libffi"/> and <xref linkend="python"/> <!--<para role="required"><xref linkend="pkgconfig"/> --> </para> @@ -90,9 +90,9 @@ <para role="optional">Quoted directly from the <filename>INSTALL</filename> file; <quote>Some of the mimetype-related functionality in GIO requires the <command>update-mime-database</command> and - <command>update-desktop-database</command> utilities, which are part of + <command>update-desktop-database</command> utilities</quote>, which are part of <xref linkend="shared-mime-info"/> and - <xref linkend="desktop-file-utils"/>, respectively.</quote></para> + <xref linkend="desktop-file-utils"/>, respectively.</para> <para condition="html" role="usernotes">User Notes: <ulink url="&blfs-wiki;/glib2"/></para> Modified: trunk/BOOK/general/genutils/pinentry.xml =================================================================== --- trunk/BOOK/general/genutils/pinentry.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/general/genutils/pinentry.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -77,7 +77,7 @@ <bridgehead renderas="sect3">PIN-Entry Dependencies</bridgehead> <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"><xref linkend="GTK"/>, + <para role="optional"><!-- <xref linkend="GTK"/>, --> <xref linkend="gtk2"/>, <xref linkend="qt"/>, and <ulink url="http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/">libcap2</ulink></para> Modified: trunk/BOOK/general/graphlib/imlib.xml =================================================================== --- trunk/BOOK/general/graphlib/imlib.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/general/graphlib/imlib.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -64,8 +64,9 @@ <!-- <xref linkend="libungif"/> or --> <xref linkend="giflib"/></para> +<!-- <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"><xref linkend="GTK"/></para> + <para role="optional"><xref linkend="GTK"/></para> --> <para condition="html" role="usernotes">User Notes: <ulink url="&blfs-wiki;/imlib"/></para> Modified: trunk/BOOK/general/prog/pdl.xml =================================================================== --- trunk/BOOK/general/prog/pdl.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/general/prog/pdl.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -229,7 +229,6 @@ <listitem> <para><!-- <xref linkend="pkgconfig"/>, --> <xref linkend="x-window-system"/>, - <xref linkend="GTK"/>, <xref linkend="freetype2"/>, <ulink url="http://www.boutell.com/gd/">GD</ulink>, <ulink url="http://www.svgalib.org/">SVGAlib</ulink>, Modified: trunk/BOOK/general/sysutils/mc.xml =================================================================== --- trunk/BOOK/general/sysutils/mc.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/general/sysutils/mc.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -94,7 +94,7 @@ <bridgehead renderas="sect3">MC Dependencies</bridgehead> <bridgehead renderas="sect4">Required</bridgehead> - <para role="required"><xref linkend="GLib"/> (untested with Debian patch) or + <para role="required"><!-- <xref linkend="GLib"/> (untested with Debian patch) or --> <xref linkend="glib2"/></para> <bridgehead renderas="sect4">Optional</bridgehead> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/general.ent 2011-11-05 21:04:08 UTC (rev 8937) @@ -3,13 +3,13 @@ $Date$ --> -<!ENTITY day "04"> <!-- Always 2 digits --> +<!ENTITY day "05"> <!-- Always 2 digits --> <!ENTITY month "11"> <!-- Always 2 digits --> <!ENTITY year "2011"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "svn-&year;&month;&day;"> -<!ENTITY releasedate "November 4th, &year;"> +<!ENTITY releasedate "November 5th, &year;"> <!-- <!ENTITY releasedate "November &day;st, &year;"> --> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> @@ -158,7 +158,7 @@ <!ENTITY libxslt-version "1.1.26"> <!ENTITY libgtkhtml-version "2.11.1"> <!ENTITY GLib-version "1.2.10"> -<!ENTITY glib2-version "2.31.0"> +<!ENTITY glib2-version "2.30.1"> <!ENTITY glibmm-version "2.24.2"> <!ENTITY libidl-version "0.8.14"> <!ENTITY libcroco-version "0.6.2"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/introduction/welcome/changelog.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -45,6 +45,18 @@ <para>November 4th, 2011</para> <itemizedlist> <listitem> + <para>[bdubbs] - Remove gtk+1, glib1, xmms, gsview.</para> + </listitem> + <listitem> + <para>[bdubbs] - Return glib to latest stable: glib-2.30.1.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>November 4th, 2011</para> + <itemizedlist> + <listitem> <para>[bdubbs] - More package reorganization.</para> </listitem> <listitem> Modified: trunk/BOOK/kde/add/kdeaddons.xml =================================================================== --- trunk/BOOK/kde/add/kdeaddons.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/kde/add/kdeaddons.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -69,7 +69,7 @@ <xref linkend="kdepim"/>, <xref linkend="kdegames"/>, <xref linkend="db"/>, - <xref linkend="xmms"/>, and + <!-- <xref linkend="xmms"/>, -->and <xref linkend="sdl"/></para> <para condition="html" role="usernotes">User Notes: Modified: trunk/BOOK/kde/add/kdenetwork.xml =================================================================== --- trunk/BOOK/kde/add/kdenetwork.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/kde/add/kdenetwork.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -8,7 +8,7 @@ <!ENTITY kdenetwork-md5sum "0ec1d4ccd550510821a622eb91b893e8"> <!ENTITY kdenetwork-size "8.9 MB"> <!ENTITY kdenetwork-buildsize "155 MB (additional 24 MB for API docs)"> - <!ENTITY kdenetwork-time "13.5 SBU (additional 0.1 SBU for API docs"> + <!ENTITY kdenetwork-time "13.5 SBU (additional 0.1 SBU for API docs)"> ]> <sect1 id="kdenetwork" xreflabel="kdenetwork-&kde-version;"> @@ -68,7 +68,7 @@ <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"><xref linkend="ppp"/>, - <xref linkend="xmms"/>, + <!-- <xref linkend="xmms"/>, --> <xref linkend="graphviz"/>, <xref linkend="doxygen"/>, <xref linkend="wireless_tools"/>, Modified: trunk/BOOK/kde/add/kdeutils.xml =================================================================== --- trunk/BOOK/kde/add/kdeutils.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/kde/add/kdeutils.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -70,7 +70,7 @@ <ulink url="http://tpctl.sourceforge.net/">tpctl</ulink> (for Thinkpad support), <xref linkend="python"/>, - <xref linkend="xmms"/>, + <!-- <xref linkend="xmms"/>, --> <xref linkend="graphviz"/>, and <xref linkend="doxygen"/></para> Modified: trunk/BOOK/kde/devel/kdebindings.xml =================================================================== --- trunk/BOOK/kde/devel/kdebindings.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/kde/devel/kdebindings.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -78,8 +78,8 @@ <xref linkend="libxslt"/></para> <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"><xref linkend="GLib"/>, - <xref linkend="GTK"/>, + <para role="optional"><!-- <xref linkend="GLib"/>, + <xref linkend="GTK"/>, --> <xref linkend="python"/>, <xref linkend="ruby"/>, <xref linkend="icedtea6"/> or <xref linkend="jdk"/>, Modified: trunk/BOOK/multimedia/audioutils/audioutils.xml =================================================================== --- trunk/BOOK/multimedia/audioutils/audioutils.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/multimedia/audioutils/audioutils.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -24,7 +24,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mpg123.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vorbistools.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xmms.xml"/> + <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xmms.xml"/> --> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lame.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cdparanoia.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="freetts.xml"/> Modified: trunk/BOOK/multimedia/audioutils/lame.xml =================================================================== --- trunk/BOOK/multimedia/audioutils/lame.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/multimedia/audioutils/lame.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -60,7 +60,7 @@ <bridgehead renderas="sect3">LAME Dependencies</bridgehead> <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"><xref linkend="GTK"/>, + <para role="optional"><!-- <xref linkend="GTK"/>, --> <xref linkend="NASM"/>, <ulink url="http://www.mega-nerd.com/libsndfile/">libsndfile</ulink> (support is currently broken), Modified: trunk/BOOK/multimedia/libdriv/alsa-tools.xml =================================================================== --- trunk/BOOK/multimedia/libdriv/alsa-tools.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/multimedia/libdriv/alsa-tools.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -63,7 +63,7 @@ <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"><!-- <xref linkend="pkgconfig"/> and --> - <xref linkend="gtk2"/> or <xref linkend="GTK"/> + <xref linkend="gtk2"/> <!-- or <xref linkend="GTK"/> --> (to build <command>echomixer</command>, <command>envy24control</command> and <command>rmedigicontrol</command>), <ulink url="http://www.fltk.org/">FLTK</ulink> (to build Modified: trunk/BOOK/multimedia/libdriv/faad2.xml =================================================================== --- trunk/BOOK/multimedia/libdriv/faad2.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/multimedia/libdriv/faad2.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -64,12 +64,13 @@ </listitem> </itemizedlist> + <!-- <bridgehead renderas="sect3">FAAD2 Dependencies</bridgehead> <bridgehead renderas="sect4">Optional (to build corresponding AAC plugins)</bridgehead> <para role="optional"><xref linkend="xmms"/> and <ulink url="http://mpeg4ip.sourceforge.net/">mpeg4ip</ulink> (both - are untested, and both projects are dead).</para> + are untested, and both projects are dead).</para> --> <para condition="html" role="usernotes">User Notes: <ulink url="&blfs-wiki;/faad2"/></para> Modified: trunk/BOOK/multimedia/libdriv/flac.xml =================================================================== --- trunk/BOOK/multimedia/libdriv/flac.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/multimedia/libdriv/flac.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -69,7 +69,7 @@ <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"><xref linkend="libogg"/>, - <xref linkend="xmms"/>, + <!-- <xref linkend="xmms"/>, --> <xref linkend="NASM"/>, <xref linkend="docbook-utils"/>, <xref linkend="doxygen"/> and Modified: trunk/BOOK/multimedia/libdriv/libdv.xml =================================================================== --- trunk/BOOK/multimedia/libdriv/libdv.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/multimedia/libdriv/libdv.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -61,7 +61,7 @@ <para role="optional"><xref linkend="popt"/>, <!-- <xref linkend="pkgconfig"/>, --> <xref linkend="sdl"/>, - <xref linkend="GTK"/>, and + <!-- <xref linkend="GTK"/>, -->and <xref linkend="x-window-system"/></para> <para condition="html" role="usernotes">User Notes: Modified: trunk/BOOK/multimedia/videoutils/mplayer.xml =================================================================== --- trunk/BOOK/multimedia/videoutils/mplayer.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/multimedia/videoutils/mplayer.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -182,9 +182,9 @@ <ulink url="http://www.ladspa.org/">LADSPA</ulink>, <!-- <xref linkend="nas"/>, --> <ulink url="http://openal.org/">OpenAL</ulink>, - <ulink url="http://pulseaudio.org/">PulseAudio</ulink>, - <xref linkend="sdl"/> (also used for video output), and - <xref linkend="xmms"/></para> + <ulink url="http://pulseaudio.org/">PulseAudio</ulink>, and + <xref linkend="sdl"/> (also used for video output)<!--, and + <xref linkend="xmms"/>--></para> <bridgehead renderas="sect4">Optional Video Output Drivers and Libraries</bridgehead> <para role="optional"><xref linkend="aalib"/>, @@ -195,8 +195,8 @@ <xref linkend="fribidi"/>, <ulink url="http://www.ggi-project.org/">GGI</ulink>, <xref linkend="giflib"/>, - <xref linkend="gtk2"/> or - <xref linkend="GTK"/>, + <xref linkend="gtk2"/> <!-- or + <xref linkend="GTK"/>, --> <ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>, <xref linkend="libjpeg"/>, <xref linkend="libpng"/>, @@ -313,8 +313,8 @@ <title>GUI Installation (Optional)</title> <para>To enable building the GUI version of - <application>MPlayer</application> (requires <xref linkend="gtk2"/> or - <xref linkend="GTK"/>), add <option>--enable-gui</option> to the + <application>MPlayer</application> (requires <xref linkend="gtk2"/><!-- or + <xref linkend="GTK"/>-->), add <option>--enable-gui</option> to the <command>configure</command> script. You'll also need to extract at least one skin. Extract the desired skin and create the default location (as the <systemitem class="username">root</systemitem> user):</para> Modified: trunk/BOOK/multimedia/videoutils/transcode.xml =================================================================== --- trunk/BOOK/multimedia/videoutils/transcode.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/multimedia/videoutils/transcode.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -99,7 +99,7 @@ <xref linkend="libxml2"/>, <ulink url="http://mjpeg.sourceforge.net/">MJPEG Tools</ulink>, <xref linkend="sdl"/>, - <xref linkend="GTK"/>, + <!-- <xref linkend="GTK"/>, --> <xref linkend="libfame"/>, <xref linkend="imagemagick"/>, and <xref linkend="libjpeg"/></para> Modified: trunk/BOOK/networking/netlibs/gnet.xml =================================================================== --- trunk/BOOK/networking/netlibs/gnet.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/networking/netlibs/gnet.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -58,7 +58,7 @@ <bridgehead renderas="sect3">GNet Dependencies</bridgehead> <bridgehead renderas="sect4">Required</bridgehead> - <para role="required"><xref linkend="GLib"/> or <xref linkend="glib2"/></para> + <para role="required"><!--<xref linkend="GLib"/> or--><xref linkend="glib2"/></para> <para condition="html" role="usernotes">User Notes: <ulink url="&blfs-wiki;/gnet"/></para> Modified: trunk/BOOK/networking/netutils/wireshark.xml =================================================================== --- trunk/BOOK/networking/netutils/wireshark.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/networking/netutils/wireshark.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -74,7 +74,7 @@ <bridgehead renderas="sect3">Wireshark dependencies</bridgehead> <bridgehead renderas="sect4">Required</bridgehead> - <para role="required"><xref linkend="GLib"/> or <xref linkend="glib2"/> + <para role="required"><!--<xref linkend="GLib"/> or --><xref linkend="glib2"/> (to build the TTY-mode front-end only)</para> <para>Note that if you don't have <application>Gtk+</application> @@ -87,7 +87,7 @@ <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"><!-- <xref linkend="pkgconfig"/>, --> - <xref linkend="GTK"/> or <xref linkend="gtk2"/> (to build the GUI front-end), + <xref linkend="gtk2"/> (to build the GUI front-end), <xref linkend="openssl"/>, <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>, <xref linkend="python"/>, Modified: trunk/BOOK/postlfs/editors/vim.xml =================================================================== --- trunk/BOOK/postlfs/editors/vim.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/postlfs/editors/vim.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -82,13 +82,14 @@ <para role="recommended"><xref linkend="x-window-system"/></para> <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"><xref linkend="gtk2"/> or - <xref linkend="lesstif"/> or - <xref linkend="GTK"/>, - <xref linkend="python"/>, - <xref linkend="tcl"/>, - <xref linkend="ruby"/>, and - <xref linkend="gpm"/></para> + <para role="optional"> + <xref linkend="gtk2"/> or + <xref linkend="lesstif"/> + <xref linkend="python"/>, + <xref linkend="tcl"/>, + <xref linkend="ruby"/>, and + <xref linkend="gpm"/> + </para> <!-- mentioned below as a runtime dependency <xref linkend="rsync"/> (to update the runtime files) --> Modified: trunk/BOOK/pst/printing/gs.xml =================================================================== --- trunk/BOOK/pst/printing/gs.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/pst/printing/gs.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -242,7 +242,7 @@ <note> <para>The shared library depends on <xref linkend="gtk2"/>. It is - only used in external programs like <xref linkend="gsview"/> and + only used in external programs like <!-- <xref linkend="gsview"/> and --> <xref linkend="imagemagick"/>.</para> </note> Modified: trunk/BOOK/pst/ps/ps.xml =================================================================== --- trunk/BOOK/pst/ps/ps.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/pst/ps/ps.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -22,7 +22,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="a2ps.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="enscript.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="psutils.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsview.xml"/> + <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsview.xml"/> --> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xpdf.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="epdfview.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fop.xml"/> Modified: trunk/BOOK/pst/scanning/xsane.xml =================================================================== --- trunk/BOOK/pst/scanning/xsane.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/pst/scanning/xsane.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -58,8 +58,8 @@ <bridgehead renderas="sect3">XSane Dependencies</bridgehead> <bridgehead renderas="sect4">Required</bridgehead> - <para role="required"><xref linkend="gtk2"/> or <xref linkend="GTK"/> and - <xref linkend="sane"/> (back ends)</para> + <para role="required"> + <xref linkend="gtk2"/> and <xref linkend="sane"/> (back ends)</para> <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"><xref linkend="libtiff"/>, Modified: trunk/BOOK/x/lib/lib.xml =================================================================== --- trunk/BOOK/x/lib/lib.xml 2011-11-04 22:01:54 UTC (rev 8936) +++ trunk/BOOK/x/lib/lib.xml 2011-11-05 21:04:08 UTC (rev 8937) @@ -26,7 +26,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qt.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qt4.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk+.xml"/> + <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk+.xml"/> --> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cairo.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cairomm.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pango.xml"/> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
