Changeset be2e6a3 for general


Ignore:
Timestamp:
04/02/2006 12:11:28 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
feb1f411
Parents:
e9dff9df
Message:

Updated to G-Wrap-1.9.6

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5795 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gwrap.xml

    re9dff9df rbe2e6a3  
    55  %general-entities;
    66
    7   <!ENTITY gwrap-download-http "http://www.gnucash.org/pub/g-wrap/source/g-wrap-&gwrap-version;.tar.gz">
     7  <!ENTITY gwrap-download-http "http://download.savannah.gnu.org/releases/g-wrap/g-wrap-&gwrap-version;.tar.gz">
    88  <!ENTITY gwrap-download-ftp " ">
    9   <!ENTITY gwrap-md5sum "bf29b8b563cc27d9f7fd90a6243653aa">
    10   <!ENTITY gwrap-size "403 KB">
    11   <!ENTITY gwrap-buildsize "3.1 MB">
    12   <!ENTITY gwrap-time "0.1 SBU">
     9  <!ENTITY gwrap-md5sum "4d83964f51376500eedced538c1620cb">
     10  <!ENTITY gwrap-size "826 KB">
     11  <!ENTITY gwrap-buildsize "8.6 MB">
     12  <!ENTITY gwrap-time "0.2 SBU">
    1313]>
    1414
     
    3636    <para>The <application>G-Wrap</application> package contains tools for
    3737    exporting <application>C</application> libraries into
    38     <application>Scheme</application> interpreters.</para>
     38    <application>Scheme</application> interpreters. The version used here is
     39    considered a development version, however it has been confirmed to be a
     40    reliable replacement for the 'stable' version. The 'stable' version of
     41    <application>G-Wrap</application> will not build against the recent
     42    versions of <application>Guile</application> and
     43    <application>SLIB</application> and there will be no further development
     44    in the 'stable' series. For further information, please visit the
     45    <application>G-Wrap</application> homepage at
     46    <ulink url="http://www.nongnu.org/g-wrap/"/>.</para>
    3947
    4048    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6371
    6472    <bridgehead renderas="sect4">Required</bridgehead>
    65     <para role="required"><xref linkend="guile"/></para>
     73    <para role="required"><xref linkend="guile"/> and
     74    <xref linkend="GLib"/></para>
    6675
    6776    <bridgehead renderas="sect4">Optional</bridgehead>
    68     <para role="optional"><xref linkend="GLib"/>,
    69     <xref linkend="GTK"/> and
     77    <para role="optional"><xref linkend="gcc"/> (build Java so that
     78    <filename class='libraryfile'>libffi</filename> is built),
     79    <xref linkend="GTK"/>, and
    7080    <ulink url="http://www.gnu.org/software/guile-gtk/">guile-gtk</ulink></para>
    7181
     
    8191make</userinput></screen>
    8292
    83     <para>To test the results, issue: <command>make check</command>.</para>
     93    <para>The test suite for this package is currently broken.</para>
    8494
    8595    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    99109      <seglistitem>
    100110        <seg>g-wrap-config</seg>
    101         <seg>/usr/lib/libgw-*.[so,a] and /usr/lib/libgwrap-*.[so,a]</seg>
    102         <seg>/usr/include/g-wrap and /usr/share/guile/g-wrap</seg>
     111        <seg>/usr/lib/libffi.[so,a], /usr/lib/libgw-guile-*.[so,a] and
     112        /usr/lib/libgwrap-*.[so,a]</seg>
     113        <seg>/usr/include/g-wrap, /usr/share/doc/g-wrap-&gwrap-version; and
     114        /usr/share/guile/site</seg>
    103115      </seglistitem>
    104116    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.