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-good.xml

    r64c6acb rcc60178  
    66
    77  <!ENTITY gst-plugins-good-download-http "http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-&gst-plugins-good-version;.tar.bz2">
    8   <!ENTITY gst-plugins-good-download-ftp  "&gnome-download-ftp;/gst-plugins-good/0.10/gst-plugins-good-&gst-plugins-good-version;.tar.bz2">
    9   <!ENTITY gst-plugins-good-md5sum        "25f111360c2930705b91b4fcf93ae5c5">
    10   <!ENTITY gst-plugins-good-size          "1.5 MB">
    11   <!ENTITY gst-plugins-good-buildsize     "up to 85 MB (depends on which dependencies are installed)">
    12   <!ENTITY gst-plugins-good-time          "up to 1.7 SBU">
     8  <!ENTITY gst-plugins-good-download-ftp  " ">
     9  <!ENTITY gst-plugins-good-md5sum        "79b086c2dc0e07ae0c8ddc91512bab3a">
     10  <!ENTITY gst-plugins-good-size          "2.0 MB">
     11  <!ENTITY gst-plugins-good-buildsize     "61 MB or more (depends on which dependencies are installed), plus 4.2 MB for unit regression tests and 1.8 MB for docs">
     12  <!ENTITY gst-plugins-good-time          "1.7 SBU or more, plus 1.0 SBU for unit regression tests">
    1313]>
    1414
     
    102102    <ulink url="http://developer.kde.org/~wheeler/taglib/">TagLib</ulink>,
    103103    <xref linkend="x-window-system"/>,
    104     <ulink url="http://check.sourceforge.net/">Check</ulink>
    105     (required to run the unit regression tests), and
    106     <ulink url="http://www.valgrind.org/">Valgrind</ulink>
    107     (optionally used during the unit regression tests)</para>
     104    <ulink url="http://pulseaudio.org/">PulseAudio</ulink></para>
     105
     106    <bridgehead renderas="sect4">Optional, for the unit regression tests</bridgehead>
     107    <para>To run the tests you need to have compiled gstreamer against libcheck,
     108    and you can optionally use
     109    <ulink url="http://www.valgrind.org/">Valgrind</ulink></para>
    108110
    109111    <bridgehead renderas="sect4">Optional (Required to Rebuild the API
    110112    Documentation)</bridgehead>
    111113    <para role="optional"><xref linkend="gtk-doc"/> and
    112     <xref linkend="pyxml"/></para>
     114    <xref linkend="python"/> (compiled against an XML parser such as
     115    <xref linkend=" expat"/>).</para>
    113116
    114117    <para condition="html" role="usernotes">User Notes:
     
    127130make</userinput></screen>
    128131
    129     <para>To test the results, issue: <command>make check</command>. The
    130     <quote>generic/states</quote> test is known to fail on some platforms.
     132    <para>To run the unit regression tests, issue: <command>make check</command>.
    131133    There are many other <filename>Makefile</filename> targets you can specify
    132134    for running the tests, issue <command>make -C tests/check help</command>
     
    159161    installed.</para>
    160162
     163    <para><option>--disable-static</option>: This switch prevents the static
     164    libraries from being built.</para>
     165
    161166  </sect2>
    162167
Note: See TracChangeset for help on using the changeset viewer.