Changeset 675575a


Ignore:
Timestamp:
02/05/2012 06:52:45 PM (12 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:
e036353
Parents:
dce429c
Message:

Update to gst-plugins-base-0.10.35.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rdce429c r675575a  
    872872<!ENTITY libmikmod-version            "3.1.11">
    873873<!ENTITY gstreamer-version            "0.10.25">
    874 <!ENTITY gst-plugins-base-version     "0.10.25">
     874<!ENTITY gst-plugins-base-version     "0.10.35">
    875875<!ENTITY gst-plugins-good-version     "0.10.17">
    876876<!ENTITY gst-plugins-bad-version      "0.10.21">
  • introduction/welcome/changelog.xml

    rdce429c r675575a  
    4848          <para>[ken] - Add gst-plugins-bad based on Wayne's work and updated to 0.10.21.</para>
    4949        </listitem>
     50        <listitem>
     51          <para>[ken] - Merge gst-plugins-base-0.10.35 from Wayne.</para>
     52        </listitem>
    5053      </itemizedlist>
    5154    </listitem>
  • multimedia/libdriv/gst-plugins-base.xml

    rdce429c r675575a  
    55  %general-entities;
    66
    7   <!ENTITY gst-plugins-base-download-http "http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-&gst-plugins-base-version;.tar.bz2">
    8   <!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        "d29669dd79276c5cd94e1613c03cd9ab">
    10   <!ENTITY gst-plugins-base-size          "2.1 MB">
    11   <!ENTITY gst-plugins-base-buildsize     "75 MB">
    12   <!ENTITY gst-plugins-base-time          "1.6 SBU">
     7  <!ENTITY gst-plugins-base-download-http "&gnome-download-http;/gst-plugins-base/0.10/gst-plugins-base-&gst-plugins-base-version;.tar.xz">
     8  <!ENTITY gst-plugins-base-download-ftp  "&gnome-download-ftp;/gst-plugins-base/0.10/gst-plugins-base-&gst-plugins-base-version;.tar.xz">
     9  <!ENTITY gst-plugins-base-md5sum        "0ababc411b6a372f9e5abca443ebb138">
     10  <!ENTITY gst-plugins-base-size          "2.2 MB">
     11  <!ENTITY gst-plugins-base-buildsize     "117 MB">
     12  <!ENTITY gst-plugins-base-time          "1.7 SBU">
    1313]>
    1414
     
    3838    and base classes useful for writing elements. A wide range of video and
    3939    audio decoders, encoders, and filters are included. Also see the
    40     <xref linkend="gst-plugins-good"/>, <xref linkend="gst-plugins-ugly"/>,
    41     <ulink url="http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html">
    42     GStreamer Bad Plug-ins</ulink> and <ulink
    43     url="http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html">GStreamer
    44     FFmpeg plug-in</ulink> packages.</para>
     40    <xref linkend="gst-plugins-good"/>, <xref linkend="gst-plugins-bad"/>,
     41    <xref linkend="gst-plugins-ugly"/>, and <xref linkend="gst-ffmpeg"/>
     42    packages.</para>
     43
     44    &lfs70_built;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7979      <xref linkend="cdparanoia"/>,
    8080      <xref linkend="ffmpeg"/>,
    81       <xref linkend="gnome-vfs"/>,
    82       <xref linkend="gtk2"/> (required to build the examples),
     81      <!--<xref linkend="gnome-vfs"/>,-->
     82      <xref linkend="gtk2"/> or
     83      <xref linkend="gtk3"/> (required to build the examples),
    8384      <xref linkend="libogg"/>,
    8485      <xref linkend="libtheora"/>,
     
    112113<screen><userinput>sed -i 's/\(.*gtkdoc-rebase --relative.* \)\(;.*\)/\1|| true\2/' \
    113114  docs/libs/Makefile.in &amp;&amp;
    114 ./configure --prefix=/usr &amp;&amp;
     115./configure --prefix=/usr --with-gtk=3.0 &amp;&amp;
    115116make</userinput></screen>
    116117
    117118    <!-- without libcheck, 'make check' is pointless -->
    118119    <para>To run the unit regression tests, issue: <command>make check</command>.
    119     There is one failure, in elements/subparse. There are
     120    There are
    120121    many other <filename>Makefile</filename> targets you can specify for
    121122    running the tests, issue <command>make -C tests/check help</command> to see
Note: See TracChangeset for help on using the changeset viewer.