Changeset ba6f749


Ignore:
Timestamp:
07/18/2007 06:28:44 PM (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:
a00eb94
Parents:
e25e0b0
Message:

Updated to GStreamer-0.10.13

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re25e0b0 rba6f749  
    613613<!ENTITY xine-lib-version             "1.1.6">
    614614<!ENTITY libmikmod-version            "3.1.11">
    615 <!ENTITY gstreamer-version            "0.10.11">
     615<!ENTITY gstreamer-version            "0.10.13">
    616616<!ENTITY gst-plugins-base-version     "0.10.11">
    617617<!ENTITY gst-plugins-good-version     "0.10.4">
  • introduction/welcome/changelog.xml

    re25e0b0 rba6f749  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to GStreamer-0.10.13.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Added an additional sed to the LPRng instructions
    4952          to correct some bad syntax.</para>
  • multimedia/libdriv/gstreamer.xml

    re25e0b0 rba6f749  
    66
    77  <!ENTITY gstreamer-download-http "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-&gstreamer-version;.tar.bz2">
    8   <!ENTITY gstreamer-download-ftp  " ">
    9   <!-- <!ENTITY gstreamer-download-ftp  "&gnome-download-ftp;/gstreamer/0.10/gstreamer-&gstreamer-version;.tar.bz2"> -->
    10   <!ENTITY gstreamer-md5sum        "67240094e08c845b7bbcfba755c95695">
    11   <!ENTITY gstreamer-size          "1.8 MB">
    12   <!ENTITY gstreamer-buildsize     "71.8 MB">
    13   <!ENTITY gstreamer-time          "1.6 SBU (includes building manuals, additional 1.0 SBU to rebuild API docs and 0.5 SBU to run the test suite)">
     8  <!ENTITY gstreamer-download-ftp  "&gnome-download-ftp;/gstreamer/0.10/gstreamer-&gstreamer-version;.tar.bz2">
     9  <!ENTITY gstreamer-md5sum        "69b594b43e52e1d0eaf512a89c7b3137">
     10  <!ENTITY gstreamer-size          "1.9 MB">
     11  <!ENTITY gstreamer-buildsize     "72 MB">
     12  <!ENTITY gstreamer-time          "1.5 SBU (includes building manuals and 0.5 SBU to run the test suite)">
    1413]>
    1514
     
    129128install -v -m644 docs/design/*.txt \
    130129                    /usr/share/doc/gstreamer-0.10/design &amp;&amp;
     130
    131131if [ -d /usr/share/doc/gstreamer-0.10/faq/html ]; then
    132132    chown -v -R root:root \
     
    134134fi</userinput></screen>
    135135
     136    <!-- Gtk-Docs are now installed by default, even without building them
    136137    <para>If you did not rebuild the API documentation by passing
    137     <option>--enable-gtk-doc</option> to the <command>configure</command>
     138    <option>-enable-gtk-doc</option> to the <command>configure</command>
    138139    script and you wish to install the pre-built documentation, issue the
    139140    following command as the <systemitem class="username">root</systemitem>
     
    141142
    142143<screen role="root"><userinput>for DOCS in gst libs plugins; do make -C docs/$DOCS install-data; done</userinput></screen>
     144    -->
    143145
    144146    <sect3>
     
    164166    <title>Command Explanations</title>
    165167
    166     <para><option>--enable-gtk-doc</option>: This parameter is used to rebuild
    167     and install the API documentation.</para>
     168    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     169    href="../../xincludes/gtk-doc-rebuild.xml"/>
    168170
    169171    <para><option>--enable-docbook</option>: This parameter is used to build
Note: See TracChangeset for help on using the changeset viewer.