Ignore:
Timestamp:
04/02/2016 12:56:39 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
21540b2
Parents:
7ea4cb6
Message:

Update to gstreamer, gst-plugins, gst-libaf-1.8.0

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

File:
1 edited

Legend:

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

    r7ea4cb6 re35976a  
    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        "a1958df7aa498b42793e2f2048673815">
     10  <!ENTITY gst10-plugins-good-md5sum        "91ed4649c7c2e43a61f731d144f6f6d0">
    1111  <!ENTITY gst10-plugins-good-size          "3.1 MB">
    12   <!ENTITY gst10-plugins-good-buildsize     "155 MB (with tests)">
    13   <!ENTITY gst10-plugins-good-time          "1.9 SBU (with tests)">
     12  <!ENTITY gst10-plugins-good-buildsize     "132 MB (with tests)">
     13  <!ENTITY gst10-plugins-good-time          "2.8 SBU (with tests)">
    1414]>
    1515
     
    138138    </para>
    139139
    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 \
     140<screen><userinput>./configure --prefix=/usr \
    149141            --with-package-name="GStreamer Good Plugins &gst10-plugins-good-version; BLFS" \
    150142            --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/"  &amp;&amp;
     
    160152
    161153<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>: Fixes
    169     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 
    176154  </sect2>
    177155
Note: See TracChangeset for help on using the changeset viewer.