Changeset 37bea21


Ignore:
Timestamp:
03/31/2012 02:06:29 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
c91a73e
Parents:
9945e31
Message:

Added Gsl 1.15

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

Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9945e31 r37bea21  
    44-->
    55
    6 <!ENTITY day          "30">                   <!-- Always 2 digits -->
     6<!ENTITY day          "31">                   <!-- Always 2 digits -->
    77<!ENTITY month        "03">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "March 30th, &year;">
     12<!ENTITY releasedate  "March 31st, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     
    215215<!ENTITY libffi-version               "3.0.10">
    216216<!ENTITY gobject-introspection-version "1.32.0">
     217<!ENTITY gsl-version                  "1.15">
    217218<!ENTITY libgee-version               "0.6.0">
    218219<!ENTITY libical-version              "0.48">
  • general/genlib/genlib.xml

    r9945e31 r37bea21  
    5252  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glib2.xml"/>
    5353  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glibmm.xml"/>
     54  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsl.xml"/>
    5455  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libidl.xml"/>
    5556  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcroco.xml"/>
  • general/prog/pdl.xml

    r9945e31 r37bea21  
    351351    <itemizedlist spacing='compact'>
    352352      <listitem>
    353         <para><ulink url="http://www.gnu.org/software/gsl/">GSL</ulink></para>
     353        <para><xref linkend="gsl"/></para>
    354354      </listitem>
    355355    </itemizedlist>
  • introduction/welcome/changelog.xml

    r9945e31 r37bea21  
    4848          <para>[abenton] - Added Inkscape 0.48.2.</para>
    4949        </listitem>
     50        <listitem>
     51          <para>[abenton] - Added Gsl 1.15.</para>
     52        </listitem>
    5053      </itemizedlist>
    5154    </listitem>
  • multimedia/libdriv/gstreamer.xml

    r9945e31 r37bea21  
    7474    <para role="optional"><xref linkend="gobject-introspection"/>
    7575      (required if building Gnome),
    76       <ulink url="http://www.gnu.org/software/gsl/">GSL</ulink>,
     76      <xref linkend="gsl"/>,
    7777      <xref linkend='check'/> (required to run the unit regression tests and also enables
    7878            <filename class='libraryfile'>libgstcheck-0.10</filename>), and
  • xsoft/other/inkscape.xml

    r9945e31 r37bea21  
    8888      <xref linkend="gtkmm2"/>,
    8989      <xref linkend="gc"/>,
    90       <!-- <xref linkend="gsl"/>, -->
    91       <ulink url="http://ftp.gnu.org/pub/gnu/gsl/">Gsl</ulink>
     90      <xref linkend="gsl"/>,
    9291      <xref linkend="boost"/>,
    9392      <xref linkend="libpng"/> and
Note: See TracChangeset for help on using the changeset viewer.