Ignore:
Timestamp:
01/20/2009 10:34:30 PM (15 years ago)
Author:
Ken Moffat <ken@…>
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:
62acbed
Parents:
64c6acb
Message:

Updates for gstreamer and the plugins.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gst-plugins-base.xml

    r64c6acb rcc60178  
    77  <!ENTITY gst-plugins-base-download-http "http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-&gst-plugins-base-version;.tar.bz2">
    88  <!ENTITY gst-plugins-base-download-ftp  "&gnome-download-ftp;/gst-plugins-base/0.10/gst-plugins-base-&gst-plugins-base-version;.tar.bz2">
    9   <!ENTITY gst-plugins-base-md5sum        "735f7b911cd00540d2bea8596a3859cd">
    10   <!ENTITY gst-plugins-base-size          "1.5 MB">
    11   <!ENTITY gst-plugins-base-buildsize     "up to 72 MB (depends on what dependencies are installed)">
    12   <!ENTITY gst-plugins-base-time          "up to 1.5 SBU (0.5 SBU to run the test suite)">
     9  <!ENTITY gst-plugins-base-md5sum        "0e0cd485311502ad1c0c028148e3186a">
     10  <!ENTITY gst-plugins-base-size          "1.9 MB">
     11  <!ENTITY gst-plugins-base-buildsize     "58 MB typical (depends on what dependencies are installed, plus 5MB for the test suite)">
     12  <!ENTITY gst-plugins-base-time          "1.5 SBU typical (plus 0.7 SBU to run the test suite)">
    1313]>
    1414
     
    9292    Documentation)</bridgehead>
    9393    <para role="optional"><xref linkend="gtk-doc"/> and
    94     <xref linkend="pyxml"/></para>
     94    <xref linkend="python"/> (compiled against an XML parser such as
     95    <xref linkend=" expat"/>).</para>
    9596
    9697    <para condition="html" role="usernotes">User Notes:
     
    105106    the following commands:</para>
    106107
    107 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     108<screen><userinput>sed -i 's/\(.*gtkdoc-rebase --relative.* \)\(;.*\)/\1|| true\2/' \
     109  docs/libs}/Makefile.in &amp;&amp;
     110./configure --prefix=/usr &amp;&amp;
    108111make</userinput></screen>
    109112
    110     <para>To test the results, issue: <command>make check</command>. There are
     113    <!-- without libcheck, 'make check' is pointless -->
     114    <para>To run the unit regression tests, issue: <command>make check</command>.
     115    There is one failure, in elements/subparse. There are
    111116    many other <filename>Makefile</filename> targets you can specify for
    112117    running the tests, issue <command>make -C tests/check help</command> to see
     
    126131<screen role="root"><userinput>make -C docs/libs install-data &amp;&amp;
    127132make -C docs/plugins install-data</userinput></screen>-->
     133
     134  </sect2>
     135
     136  <sect2 role="commands">
     137    <title>Command Explanations</title>
     138
     139    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     140    href="../../xincludes/gtk-doc-rebuild.xml"/>
     141
     142    <para><option>sed -i 's/\(.*gtkdoc-rebase --relative.* \)\(;.*\)/\1|| true\2/' \
     143    docs/libs/Makefile.in</option>: This Makefile tests if
     144    <command>gtkdoc-rebase</command> is present, and only uses it if it is,
     145    but the test <command>which gtk-doc</command> is interpreted as an error by
     146    <command>make</command> if <command>gtkdoc-rebase</command> is not present.  The
     147    <command>sed</command> command ensures the command is always regarded as
     148    successful.</para>
     149
     150    <para><option>--disable-static</option>: This switch prevents the static
     151    libraries from being built.</para>
    128152
    129153  </sect2>
Note: See TracChangeset for help on using the changeset viewer.