Changeset 5899e13


Ignore:
Timestamp:
04/29/2010 10:12:10 AM (14 years ago)
Author:
Wayne Blaszczyk <wblaszcz@…>
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:
714aa988
Parents:
ebf6b6e
Message:

Updated to GNOME Speech-0.4.25.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rebf6b6e r5899e13  
    44-->
    55
    6 <!ENTITY day          "26">                   <!-- Always 2 digits -->
     6<!ENTITY day          "29">                   <!-- Always 2 digits -->
    77<!ENTITY month        "04">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
     
    630630<!ENTITY at-spi-version               "1.28.1">
    631631<!ENTITY gnome-mag-version            "0.15.9">
    632 <!ENTITY gnome-speech-version         "0.4.16">
     632<!ENTITY gnome-speech-version         "0.4.25">
    633633<!ENTITY gok-version                  "1.2.5">
    634634<!ENTITY java-access-bridge-version   "1.18.0">
  • gnome/add/gnome-speech.xml

    rebf6b6e r5899e13  
    77  <!ENTITY gnome-speech-download-http "&gnome-download-http;/gnome-speech/0.4/gnome-speech-&gnome-speech-version;.tar.bz2">
    88  <!ENTITY gnome-speech-download-ftp  "&gnome-download-ftp;/gnome-speech/0.4/gnome-speech-&gnome-speech-version;.tar.bz2">
    9   <!ENTITY gnome-speech-md5sum        "381e2e9126e102ace9abb452c9087141">
    10   <!ENTITY gnome-speech-size          "308 KB">
    11   <!ENTITY gnome-speech-buildsize     "6 MB">
    12   <!ENTITY gnome-speech-time          "0.2 SBU">
     9  <!ENTITY gnome-speech-md5sum        "89cbc23fc131c33396c0346085759f63">
     10  <!ENTITY gnome-speech-size          "329 KB">
     11  <!ENTITY gnome-speech-buildsize     "4 MB">
     12  <!ENTITY gnome-speech-time          "0.1 SBU">
    1313]>
    1414
     
    169169        <seg>festival-synthesis-driver, freetts-synthesis-driver,
    170170        speechd-synthesis-driver and test-speech</seg>
    171         <seg>libgnomespeech.{so,a}. Other drivers and libraries are also
     171        <seg>libgnomespeech.so. Other drivers and libraries are also
    172172        installed if you have enabled additional backends.</seg>
    173         <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
    174         include/gnome-speech-1.0,
     173        <seg><envar>$GNOME_PREFIX</envar>/{include/gnome-speech-1.0/gnome-speech,
    175174        share/{doc/gnome-speech-&gnome-speech-version;,
    176         gnome-speech,
    177         idl/gnome-speech-1.0}</seg>
     175        idl/gnome-speech-1.0}}</seg>
    178176      </seglistitem>
    179177    </segmentedlist>
     
    196194
    197195      <varlistentry id="libgnomespeech">
    198         <term><filename class='libraryfile'>libgnomespeech.{so,a}</filename></term>
     196        <term><filename class='libraryfile'>libgnomespeech.so</filename></term>
    199197        <listitem>
    200198          <para>provides the API for programs to convert text into speech.</para>
    201199          <indexterm zone="gnome-speech libgnomespeech">
    202             <primary sortas="c-libgnomespeech">libgnomespeech.{so,a}</primary>
     200            <primary sortas="c-libgnomespeech">libgnomespeech.so</primary>
    203201          </indexterm>
    204202        </listitem>
  • gnome/core/libbonobo.xml

    rebf6b6e r5899e13  
    6060
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    62     <para role="required"><xref linkend="ORBit2"/>,
     62    <para role="required"><xref linkend="dbus-glib"/>,
     63    <xref linkend="intltool"/>,
    6364    <xref linkend="libxml2"/>,
     65    <xref linkend="ORBit2"/>,
    6466    <xref linkend="popt"/>,
    65     <xref linkend="perl-xml-parser"/>, and
    66     <xref linkend="dbus-glib"/></para>
     67    <xref linkend="perl-xml-parser"/></para>
    6768
    6869    <bridgehead renderas="sect4">Optional</bridgehead>
    69     <para role="optional"><xref linkend="x-window-system"/>,
    70     <xref linkend="intltool"/>, and
     70    <para role="optional"><xref linkend="x-window-system"/> and
    7171    <xref linkend="gtk-doc"/></para>
    7272
  • introduction/welcome/changelog.xml

    rebf6b6e r5899e13  
    4343
    4444    <listitem>
     45      <para>April 29th, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[wblaszcz] - Updated to GNOME Speech-0.4.25.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>April 26th, 2010</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.