Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/grilo.xml

    r5d5c2107 re9a55974  
    1717
    1818  <sect1info>
    19     <othername>$LastChangedBy$</othername>
    2019    <date>$Date$</date>
    2120  </sect1info>
     
    3635    </para>
    3736
    38     &lfs10_checked;
     37    &lfs110a_checked;
    3938
    4039    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    120119cd    build    &amp;&amp;
    121120
    122 meson --prefix=/usr \
     121meson --prefix=/usr       \
     122      --buildtype=release \
    123123      -Denable-gtk-doc=false .. &amp;&amp;
    124124ninja</userinput></screen>
     
    138138  <sect2 role="commands">
    139139    <title>Command Explanations</title>
     140
     141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     142      href="../../xincludes/meson-buildtype-release.xml"/>
    140143
    141144    <para>
     
    143146      generating documentation. If you have <xref linkend="gtk-doc"/>
    144147      installed and wish to generate documentation, remove this option.
     148      Note that building the documentation is currently broken due to
     149      an incompatibility with gtk-doc.
    145150    </para>
    146151
     
    172177          <para>
    173178            is a simple playground application that you can use to test the
    174             framework and its plugins.
     179            framework and its plugins
    175180          </para>
    176181          <indexterm zone="grilo grilo-test-ui">
     
    184189        <listitem>
    185190          <para>
    186             is a tool that prints out information on available Grilo sources.
     191            is a tool that prints out information on available Grilo sources
    187192          </para>
    188193          <indexterm zone="grilo grl-inspect">
     
    197202          <para>
    198203            is a tool to run <application>Grilo</application> operations
    199             from command line.
     204            from command line
    200205          </para>
    201206          <indexterm zone="grilo grl-launch">
     
    206211
    207212      <varlistentry id="libgrilo">
    208         <term><filename class='libraryfile'>libgrilo.so</filename></term>
    209         <listitem>
    210           <para>
    211             provides the Grilo framework.
     213        <term><filename class="libraryfile">libgrilo.so</filename></term>
     214        <listitem>
     215          <para>
     216            provides the Grilo framework
    212217          </para>
    213218          <indexterm zone="grilo libgrilo">
     
    218223
    219224      <varlistentry id="libgrlnet">
    220         <term><filename class='libraryfile'>libgrlnet.so</filename></term>
    221         <listitem>
    222           <para>
    223             provides Grilo networking helpers for plug-ins.
     225        <term><filename class="libraryfile">libgrlnet.so</filename></term>
     226        <listitem>
     227          <para>
     228            provides Grilo networking helpers for plug-ins
    224229          </para>
    225230          <indexterm zone="grilo libgrilo">
     
    230235
    231236      <varlistentry id="libgrlpls">
    232         <term><filename class='libraryfile'>libgrlpls.so</filename></term>
    233         <listitem>
    234           <para>
    235             provides playlist handling functions.
     237        <term><filename class="libraryfile">libgrlpls.so</filename></term>
     238        <listitem>
     239          <para>
     240            provides playlist handling functions
    236241          </para>
    237242          <indexterm zone="grilo libgrilo">
Note: See TracChangeset for help on using the changeset viewer.