Changeset be00429


Ignore:
Timestamp:
11/12/2013 09:47:47 AM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
6623e7e
Parents:
c197636
Message:

various fixes thanks to akh

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc197636 rbe00429  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "11">                   <!-- Always 2 digits -->
     3<!ENTITY day          "12">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2013">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 11th, &year;">
     9<!ENTITY releasedate  "November 12th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/other-tools.xml

    rc197636 rbe00429  
    18131813
    18141814      <sect4 role="package">
    1815         <title>gtkmm</title>
    1816 
    1817         <para><application>gtkmm</application> is the official C++ interface
    1818         for the popular GUI library <application>GTK+</application>. Highlights
    1819         include typesafe callbacks, widgets extensible via inheritance and a
    1820         comprehensive set of widgets. You can create user interfaces either in
    1821         code or with the Glade designer, using
    1822         <application>libglademm</application>.</para>
    1823 
    1824         <itemizedlist spacing="compact">
    1825           <listitem>
    1826             <para>Project Home Page: <ulink
    1827             url="http://www.gtkmm.org/"/></para>
    1828           </listitem>
    1829           <listitem>
    1830             <para>Download Location: <ulink
    1831             url="http://www.gtkmm.org/download.shtml"/></para>
    1832           </listitem>
    1833         </itemizedlist>
    1834 
    1835       </sect4>
    1836 
    1837       <sect4 role="package">
    18381815        <title>Java-GNOME</title>
    18391816
     
    22132190
    22142191    <sect3 role="package">
    2215       <title>GDB (GNU Debugger)</title>
    2216 
    2217       <para><application>GDB</application> is the GNU Project debugger. It
    2218       allows you to see what is going on <quote>inside</quote> another program
    2219       while it executes. It also allows you to see what another program was
    2220       doing at the moment it crashed.</para>
    2221 
    2222       <itemizedlist spacing="compact">
    2223         <listitem>
    2224           <para>Project Home Page: <ulink
    2225           url="http://www.gnu.org/software/gdb/"/></para>
    2226         </listitem>
    2227         <listitem>
    2228           <para>Download Location: <ulink
    2229           url="ftp://ftp.gnu.org/gnu/gdb/"/></para>
    2230         </listitem>
    2231       </itemizedlist>
    2232 
    2233       <para condition="html" role="usernotes">User Notes and Installation
    2234       Instructions: <ulink url="&blfs-wiki;/OtherProgrammingTools"/></para>
    2235 
    2236     </sect3>
    2237 
    2238     <sect3 role="package">
    22392192      <title>gocache (GNU Object Cache)</title>
    22402193
     
    22892242
    22902243    <sect3 role="package">
    2291       <title>SCons</title>
    2292 
    2293       <para><application>SCons</application> is an Open Source software
    2294       construction tool, i.e, a next-generation build tool. Think of
    2295       <application>SCons</application> as an improved, cross-platform
    2296       substitute for the classic <command>make</command> utility with
    2297       integrated functionality similar to
    2298       <application>Autoconf</application>/<application>Automake</application>
    2299       and compiler caches such as <command>ccache</command>.</para>
    2300 
    2301       <itemizedlist spacing="compact">
    2302         <listitem>
    2303           <para>Project Home Page: <ulink
    2304           url="http://scons.sourceforge.net/"/></para>
    2305         </listitem>
    2306         <listitem>
    2307           <para>Download Location: <ulink
    2308           url="&sourceforge-repo;/scons/"/></para>
    2309         </listitem>
    2310       </itemizedlist>
    2311 
    2312     </sect3>
    2313 
    2314     <sect3 role="package">
    23152244      <title>strace</title>
    23162245
  • introduction/welcome/changelog.xml

    rc197636 rbe00429  
    4545-->
    4646    <listitem>
     47      <para>November 12th, 2013</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[igor] - Various fixes thanks to akh.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4756      <para>November 11th, 2013</para>
    4857      <itemizedlist>
  • multimedia/cdwriteutils/k3b.xml

    rc197636 rbe00429  
    135135      <xref linkend="libsndfile"/>,
    136136      <xref linkend="libvorbis"/>,
    137       <ulink url="http://ftp.musicbrainz.org/pub/musicbrainz/">
    138       libmusicbrainz (version 2)</ulink>,
     137      <xref linkend="libmusicbrainz"/>,
    139138      <ulink url="http://www.musepack.net/">Musepack (libmpcdec)</ulink>, and
    140139      <ulink url="http://www.vcdimager.org/">VCDImager</ulink>
  • networking/netlibs/ldns.xml

    rc197636 rbe00429  
    109109
    110110    <para>
    111       If you have <xref linkend="doxygen"/> package installed and want to build
     111      If you have <xref linkend="doxygen"/> installed and want to build
    112112      html documentation, run the following command:
    113113    </para>
  • networking/netlibs/libevent.xml

    rc197636 rbe00429  
    8181    <para role="recommended">
    8282      <xref linkend="openssl"/>
     83    </para>
     84
     85    <bridgehead renderas="sect4">Optional</bridgehead>
     86    <para role="optional">
     87      <xref linkend="doxygen"/> (for API documentation)
    8388    </para>
    8489
  • networking/netlibs/libnice.xml

    rc197636 rbe00429  
    3333    <para>
    3434      The <application>libnice</application> package is an implementation of
    35       the IETF's draft Interactice Connectivity Establishment standard (ICE). It
     35      the IETF's draft Interactive Connectivity Establishment standard (ICE). It
    3636      provides <application>GLib</application>-based library,
    3737      <application>libnice</application> and <application>GStreamer</application>,
Note: See TracChangeset for help on using the changeset viewer.