Author: randy
Date: Thu Feb 7 11:32:49 2013
New Revision: 10998
Log:
Removed pkgconfig dependencies
Modified:
trunk/BOOK/general/genlib/glib2.xml
trunk/BOOK/general/genlib/libusb-compat.xml
trunk/BOOK/general/genlib/ptlib.xml
trunk/BOOK/general/genutils/gtk-doc.xml
trunk/BOOK/general/genutils/rxvt-unicode.xml
trunk/BOOK/general/graphlib/babl.xml
trunk/BOOK/general/graphlib/openjpeg.xml
trunk/BOOK/general/prog/guile.xml
trunk/BOOK/general/prog/python2.xml
trunk/BOOK/general/prog/python3.xml
trunk/BOOK/general/sysutils/usbutils.xml
trunk/BOOK/multimedia/libdriv/pulseaudio.xml
trunk/BOOK/networking/netlibs/libtirpc.xml
trunk/BOOK/networking/netlibs/neon.xml
trunk/BOOK/networking/netprogs/nfs-utils.xml
trunk/BOOK/x/installing/makedepend.xml
trunk/BOOK/x/lib/agg.xml
trunk/BOOK/xfce/core/libxfce4util.xml
Modified: trunk/BOOK/general/genlib/glib2.xml
==============================================================================
--- trunk/BOOK/general/genlib/glib2.xml Thu Feb 7 11:03:01 2013 (r10997)
+++ trunk/BOOK/general/genlib/glib2.xml Thu Feb 7 11:32:49 2013 (r10998)
@@ -76,8 +76,8 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
- <xref linkend="libffi"/>,
- <xref linkend="pkgconfig"/> and
+ <xref linkend="libffi"/> and
+ <!-- Installed in LFS <xref linkend="pkgconfig"/> -->
<xref linkend="python2"/>
</para>
Modified: trunk/BOOK/general/genlib/libusb-compat.xml
==============================================================================
--- trunk/BOOK/general/genlib/libusb-compat.xml Thu Feb 7 11:03:01 2013
(r10997)
+++ trunk/BOOK/general/genlib/libusb-compat.xml Thu Feb 7 11:32:49 2013
(r10998)
@@ -76,8 +76,8 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
- <xref linkend="libusb"/> and
- <xref linkend="pkgconfig"/>
+ <xref linkend="libusb"/>
+ <!-- Installed in LFS <xref linkend="pkgconfig"/> -->
</para>
<para condition="html" role="usernotes">User Notes:
Modified: trunk/BOOK/general/genlib/ptlib.xml
==============================================================================
--- trunk/BOOK/general/genlib/ptlib.xml Thu Feb 7 11:03:01 2013 (r10997)
+++ trunk/BOOK/general/genlib/ptlib.xml Thu Feb 7 11:32:49 2013 (r10998)
@@ -74,10 +74,12 @@
<bridgehead renderas="sect3">Ptlib Dependencies</bridgehead>
+ <!-- Installed in LFS
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="pkgconfig"/>
</para>
+ -->
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
Modified: trunk/BOOK/general/genutils/gtk-doc.xml
==============================================================================
--- trunk/BOOK/general/genutils/gtk-doc.xml Thu Feb 7 11:03:01 2013
(r10997)
+++ trunk/BOOK/general/genutils/gtk-doc.xml Thu Feb 7 11:32:49 2013
(r10998)
@@ -69,9 +69,11 @@
<xref linkend="docbook-xsl"/>, and
<xref linkend="libxslt"/></para>
+ <!-- Installed in LFS
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended"><xref linkend="pkgconfig"/>
(to use some of the optional deps)</para>
+ -->
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
Modified: trunk/BOOK/general/genutils/rxvt-unicode.xml
==============================================================================
--- trunk/BOOK/general/genutils/rxvt-unicode.xml Thu Feb 7 11:03:01
2013 (r10997)
+++ trunk/BOOK/general/genutils/rxvt-unicode.xml Thu Feb 7 11:32:49
2013 (r10998)
@@ -62,8 +62,10 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="x-window-system"/></para>
+ <!-- Installed in LFS
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended"><xref linkend="pkgconfig"/></para>
+ -->
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
Modified: trunk/BOOK/general/graphlib/babl.xml
==============================================================================
--- trunk/BOOK/general/graphlib/babl.xml Thu Feb 7 11:03:01 2013
(r10997)
+++ trunk/BOOK/general/graphlib/babl.xml Thu Feb 7 11:32:49 2013
(r10998)
@@ -74,10 +74,12 @@
<bridgehead renderas="sect3">Babl Dependencies</bridgehead>
+ <!-- Installed in LFS
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="pkgconfig"/>
</para>
+ -->
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
Modified: trunk/BOOK/general/graphlib/openjpeg.xml
==============================================================================
--- trunk/BOOK/general/graphlib/openjpeg.xml Thu Feb 7 11:03:01 2013
(r10997)
+++ trunk/BOOK/general/graphlib/openjpeg.xml Thu Feb 7 11:32:49 2013
(r10998)
@@ -67,10 +67,12 @@
-->
<bridgehead renderas="sect3">OpenJPEG Dependencies</bridgehead>
+ <!-- Installed in LFS
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="pkgconfig"/>
</para>
+ -->
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
Modified: trunk/BOOK/general/prog/guile.xml
==============================================================================
--- trunk/BOOK/general/prog/guile.xml Thu Feb 7 11:03:01 2013 (r10997)
+++ trunk/BOOK/general/prog/guile.xml Thu Feb 7 11:32:49 2013 (r10998)
@@ -75,7 +75,7 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
- <xref linkend="pkgconfig"/>,
+ <!-- Installed in LFS <xref linkend="pkgconfig"/>, -->
<xref linkend="gc"/>,
<xref linkend="libffi"/>, and
<xref linkend="libunistring"/>
Modified: trunk/BOOK/general/prog/python2.xml
==============================================================================
--- trunk/BOOK/general/prog/python2.xml Thu Feb 7 11:03:01 2013 (r10997)
+++ trunk/BOOK/general/prog/python2.xml Thu Feb 7 11:32:49 2013 (r10998)
@@ -114,9 +114,9 @@
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
- <xref linkend="expat"/>,
- <xref linkend="libffi"/> and
- <xref linkend="pkgconfig"/>
+ <xref linkend="expat"/> and
+ <xref linkend="libffi"/>
+ <!-- Installed in LFS <xref linkend="pkgconfig"/> -->
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
Modified: trunk/BOOK/general/prog/python3.xml
==============================================================================
--- trunk/BOOK/general/prog/python3.xml Thu Feb 7 11:03:01 2013 (r10997)
+++ trunk/BOOK/general/prog/python3.xml Thu Feb 7 11:32:49 2013 (r10998)
@@ -102,9 +102,9 @@
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
- <xref linkend="expat"/>,
- <xref linkend="libffi"/> and
- <xref linkend="pkgconfig"/>
+ <xref linkend="expat"/> and
+ <xref linkend="libffi"/>
+ <!-- Installed in LFS <xref linkend="pkgconfig"/> -->
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
Modified: trunk/BOOK/general/sysutils/usbutils.xml
==============================================================================
--- trunk/BOOK/general/sysutils/usbutils.xml Thu Feb 7 11:03:01 2013
(r10997)
+++ trunk/BOOK/general/sysutils/usbutils.xml Thu Feb 7 11:32:49 2013
(r10998)
@@ -75,8 +75,8 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
- <xref linkend="libusb"/> and
- <xref linkend="pkgconfig"/>
+ <xref linkend="libusb"/>
+ <!-- Installed in LFS <xref linkend="pkgconfig"/> -->
</para>
<para condition="html" role="usernotes">User Notes:
Modified: trunk/BOOK/multimedia/libdriv/pulseaudio.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/pulseaudio.xml Thu Feb 7 11:03:01
2013 (r10997)
+++ trunk/BOOK/multimedia/libdriv/pulseaudio.xml Thu Feb 7 11:32:49
2013 (r10998)
@@ -79,9 +79,9 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="intltool"/>,
- <xref linkend="json-c"/>,
- <xref linkend="libsndfile"/> and
- <xref linkend="pkgconfig"/>
+ <xref linkend="json-c"/>, and
+ <xref linkend="libsndfile"/>
+ <!-- Installed in LFS <xref linkend="pkgconfig"/> -->
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
Modified: trunk/BOOK/networking/netlibs/libtirpc.xml
==============================================================================
--- trunk/BOOK/networking/netlibs/libtirpc.xml Thu Feb 7 11:03:01 2013
(r10997)
+++ trunk/BOOK/networking/netlibs/libtirpc.xml Thu Feb 7 11:32:49 2013
(r10998)
@@ -90,10 +90,12 @@
<bridgehead renderas="sect3">libtirpc Dependencies</bridgehead>
+ <!-- Installed in LFS
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="pkgconfig"/>
</para>
+ -->
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
Modified: trunk/BOOK/networking/netlibs/neon.xml
==============================================================================
--- trunk/BOOK/networking/netlibs/neon.xml Thu Feb 7 11:03:01 2013
(r10997)
+++ trunk/BOOK/networking/netlibs/neon.xml Thu Feb 7 11:32:49 2013
(r10998)
@@ -59,17 +59,18 @@
<bridgehead renderas="sect3">neon Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para role="required"><xref linkend="libxml2"/> or
- <xref linkend="expat"/></para>
+ <para role="required">
+ <xref linkend="libxml2"/> or
+ <xref linkend="expat"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="openssl"/> or
<xref linkend="gnutls"/>,
- <ulink url="http://code.google.com/p/libproxy/">Libproxy</ulink>
- (requires <xref linkend="pkgconfig"/> to find it),
+ <ulink url="http://code.google.com/p/libproxy/">Libproxy</ulink>,
+ <!-- Installed in LFS (requires <xref linkend="pkgconfig"/> to find it),
-->
<xref linkend="mitkrb"/> and
- <ulink url="http://www.manyfish.co.uk/pakchois/">pakchois</ulink>.
+ <ulink url="http://www.manyfish.co.uk/pakchois/">pakchois</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
Modified: trunk/BOOK/networking/netprogs/nfs-utils.xml
==============================================================================
--- trunk/BOOK/networking/netprogs/nfs-utils.xml Thu Feb 7 11:03:01
2013 (r10997)
+++ trunk/BOOK/networking/netprogs/nfs-utils.xml Thu Feb 7 11:32:49
2013 (r10998)
@@ -72,8 +72,8 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
- <xref linkend="libtirpc"/> and
- <xref linkend="pkgconfig"/>
+ <xref linkend="libtirpc"/>
+ <!-- Installed in LFS <xref linkend="pkgconfig"/> -->
</para>
<para role="required">
Modified: trunk/BOOK/x/installing/makedepend.xml
==============================================================================
--- trunk/BOOK/x/installing/makedepend.xml Thu Feb 7 11:03:01 2013
(r10997)
+++ trunk/BOOK/x/installing/makedepend.xml Thu Feb 7 11:32:49 2013
(r10998)
@@ -59,8 +59,10 @@
<bridgehead renderas="sect3">makedepend Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para role="required"><xref linkend="xorg7-proto"/> and
- <xref linkend="pkgconfig"/></para>
+ <para role="required">
+ <xref linkend="xorg7-proto"/>
+ <!-- Installed in LFS <xref linkend="pkgconfig"/> -->
+ </para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/makedepend"/></para>
Modified: trunk/BOOK/x/lib/agg.xml
==============================================================================
--- trunk/BOOK/x/lib/agg.xml Thu Feb 7 11:03:01 2013 (r10997)
+++ trunk/BOOK/x/lib/agg.xml Thu Feb 7 11:32:49 2013 (r10998)
@@ -76,9 +76,9 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
- <xref linkend="pkgconfig"/>,
+ <!-- Installed in LFS <xref linkend="pkgconfig"/>, -->
<xref linkend="sdl"/> and
- <xref linkend="xorg7-lib"/>.
+ <xref linkend="xorg7-lib"/>
</para>
<para condition="html" role="usernotes">
Modified: trunk/BOOK/xfce/core/libxfce4util.xml
==============================================================================
--- trunk/BOOK/xfce/core/libxfce4util.xml Thu Feb 7 11:03:01 2013
(r10997)
+++ trunk/BOOK/xfce/core/libxfce4util.xml Thu Feb 7 11:32:49 2013
(r10998)
@@ -75,12 +75,12 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
- <xref linkend="intltool"/> and
- <xref linkend="pkgconfig"/>.
+ <xref linkend="intltool"/>
+ <!-- Installed in LFS <xref linkend="pkgconfig"/> -->
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional"><xref linkend="gtk-doc"/>.</para>
+ <para role="optional"><xref linkend="gtk-doc"/></para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/libxfce4util"/>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page