Ignore:
Timestamp:
12/15/2015 07:05:10 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2a2cb6f
Parents:
1015ec3
Message:
  • Update to gstreamer-1.6.2, gst-plugins-base-1.6.2, gst-plugins-good-1.6.2, gst-plugins-bad-1.6.2, gst-plugins-ugly-1.6.2, and, gst-libav-1.6.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gst10-plugins-good.xml

    r1015ec3 r666920e  
    88           "&gstreamer-dl;/gst-plugins-good/gst-plugins-good-&gst10-plugins-good-version;.tar.xz">
    99  <!ENTITY gst10-plugins-good-download-ftp  " ">
    10   <!ENTITY gst10-plugins-good-md5sum        "a930f5ff133f17baf39d2876628b7890">
    11   <!ENTITY gst10-plugins-good-size          "3.0 MB">
    12   <!ENTITY gst10-plugins-good-buildsize     "114 GB (additional 42 MB to run the test suite)">
    13   <!ENTITY gst10-plugins-good-time          "1.3 SBU (additional 0.9 SBU to run the test suite)">
     10  <!ENTITY gst10-plugins-good-md5sum        "ef4f5bc4f31f706832a234b0f603967b">
     11  <!ENTITY gst10-plugins-good-size          "3.1 MB">
     12  <!ENTITY gst10-plugins-good-buildsize     "155 GB (with tests)">
     13  <!ENTITY gst10-plugins-good-time          "1.9 SBU (with tests)">
    1414]>
    1515
     
    138138    </para>
    139139
    140 <screen><userinput>./configure --prefix=/usr \
     140<screen><userinput>sed -e '/smgradio/ {
     141    a \  \/* Radionomy Hot40Music shoutcast stream *\/
     142    a \  g_object_set (src, "location",
     143    a \      "http://streaming.radionomy.com:80/Hot40Music", NULL);
     144  }'  \
     145    -e '/Virgin/,/smgradio/d' \
     146    -i tests/check/elements/souphttpsrc.c &amp;&amp;
     147
     148./configure --prefix=/usr \
    141149            --with-package-name="GStreamer Good Plugins &gst10-plugins-good-version; BLFS" \
    142150            --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/"  &amp;&amp;
     
    144152
    145153    <para>
    146       To test the results, issue: <command>make -k check</command>. Some tests
    147       are known to fail.
     154      To test the results, issue: <command>make check</command>.
    148155    </para>
    149156
     
    153160
    154161<screen role="root"><userinput>make install</userinput></screen>
     162  </sect2>
     163
     164  <sect2 role="commands">
     165    <title>Command Explanations</title>
     166
     167    <para><command>sed -e '/smgradio/ ...
     168                       -i tests/check/elements/souphttpsrc.c</command>.<!--
     169    Fixes failing ICY test. Previous provider has streaming disabled outside UK.
     170    To be removed at release 1.6.3.
     171    tests: souphttpsrc test_icy_stream:0: Assertion 'caps != NULL' failed
     172    https://bugzilla.gnome.org/show_bug.cgi?id=758114
     173    https://bug758114.bugzilla-attachments.gnome.org/attachment.cgi?id=316570-->
     174    </para>
     175
    155176  </sect2>
    156177
Note: See TracChangeset for help on using the changeset viewer.