Changeset e8ba44a


Ignore:
Timestamp:
07/19/2007 10:18:13 AM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
086d326
Parents:
661506d
Message:

Updated to GStreamer Good Plug-ins-0.10.6

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r661506d re8ba44a  
    615615<!ENTITY gstreamer-version            "0.10.13">
    616616<!ENTITY gst-plugins-base-version     "0.10.13">
    617 <!ENTITY gst-plugins-good-version     "0.10.4">
     617<!ENTITY gst-plugins-good-version     "0.10.6">
    618618<!ENTITY gst-plugins-ugly-version     "0.10.4">
    619619<!ENTITY libmusicbrainz-version       "2.1.4">
  • introduction/welcome/changelog.xml

    r661506d re8ba44a  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to GStreamer Good Plug-ins-0.10.6.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to Imlib2-1.4.0.</para>
    4952        </listitem>
  • multimedia/libdriv/gst-plugins-good.xml

    r661506d re8ba44a  
    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  " ">
    9   <!-- <!ENTITY gst-plugins-good-download-ftp  "&gnome-download-ftp;/gst-plugins-good/0.10/gst-plugins-good-&gst-plugins-good-version;.tar.bz2"> -->
    10   <!ENTITY gst-plugins-good-md5sum        "e189496e7987898823d28d26b79f63dc">
    11   <!ENTITY gst-plugins-good-size          "1.2 MB">
    12   <!ENTITY gst-plugins-good-buildsize     "up to 61.2 MB (depends on what dependencies are installed)">
    13   <!ENTITY gst-plugins-good-time          "up to 1.5 SBU">
     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 what dependencies are installed)">
     12  <!ENTITY gst-plugins-good-time          "up to 1.7 SBU">
    1413]>
    1514
     
    8685    <xref linkend="hal"/>,
    8786    <ulink url="http://sourceforge.net/projects/mjpeg/">MMX Jpeg</ulink>
    88     (preferred, but will fall back to <xref linkend="libjpeg"/>),
     87    (will fall back to <xref linkend="libjpeg"/> if not found),
    8988    <ulink url="http://www.ladspa.org/">LADSPA</ulink>,
    9089    <ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>,
    9190    <xref linkend="libpng"/>,
    9291    <ulink url="http://www.icecast.org/">libshout</ulink>,
    93     <xref linkend="speex"/>,
     92    <xref linkend="speex"/> (version >= <ulink
     93    url="http://speex.org/downloads/">1.1.6</ulink> is preferred),
     94    <ulink url="http://www.wavpack.com/">WavPack</ulink>,
    9495    <ulink url="http://developer.kde.org/~wheeler/taglib/">TagLib</ulink>,
    9596    <xref linkend="x-window-system"/>,
     
    119120make</userinput></screen>
    120121
    121     <para>To test the results, issue: <command>make check</command>. There are
    122     many other <filename>Makefile</filename> targets you can specify for
    123     running the tests, issue <command>make -C tests/check help</command> to see
    124     the complete list.</para>
     122    <para>To test the results, issue: <command>make check</command>. The
     123    <quote>generic/states</quote> test is known to fail on some platforms.
     124    There are many other <filename>Makefile</filename> targets you can specify
     125    for running the tests, issue <command>make -C tests/check help</command>
     126    to see the complete list.</para>
    125127
    126128    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.