Author: randy Date: 2006-04-02 06:11:28 -0600 (Sun, 02 Apr 2006) New Revision: 5795
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/gwrap.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to G-Wrap-1.9.6 Modified: trunk/BOOK/general/genlib/gwrap.xml =================================================================== --- trunk/BOOK/general/genlib/gwrap.xml 2006-04-02 12:03:42 UTC (rev 5794) +++ trunk/BOOK/general/genlib/gwrap.xml 2006-04-02 12:11:28 UTC (rev 5795) @@ -4,12 +4,12 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY gwrap-download-http "http://www.gnucash.org/pub/g-wrap/source/g-wrap-&gwrap-version;.tar.gz"> + <!ENTITY gwrap-download-http "http://download.savannah.gnu.org/releases/g-wrap/g-wrap-&gwrap-version;.tar.gz"> <!ENTITY gwrap-download-ftp " "> - <!ENTITY gwrap-md5sum "bf29b8b563cc27d9f7fd90a6243653aa"> - <!ENTITY gwrap-size "403 KB"> - <!ENTITY gwrap-buildsize "3.1 MB"> - <!ENTITY gwrap-time "0.1 SBU"> + <!ENTITY gwrap-md5sum "4d83964f51376500eedced538c1620cb"> + <!ENTITY gwrap-size "826 KB"> + <!ENTITY gwrap-buildsize "8.6 MB"> + <!ENTITY gwrap-time "0.2 SBU"> ]> <sect1 id="gwrap" xreflabel="gwrap-&gwrap-version;"> @@ -35,7 +35,15 @@ <para>The <application>G-Wrap</application> package contains tools for exporting <application>C</application> libraries into - <application>Scheme</application> interpreters.</para> + <application>Scheme</application> interpreters. The version used here is + considered a development version, however it has been confirmed to be a + reliable replacement for the 'stable' version. The 'stable' version of + <application>G-Wrap</application> will not build against the recent + versions of <application>Guile</application> and + <application>SLIB</application> and there will be no further development + in the 'stable' series. For further information, please visit the + <application>G-Wrap</application> homepage at + <ulink url="http://www.nongnu.org/g-wrap/"/>.</para> <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> @@ -62,11 +70,13 @@ <bridgehead renderas="sect3">G-Wrap Dependencies</bridgehead> <bridgehead renderas="sect4">Required</bridgehead> - <para role="required"><xref linkend="guile"/></para> + <para role="required"><xref linkend="guile"/> and + <xref linkend="GLib"/></para> <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"><xref linkend="GLib"/>, - <xref linkend="GTK"/> and + <para role="optional"><xref linkend="gcc"/> (build Java so that + <filename class='libraryfile'>libffi</filename> is built), + <xref linkend="GTK"/>, and <ulink url="http://www.gnu.org/software/guile-gtk/">guile-gtk</ulink></para> </sect2> @@ -80,7 +90,7 @@ <screen><userinput>./configure --prefix=/usr && make</userinput></screen> - <para>To test the results, issue: <command>make check</command>.</para> + <para>The test suite for this package is currently broken.</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> @@ -98,8 +108,10 @@ <seglistitem> <seg>g-wrap-config</seg> - <seg>/usr/lib/libgw-*.[so,a] and /usr/lib/libgwrap-*.[so,a]</seg> - <seg>/usr/include/g-wrap and /usr/share/guile/g-wrap</seg> + <seg>/usr/lib/libffi.[so,a], /usr/lib/libgw-guile-*.[so,a] and + /usr/lib/libgwrap-*.[so,a]</seg> + <seg>/usr/include/g-wrap, /usr/share/doc/g-wrap-&gwrap-version; and + /usr/share/guile/site</seg> </seglistitem> </segmentedlist> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2006-04-02 12:03:42 UTC (rev 5794) +++ trunk/BOOK/general.ent 2006-04-02 12:11:28 UTC (rev 5795) @@ -102,7 +102,7 @@ <!ENTITY aspell-version "0.60.4"> <!ENTITY ispell-version "3.2.06.epa7"> <!ENTITY slib-version "3a3"> -<!ENTITY gwrap-version "1.3.4"> +<!ENTITY gwrap-version "1.9.6"> <!ENTITY LZO-version "2.02"> <!ENTITY libusb-version "0.1.10a"> <!ENTITY iso-codes-version "0.49"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2006-04-02 12:03:42 UTC (rev 5794) +++ trunk/BOOK/introduction/welcome/changelog.xml 2006-04-02 12:11:28 UTC (rev 5795) @@ -45,6 +45,9 @@ <para>April 2nd, 2006</para> <itemizedlist> <listitem> + <para>[randy] - Updated to G-Wrap-1.9.6.</para> + </listitem> + <listitem> <para>[randy] - Updated to SLIB-3a3.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
