Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gstreamer10.xml

    rd6264b7 rc93c620c  
    77  <!ENTITY gstreamer10-download-http "&gstreamer-dl;/gstreamer/gstreamer-&gstreamer10-version;.tar.xz">
    88  <!ENTITY gstreamer10-download-ftp  " ">
    9   <!ENTITY gstreamer10-md5sum        "729e3da87743d1ef04b2cdc9a5f1dc13">
     9  <!ENTITY gstreamer10-md5sum        "fe381e1e910e622fee44692e865f7229">
    1010  <!ENTITY gstreamer10-size          "2.6 MB">
    11   <!ENTITY gstreamer10-buildsize     "49 MB (with tests)">
    12   <!ENTITY gstreamer10-time          "0.3 SBU (Using parallelism=4; with tests)">
     11  <!ENTITY gstreamer10-buildsize     "60 MB (with tests)">
     12  <!ENTITY gstreamer10-time          "0.5 SBU (Using parallelism=4; with tests)">
    1313]>
    1414
     
    1717
    1818  <sect1info>
    19     <othername>$LastChangedBy$</othername>
    2019    <date>$Date$</date>
    2120  </sect1info>
     
    4140    </para>
    4241
    43     &lfs10_checked;
     42    &lfs110a_checked;
    4443
    4544    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    103102    <para role="optional">
    104103      <xref linkend="gtk3"/> (for examples),
    105       <xref linkend="gsl"/>,
     104      <xref linkend="gsl"/> (used by one test if installed),
    106105      <xref linkend="valgrind"/>,
    107106      <ulink url="https://github.com/scop/bash-completion/">bash-completion</ulink>,
     
    131130
    132131meson  --prefix=/usr       \
    133        -Dbuildtype=release \
     132       --buildtype=release \
    134133       -Dgst_debug=false   \
    135        -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \
     134       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
    136135       -Dpackage-name="GStreamer &gstreamer10-version; BLFS" &amp;&amp;
    137136ninja</userinput></screen>
     
    159158<screen role="root"><userinput>ninja install</userinput></screen>
    160159
     160  </sect2>
     161
     162  <sect2 role="commands">
     163    <title>Command Explanations</title>
     164
     165    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     166      href="../../xincludes/meson-buildtype-release.xml"/>
    161167  </sect2>
    162168
     
    196202            <application>gstreamer</application> plugins,
    197203            information about a particular plugin, or information
    198             about a particular element.
     204            about a particular element
    199205          </para>
    200206          <indexterm zone="gstreamer10 gst-inspect-1.0">
     
    209215          <para>
    210216            is a tool that builds and runs basic
    211             <application>gstreamer</application> pipelines.
     217            <application>gstreamer</application> pipelines
    212218          </para>
    213219          <indexterm zone="gstreamer10 gst-launch-1.0">
     
    222228          <para>
    223229            is a tool used to gather statistics about
    224             <application>gstreamer</application> operations.
     230            <application>gstreamer</application> operations
    225231          </para>
    226232          <indexterm zone="gstreamer10 gst-stats-1.0">
     
    235241          <para>
    236242            runs a test plan in TAP compatible format while integrating with
    237             the meson test harness.
     243            the meson test harness
    238244          </para>
    239245          <indexterm zone="gstreamer10 gst-tester-1.0">
     
    249255            uses the <application>gstreamer</application> type finding system
    250256            to determine the relevant <application>gstreamer</application>
    251             plugin to parse or decode files, and the corresponding MIME type.
     257            plugin to parse or decode files, and the corresponding MIME type
    252258          </para>
    253259          <indexterm zone="gstreamer10 gst-typefind-1.0">
     
    262268          <para>
    263269            provides some base classes to be extended by elements and utillity
    264             classes that are most useful for plugin developers.
     270            classes that are most useful for plugin developers
    265271          </para>
    266272          <indexterm zone="gstreamer10 libgstbase-1.0">
     
    275281          <para>
    276282            provides functionality for writing unit tests that use the check
    277             framework.
     283            framework
    278284          </para>
    279285          <indexterm zone="gstreamer10 libgstcheck-1.0">
     
    287293        <listitem>
    288294          <para>
    289             provides functionality to animate element properties over time.
     295            provides functionality to animate element properties over time
    290296          </para>
    291297          <indexterm zone="gstreamer10 libgstcontroller-1.0">
     
    299305        <listitem>
    300306          <para>
    301             provides network elements and objects.
     307            provides network elements and objects
    302308          </para>
    303309          <indexterm zone="gstreamer10 libgstnet-1.0">
     
    314320            services, including initialization, plugin management and types,
    315321            as well as the object hierarchy that defines elements and bins,
    316             along with some more specialized elements.
     322            along with some more specialized elements
    317323          </para>
    318324          <indexterm zone="gstreamer10 libgstreamer-1.0">
Note: See TracChangeset for help on using the changeset viewer.