Changeset 9db3353e for gnome/add


Ignore:
Timestamp:
05/02/2012 06:49:02 PM (12 years ago)
Author:
Krejzi <krejzi@…>
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:
808c12f
Parents:
6f15e833
Message:

Recommend vala for gnome packages that can use it, explicitly enable them where it was necesary. Rewrote some pages to be in 'new blfs xml format'

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

Location:
gnome/add
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/anjuta.xml

    r6f15e833 r9db3353e  
    3030    <title>Introduction to Anjuta</title>
    3131
    32     <para><application>Anjuta DevStudio</application> is a versatile software development
    33     studio featuring a number of advanced programming facilities including project
    34     management, application wizard, interactive debugger, source editor, version control,
    35     GUI designer, profiler.</para>
     32    <para>
     33      <application>Anjuta</application> is a versatile software development studio
     34      featuring a number of advanced programming facilities including project
     35      management, application wizard, interactive debugger, source editor,
     36      version control, GUI designer, profiler.
     37    </para>
    3638
    3739    &lfs70_checked;
     
    4042    <itemizedlist spacing="compact">
    4143      <listitem>
    42         <para>Download (HTTP): <ulink url="&anjuta-download-http;"/></para>
    43       </listitem>
    44       <listitem>
    45         <para>Download (FTP): <ulink url="&anjuta-download-ftp;"/></para>
    46       </listitem>
    47       <listitem>
    48         <para>Download MD5 sum: &anjuta-md5sum;</para>
    49       </listitem>
    50       <listitem>
    51         <para>Download size: &anjuta-size;</para>
    52       </listitem>
    53       <listitem>
    54         <para>Estimated disk space required: &anjuta-buildsize;</para>
    55       </listitem>
    56       <listitem>
    57         <para>Estimated build time: &anjuta-time;</para>
     44        <para>
     45          Download (HTTP): <ulink url="&anjuta-download-http;"/>
     46        </para>
     47      </listitem>
     48      <listitem>
     49        <para>
     50          Download (FTP): <ulink url="&anjuta-download-ftp;"/>
     51        </para>
     52      </listitem>
     53      <listitem>
     54        <para>
     55          Download MD5 sum: &anjuta-md5sum;
     56        </para>
     57      </listitem>
     58      <listitem>
     59        <para>
     60          Download size: &anjuta-size;
     61        </para>
     62      </listitem>
     63      <listitem>
     64        <para>
     65          Estimated disk space required: &anjuta-buildsize;
     66        </para>
     67      </listitem>
     68      <listitem>
     69        <para>
     70          Estimated build time: &anjuta-time;
     71        </para>
    5872      </listitem>
    5973    </itemizedlist>
     
    94108    <title>Installation of Anjuta</title>
    95109
    96     <para>Install <application>Anjuta</application> by running the following
    97     commands:</para>
     110    <para>
     111      Install <application>Anjuta</application> by running the following
     112      commands:
     113    </para>
    98114
    99115<screen><userinput>./configure --prefix=/usr \
     
    101117make</userinput></screen>
    102118
    103     <para>To test the results, issue: <command>make check</command>.</para>
    104 
    105     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     119    <para>
     120      To test the results, issue: <command>make check</command>.
     121    </para>
     122
     123    <para>
     124      Now, as the <systemitem class="username">root</systemitem> user:
     125    </para>
    106126
    107127<screen role="root"><userinput>make install</userinput></screen>
     
    112132    <title>Command Explanations</title>
    113133
    114     <para><parameter>--disable-packagekit</parameter>: This parameter disables use
    115     of PackageKit which isn't suitable for BLFS.</para>
     134    <para>
     135      <option>--disable-packagekit</option>: This parameter disables use
     136      of PackageKit which isn't suitable for BLFS.
     137    </para>
    116138
    117139    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    118     href="../../xincludes/without-scrollkeeper.xml"/>
     140      href="../../xincludes/without-scrollkeeper.xml"/>
    119141
    120142    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    121     href="../../xincludes/gtk-doc-rebuild.xml"/>
     143      href="../../xincludes/gtk-doc-rebuild.xml"/>
    122144
    123145  </sect2>
     
    155177        <term><command>anjuta</command></term>
    156178        <listitem>
    157           <para>is the GNOME Integrated Development Environment.</para>
     179          <para>
     180            is the GNOME Integrated Development Environment.
     181          </para>
    158182          <indexterm zone="anjuta anjuta-prog">
    159183            <primary sortas="b-anjuta-prog">anjuta</primary>
     
    165189        <term><command>anjuta-launcher</command></term>
    166190        <listitem>
    167           <para>is invoked by Anjuta to launch programs from within the IDE
    168           and to initialize a terminal for a debugging session.</para>
     191          <para>
     192            is invoked by Anjuta to launch programs from within the IDE
     193            and to initialize a terminal for a debugging session.
     194          </para>
    169195          <indexterm zone="anjuta anjuta-launcher">
    170196            <primary sortas="b-anjuta-launcher">anjuta-launcher</primary>
     
    176202        <term><filename class='libraryfile'>libanjuta-3.so</filename></term>
    177203        <listitem>
    178           <para>contains the Anjuta API functions.</para>
     204          <para>
     205            contains the <application>Anjuta</application> API functions.
     206          </para>
    179207          <indexterm zone="anjuta libanjuta-3">
    180208            <primary sortas="c-libanjuta-3">libanjuta-3.so</primary>
  • gnome/add/cheese.xml

    r6f15e833 r9db3353e  
    3030    <title>Introduction to Cheese</title>
    3131
    32     <para>The <application>Cheese</application> package is used to
    33     take photos and videos with fun graphical effects.</para>
     32    <para>
     33      The <application>Cheese</application> package is used to
     34      take photos and videos with fun graphical effects.
     35    </para>
    3436
    3537    &lfs70_checked;
     
    3840    <itemizedlist spacing="compact">
    3941      <listitem>
    40         <para>Download (HTTP): <ulink url="&cheese-download-http;"/></para>
    41       </listitem>
    42       <listitem>
    43         <para>Download (FTP): <ulink url="&cheese-download-ftp;"/></para>
    44       </listitem>
    45       <listitem>
    46         <para>Download MD5 sum: &cheese-md5sum;</para>
    47       </listitem>
    48       <listitem>
    49         <para>Download size: &cheese-size;</para>
    50       </listitem>
    51       <listitem>
    52         <para>Estimated disk space required: &cheese-buildsize;</para>
    53       </listitem>
    54       <listitem>
    55         <para>Estimated build time: &cheese-time;</para>
     42        <para>
     43          Download (HTTP): <ulink url="&cheese-download-http;"/>
     44        </para>
     45      </listitem>
     46      <listitem>
     47        <para>
     48          Download (FTP): <ulink url="&cheese-download-ftp;"/>
     49        </para>
     50      </listitem>
     51      <listitem>
     52        <para>
     53          Download MD5 sum: &cheese-md5sum;
     54        </para>
     55      </listitem>
     56      <listitem>
     57        <para>
     58          Download size: &cheese-size;
     59        </para>
     60      </listitem>
     61      <listitem>
     62        <para>
     63          Estimated disk space required: &cheese-buildsize;
     64        </para>
     65      </listitem>
     66      <listitem>
     67        <para>
     68          Estimated build time: &cheese-time;
     69        </para>
    5670      </listitem>
    5771    </itemizedlist>
     
    93107    <title>Installation of Cheese</title>
    94108
    95     <para>Install <application>Cheese</application> by running the following
    96     commands:</para>
     109    <para>
     110      Install <application>Cheese</application> by running the following
     111      commands:
     112    </para>
    97113
    98114<screen><userinput>./configure --prefix=/usr &amp;&amp;
    99115make</userinput></screen>
    100116
    101     <para>This package does not come with a test suite.</para>
    102 
    103     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     117    <para>
     118      This package does not come with a test suite.
     119    </para>
     120
     121    <para>
     122      Now, as the <systemitem class="username">root</systemitem> user:
     123    </para>
    104124
    105125<screen role="root"><userinput>make install</userinput></screen>
     
    111131
    112132<!--    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    113     href="../../xincludes/gnome-prefix.xml"/> -->
     133      href="../../xincludes/gnome-prefix.xml"/> -->
    114134
    115135    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    116     href="../../xincludes/gtk-doc-rebuild.xml"/>
     136      href="../../xincludes/gtk-doc-rebuild.xml"/>
    117137
    118138  </sect2>
     
    149169        <term><command>cheese</command></term>
    150170        <listitem>
    151           <para>is the webcam with graphical effects tool.</para>
     171          <para>
     172            is the webcam tool with graphical effects.
     173          </para>
    152174          <indexterm zone="cheese cheese-prog">
    153175            <primary sortas="b-cheese">cheese</primary>
     
    159181        <term><filename class='libraryfile'>libcheese.so</filename></term>
    160182        <listitem>
    161           <para>contains the <application>cheese</application> API
    162           functions.</para>
     183          <para>
     184            contains the <application>cheese</application> API functions.
     185          </para>
    163186          <indexterm zone="cheese libcheese">
    164187            <primary sortas="c-libcheese">libcheese.so</primary>
     
    170193        <term><filename class='libraryfile'>libcheese-gtk.so</filename></term>
    171194        <listitem>
    172           <para>contains the <application>cheese</application> GTK+ Widgets.</para>
     195          <para>
     196            contains the <application>cheese</application> GTK+ Widgets.
     197          </para>
    173198          <indexterm zone="cheese libcheese-gtk">
    174199            <primary sortas="c-libcheese-gtk">libcheese-gtk.so</primary>
  • gnome/add/libgda.xml

    r6f15e833 r9db3353e  
    3030    <title>Introduction to libgda</title>
    3131
    32     <para>The <application>libgda</application> package provides a database access
    33     library for the <application>GNOME</application> project.</para>
     32    <para>
     33      The <application>libgda</application> package provides a database access
     34      library for the <application>GNOME</application> project.
     35    </para>
    3436
    3537    &lfs70_checked;
     
    3840    <itemizedlist spacing="compact">
    3941      <listitem>
    40         <para>Download (HTTP): <ulink url="&libgda-download-http;"/></para>
    41       </listitem>
    42       <listitem>
    43         <para>Download (FTP): <ulink url="&libgda-download-ftp;"/></para>
    44       </listitem>
    45       <listitem>
    46         <para>Download MD5 sum: &libgda-md5sum;</para>
    47       </listitem>
    48       <listitem>
    49         <para>Download size: &libgda-size;</para>
    50       </listitem>
    51       <listitem>
    52         <para>Estimated disk space required: &libgda-buildsize;</para>
    53       </listitem>
    54       <listitem>
    55         <para>Estimated build time: &libgda-time;</para>
     42        <para>
     43          Download (HTTP): <ulink url="&libgda-download-http;"/>
     44        </para>
     45      </listitem>
     46      <listitem>
     47        <para>
     48          Download (FTP): <ulink url="&libgda-download-ftp;"/>
     49        </para>
     50      </listitem>
     51      <listitem>
     52        <para>
     53          Download MD5 sum: &libgda-md5sum;
     54        </para>
     55      </listitem>
     56      <listitem>
     57        <para>
     58          Download size: &libgda-size;
     59        </para>
     60      </listitem>
     61      <listitem>
     62        <para>
     63          Estimated disk space required: &libgda-buildsize;
     64        </para>
     65      </listitem>
     66      <listitem>
     67        <para>
     68          Estimated build time: &libgda-time;
     69        </para>
    5670      </listitem>
    5771    </itemizedlist>
     
    7387      <xref linkend="libgnome-keyring"/>,
    7488      <xref linkend="libsoup"/>,
    75       <xref linkend="libxslt"/> and
    76       <xref linkend="sqlite"/>
     89      <xref linkend="libxslt"/>,
     90      <xref linkend="sqlite"/> and
     91      <xref linkend="vala"/>
    7792    </para>
    7893
     
    85100      <xref linkend="icedtea6"/> or <xref linkend="jdk"/>,
    86101      <xref linkend="mysql"/>,
    87       <xref linkend="openldap"/>,
    88       <xref linkend="postgresql"/> and
    89       <xref linkend="vala"/>
     102      <xref linkend="openldap"/> and
     103      <xref linkend="postgresql"/>
    90104    </para>
    91105
     
    98112    <title>Installation of libgda</title>
    99113
    100     <para>Install <application>libgda</application> by running the following
    101     commands:</para>
     114    <para>
     115      Install <application>libgda</application> by running the following
     116      commands:
     117    </para>
    102118
    103119<screen><userinput>./configure --prefix=/usr \
     
    106122make</userinput></screen>
    107123
    108     <para>To test the results, issue: <command>make check</command>. Note that
    109     the output is voluminous, and some tests appear to need the package to have been
    110     installed.</para>
    111 
    112     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     124    <para>
     125      To test the results, issue: <command>make check</command>. Note that the
     126      output is voluminous, and some tests appear to need the package to have been
     127      installed.
     128    </para>
     129
     130    <para>
     131      Now, as the <systemitem class="username">root</systemitem> user:
     132    </para>
    113133
    114134<screen role="root"><userinput>make install</userinput></screen>
     
    121141
    122142    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    123     href="../../xincludes/gtk-doc-rebuild.xml"/>
    124 
    125     <para><option>--enable-system-sqlite</option> : use the system version of
    126     <application>sqlite3</application>.  Note that you must have compiled
    127     <application>sqlite</application> with -DSQLITE_ENABLE_COLUMN_METADATA
    128     otherwise the internal version will be used.</para>
     143      href="../../xincludes/gtk-doc-rebuild.xml"/>
     144
     145    <para>
     146      <option>--enable-system-sqlite</option>: use the system version of
     147      <application>Sqlite3</application>.  Note that you must have compiled
     148      <application>Sqlite3</application> with -DSQLITE_ENABLE_COLUMN_METADATA
     149      otherwise the internal version will be used.
     150    </para>
    129151
    130152  </sect2>
     
    165187        <term><command>gda-browser-5.0</command></term>
    166188        <listitem>
    167           <para>is a graphical tool to provide a quick access to a database&apos;s
    168           structure and contents.</para>
     189          <para>
     190            is a graphical tool to provide a quick access to a database&apos;s
     191            structure and contents.
     192          </para>
    169193          <indexterm zone="libgda gda-browser-5.0">
    170194            <primary sortas="b-gda-browser-5.0">gda-browser-5.0</primary>
     
    176200        <term><command>gda-control-center-5.0</command></term>
    177201        <listitem>
    178           <para>is a configuration tool for libgda.</para>
     202          <para>
     203            is a configuration tool for <application>libgda</application>.
     204          </para>
    179205          <indexterm zone="libgda gda-control-center-5.0">
    180206            <primary sortas="b-gda-control-center-5.0">gda-control-center-5.0</primary>
     
    186212        <term><command>gda-list-config-5.0</command></term>
    187213        <listitem>
    188           <para>lists all the declared data sources and all the installed
    189           providers.</para>
     214          <para>
     215            lists all the declared data sources and all the installed providers.
     216          </para>
    190217          <indexterm zone="libgda gda-list-config-5.0">
    191218            <primary sortas="b-gda-list-config-5.0">gda-list-config-5.0</primary>
     
    197224        <term><command>gda-list-server-op-5.0</command></term>
    198225        <listitem>
    199           <para>lists available DDL operations for one or all of the installed
    200           providers.</para>
     226          <para>
     227            lists available DDL operations for one or all of the installed providers.
     228          </para>
    201229          <indexterm zone="libgda gda-list-server-op-5.0">
    202230            <primary sortas="b-gda-list-server-op-5.0">gda-list-server-op-5.0</primary>
     
    208236        <term><command>gda-sql-5.0</command></term>
    209237        <listitem>
    210           <para>is an interactive commandline tool to run SQL commands.</para>
     238          <para>
     239            is an interactive commandline tool used to run SQL commands.
     240          </para>
    211241          <indexterm zone="libgda gda-sql-5.0">
    212242            <primary sortas="b-gda-sql-5.0">gda-sql-5.0</primary>
     
    218248        <term><command>gda-test-connection-5.0</command></term>
    219249        <listitem>
    220           <para>is a &apos;ping&apos; like tool to test connectivity to databases.</para>
     250          <para>
     251            is a &apos;ping&apos; like tool to test connectivity to databases.
     252          </para>
    221253          <indexterm zone="libgda gda-test-connection-5.0">
    222254            <primary sortas="b-gda-test-connection-5.0">gda-test-connection-5.0</primary>
     
    228260        <term><filename class='libraryfile'>libgda-5.0.so</filename></term>
    229261        <listitem>
    230           <para>is the Gnome Data Access library.</para>
     262          <para>
     263            is the GNOME Data Access library.
     264          </para>
    231265          <indexterm zone="libgda libgda-5">
    232266            <primary sortas="c-libgda-5">libgda-5.0.so</primary>
     
    238272        <term><filename class='libraryfile'>libgda-ui-5.0.so</filename></term>
    239273        <listitem>
    240           <para>is the GDA UI extension.</para>
     274          <para>
     275            is the GDA UI extension.
     276          </para>
    241277          <indexterm zone="libgda libgda-ui-5">
    242278            <primary sortas="c-libgda-ui-5">libgda-ui-5.0.so</primary>
     
    248284        <term><filename class='libraryfile'>libgda-xslt-5.0.so</filename></term>
    249285        <listitem>
    250           <para>is the GDA XSLT extension.</para>
     286          <para>
     287            is the GDA XSLT extension.
     288          </para>
    251289          <indexterm zone="libgda libgda-xslt-5">
    252290            <primary sortas="c-libgda-xslt-5">libgda-xslt-5.0.so</primary>
  • gnome/add/totem.xml

    r6f15e833 r9db3353e  
    3030    <title>Introduction to Totem</title>
    3131
    32     <para>The <application>Totem</application> package contains the official
    33     movie player of the GNOME desktop environment based on
    34     <application>GStreamer</application>. It features a playlist, a full-screen
    35     mode, seek and volume controls, as well as keyboard navigation. This is
    36     useful for playing any <application>GStreamer</application> supported file,
    37     DVD, VCD or digital CD.</para>
     32    <para>
     33      <application>Totem</application> package contains the official
     34      movie player of the GNOME desktop environment based on
     35      <application>GStreamer</application>. It features a playlist, a full-screen
     36      mode, seek and volume controls, as well as keyboard navigation. This is
     37      useful for playing any <application>GStreamer</application> supported file,
     38      DVD, VCD or digital CD.
     39    </para>
    3840
    3941    &lfs70_checked;
     
    4244    <itemizedlist spacing="compact">
    4345      <listitem>
    44         <para>Download (HTTP): <ulink url="&totem-download-http;"/></para>
    45       </listitem>
    46       <listitem>
    47         <para>Download (FTP): <ulink url="&totem-download-ftp;"/></para>
    48       </listitem>
    49       <listitem>
    50         <para>Download MD5 sum: &totem-md5sum;</para>
    51       </listitem>
    52       <listitem>
    53         <para>Download size: &totem-size;</para>
    54       </listitem>
    55       <listitem>
    56         <para>Estimated disk space required: &totem-buildsize;</para>
    57       </listitem>
    58       <listitem>
    59         <para>Estimated build time: &totem-time;</para>
     46        <para>
     47          Download (HTTP): <ulink url="&totem-download-http;"/>
     48        </para>
     49      </listitem>
     50      <listitem>
     51        <para>
     52          Download (FTP): <ulink url="&totem-download-ftp;"/>
     53        </para>
     54      </listitem>
     55      <listitem>
     56        <para>
     57          Download MD5 sum: &totem-md5sum;
     58        </para>
     59      </listitem>
     60      <listitem>
     61        <para>
     62          Download size: &totem-size;
     63        </para>
     64      </listitem>
     65      <listitem>
     66        <para>
     67          Estimated disk space required: &totem-buildsize;
     68        </para>
     69      </listitem>
     70      <listitem>
     71        <para>
     72          Estimated build time: &totem-time;
     73        </para>
    6074      </listitem>
    6175    </itemizedlist>
     
    7589    </para>
    7690
    77     <para>Ensure you built <application>GStreamer Good Plugins</application>
    78     with <application>GConf</application> support or the
    79     <command>configure</command> script will fail.</para>
     91    <para>
     92      Ensure you built <application>GStreamer Good Plugins</application>
     93      with <application>GConf</application> support or the
     94      <command>configure</command> script will fail.
     95    </para>
    8096
    8197    <bridgehead renderas="sect4">Recommended</bridgehead>
     
    99115    </para>
    100116
    101     <para>Note: <xref linkend="libdvdcss"/> is a run-time requirement if you
    102     wish to play encrypted DVDs</para>
     117    <para>
     118      Note: <xref linkend="libdvdcss"/> is a run-time requirement if you
     119      wish to play encrypted DVDs
     120    </para>
    103121
    104122    <para condition="html" role="usernotes">User Notes:
     
    110128    <title>Installation of Totem</title>
    111129
    112     <para>Install <application>Totem</application> by running the following
    113     commands:</para>
     130    <para>
     131      Install <application>Totem</application> by running the following
     132      commands:
     133    </para>
    114134
    115135<screen><userinput>./configure --prefix=/usr \
     
    118138make</userinput></screen>
    119139
    120     <para>If you have installed the dependencies for the testsuite,
    121     issue: <command>make check</command>.</para>
    122 
    123     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     140    <para>
     141      If you have installed the dependencies for the testsuite,
     142      issue: <command>make check</command>.
     143    </para>
     144
     145    <para>
     146      Now, as the <systemitem class="username">root</systemitem> user:
     147    </para>
    124148
    125149<screen role="root"><userinput>make install</userinput></screen>
     
    131155
    132156<!--    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    133     href="../../xincludes/gnome-prefix.xml"/> -->
    134 
    135     <para><parameter>--libexecdir=/usr/lib/totem</parameter>: This
    136     parameter is used so that the plugin viewer is installed in
    137     the preferred location of <filename
    138     class='directory'>/usr/lib/totem</filename> instead of <filename
    139     class='directory'>/usr/libexec</filename>.</para>
     157      href="../../xincludes/gnome-prefix.xml"/> -->
     158
     159    <para>
     160      <parameter>--libexecdir=/usr/lib/totem</parameter>: This
     161      parameter is used so that the plugin viewer is installed in
     162      the preferred location of <filename
     163      class='directory'>/usr/lib/totem</filename> instead of
     164      <filename class='directory'>/usr/libexec</filename>.
     165    </para>
    140166
    141167    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    142     href="../../xincludes/static-libraries.xml"/>
     168      href="../../xincludes/static-libraries.xml"/>
    143169
    144170    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    145     href="../../xincludes/without-scrollkeeper.xml"/>
     171      href="../../xincludes/without-scrollkeeper.xml"/>
    146172
    147173    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    148     href="../../xincludes/gtk-doc-rebuild.xml"/>
     174      href="../../xincludes/gtk-doc-rebuild.xml"/>
    149175
    150176  </sect2>
     
    155181    <sect3><title>Configuration Information</title>
    156182
    157       <para>You may find that <application>totem</application> crashes. If so,
    158       you can set the following in your environment, either in ~/.xinitrc or in
    159       your .Xsession: <command>export CLUTTER_DISABLE_ARGB_VISUAL=1</command></para>
     183      <para>
     184        You may find that <application>totem</application> crashes. If so,
     185        you can set the following in your environment, either in ~/.xinitrc or in
     186        your .Xsession: <command>export CLUTTER_DISABLE_ARGB_VISUAL=1</command>
     187      </para>
    160188
    161189    </sect3>
     
    194222        <term><command>totem</command></term>
    195223        <listitem>
    196           <para>is a <application>GNOME</application> desktop movie player based
    197           on <application>GStreamer</application>.</para>
     224          <para>
     225            is a <application>GNOME</application> desktop movie player based
     226            on <application>GStreamer</application>.
     227          </para>
    198228          <indexterm zone="totem totem-prog">
    199229            <primary sortas="b-totem">totem</primary>
     
    205235        <term><command>totem-video-thumbnailer</command></term>
    206236        <listitem>
    207           <para>is a video thumbnailer for the GNOME desktop used internally by
    208           GNOME applications such as <application>Nautilus</application> to
    209           generate PNG thumbnails of video files. While it is possible to
    210           invoke it manually, it is usually done automatically by
    211           <application>Nautilus</application>.</para>
     237          <para>
     238            is a video thumbnailer for the GNOME desktop used internally by
     239            GNOME applications such as <application>Nautilus</application> to
     240            generate PNG thumbnails of video files. While it is possible to
     241            invoke it manually, it is usually done automatically by
     242            <application>Nautilus</application>.
     243          </para>
    212244          <indexterm zone="totem totem-video-thumbnailer">
    213245            <primary sortas="b-totem-video-thumbnailer">totem-video-thumbnailer</primary>
     
    219251        <term><filename class='libraryfile'>libtotem.so</filename></term>
    220252        <listitem>
    221           <para>contains the Totem API functions.</para>
     253          <para>
     254            contains the <application>Totem</application> API functions.
     255          </para>
    222256          <indexterm zone="totem libtotem">
    223257            <primary sortas="c-libtotem">libtotem.so</primary>
  • gnome/add/tracker.xml

    r6f15e833 r9db3353e  
    3030    <title>Introduction to Tracker</title>
    3131
    32     <para><application>Tracker</application> is a semantic data storage for desktop
    33     and mobile devices.</para>
     32    <para>
     33      <application>Tracker</application> is a semantic data storage for desktop
     34      and mobile devices.
     35    </para>
    3436
    3537    &lfs70_checked;
     
    3840    <itemizedlist spacing="compact">
    3941      <listitem>
    40         <para>Download (HTTP): <ulink url="&tracker-download-http;"/></para>
    41       </listitem>
    42       <listitem>
    43         <para>Download (FTP): <ulink url="&tracker-download-ftp;"/></para>
    44       </listitem>
    45       <listitem>
    46         <para>Download MD5 sum: &tracker-md5sum;</para>
    47       </listitem>
    48       <listitem>
    49         <para>Download size: &tracker-size;</para>
    50       </listitem>
    51       <listitem>
    52         <para>Estimated disk space required: &tracker-buildsize;</para>
    53       </listitem>
    54       <listitem>
    55         <para>Estimated build time: &tracker-time;</para>
     42        <para>
     43          Download (HTTP): <ulink url="&tracker-download-http;"/>
     44        </para>
     45      </listitem>
     46      <listitem>
     47        <para>
     48          Download (FTP): <ulink url="&tracker-download-ftp;"/>
     49        </para>
     50      </listitem>
     51      <listitem>
     52        <para>
     53          Download MD5 sum: &tracker-md5sum;
     54        </para>
     55      </listitem>
     56      <listitem>
     57        <para>
     58          Download size: &tracker-size;
     59        </para>
     60      </listitem>
     61      <listitem>
     62        <para>
     63          Estimated disk space required: &tracker-buildsize;
     64        </para>
     65      </listitem>
     66      <listitem>
     67        <para>
     68          Estimated build time: &tracker-time;
     69        </para>
    5670      </listitem>
    5771    </itemizedlist>
     
    106120    <title>Installation of Tracker</title>
    107121
    108     <para>Install <application>Tracker</application> by running the following
    109     commands:</para>
     122    <para>
     123      Install <application>Tracker</application> by running the following
     124      commands:
     125    </para>
    110126
    111127<screen><userinput>./configure --prefix=/usr \
     
    116132make</userinput></screen>
    117133
    118     <para>This package does not have a working testsuite.</para>
    119 
    120     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     134    <para>
     135      This package does not have a working testsuite.
     136    </para>
     137
     138    <para>
     139      Now, as the <systemitem class="username">root</systemitem> user:
     140    </para>
    121141
    122142<screen role="root"><userinput>make install</userinput></screen>
     
    127147    <title>Command Explanations</title>
    128148
    129     <para><parameter>--libexecdir=/usr/lib/tracker-0.14</parameter>:
    130     This parameter is used so that the files are installed in
    131     <filename class='directory'>/usr/lib/tracker-0.14</filename>
    132     instead of <filename class='directory'>/usr/libexec</filename>.</para>
    133 
    134     <para><parameter>--disable-miner-*</parameter>: These miners have been
    135     reported to cause problems, so we turn them off.</para>
     149    <para>
     150      <parameter>--libexecdir=/usr/lib/tracker-0.14</parameter>: This
     151      parameter is used so that the helper programs are installed in
     152      <filename class='directory'>/usr/lib/tracker-0.14</filename>
     153      instead of <filename class='directory'>/usr/libexec</filename>.
     154    </para>
     155
     156    <para>
     157      <option>--disable-miner-*</option>: These miners have been
     158      reported to cause problems, so we turn them off.
     159    </para>
    136160
    137161  </sect2>
     
    140164    <title>Configuring tracker</title>
    141165
    142     <para>There is no configuration required. If
    143     <application>gnome-documents</application> has been installed on the
    144     <application>GNOME</application> desktop, <application>gnome-session</application>
    145     will start the indexing of local PDF and PS files. If you wish to index these files
    146     in other circumstances, you can run: <command>tracker-control -s</command></para>
     166    <para>
     167      There is no configuration required. If <application>gnome-documents</application>
     168      has been installed on the <application>GNOME</application> desktop,
     169      <application>gnome-session</application> will start the indexing of local PDF and
     170      PS files. If you wish to index these files in other circumstances, you can run:
     171      <command>tracker-control -s</command>
     172    </para>
    147173
    148174  </sect2>
  • gnome/add/vinagre.xml

    r6f15e833 r9db3353e  
    3030    <title>Introduction to Vinagre</title>
    3131
    32     <para>The <application>Vinagre</application> is a VNC client for the
    33     <application>GNOME Desktop</application>. VNC is a protocol that allows
    34     remote display of a user's desktop.</para>
     32    <para>
     33      <application>Vinagre</application> is a VNC client for the
     34      <application>GNOME Desktop</application>.
     35    </para>
    3536
    3637    &lfs70_checked;
     
    3940    <itemizedlist spacing="compact">
    4041      <listitem>
    41         <para>Download (HTTP): <ulink url="&vinagre-download-http;"/></para>
     42        <para>
     43          Download (HTTP): <ulink url="&vinagre-download-http;"/>
     44        </para>
    4245      </listitem>
    4346      <listitem>
    44         <para>Download (FTP): <ulink url="&vinagre-download-ftp;"/></para>
     47        <para>
     48          Download (FTP): <ulink url="&vinagre-download-ftp;"/>
     49        </para>
    4550      </listitem>
    4651      <listitem>
    47         <para>Download MD5 sum: &vinagre-md5sum;</para>
     52        <para>
     53          Download MD5 sum: &vinagre-md5sum;
     54        </para>
    4855      </listitem>
    4956      <listitem>
    50         <para>Download size: &vinagre-size;</para>
     57        <para>
     58          Download size: &vinagre-size;
     59        </para>
    5160      </listitem>
    5261      <listitem>
    53         <para>Estimated disk space required: &vinagre-buildsize;</para>
     62        <para>
     63          Estimated disk space required: &vinagre-buildsize;
     64        </para>
    5465      </listitem>
    5566      <listitem>
    56         <para>Estimated build time: &vinagre-time;</para>
     67        <para>
     68          Estimated build time: &vinagre-time;
     69        </para>
    5770      </listitem>
    5871    </itemizedlist>
     
    90103    <title>Installation of Vinagre</title>
    91104
    92     <para>Install <application>Vinagre</application> by running the following
    93     commands:</para>
     105    <para>
     106      Install <application>Vinagre</application> by running the following
     107      commands:
     108    </para>
    94109
    95110<screen><userinput>./configure --prefix=/usr &amp;&amp;
    96111make</userinput></screen>
    97112
    98     <para>This package does not come with a test suite.</para>
     113    <para>
     114      This package does not come with a test suite.
     115    </para>
    99116
    100     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     117    <para>
     118      Now, as the <systemitem class="username">root</systemitem> user:
     119    </para>
    101120
    102121<screen role="root"><userinput>make install</userinput></screen>
     
    108127
    109128    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    110     href="../../xincludes/gnome-prefix.xml"/>
     129      href="../../xincludes/gnome-prefix.xml"/>
    111130
    112131  </sect2> -->
     
    137156        <term><command>vinagre</command></term>
    138157        <listitem>
    139           <para>is a remote desktop viewer for the <application>GNOME
    140           Desktop</application>.</para>
     158          <para>
     159            is a remote desktop viewer for the
     160            <application>GNOME</application> Desktop.
     161          </para>
    141162          <indexterm zone="vinagre vinagre-prog">
    142163            <primary sortas="b-vinagre">vinagre</primary>
Note: See TracChangeset for help on using the changeset viewer.