Ignore:
Timestamp:
05/07/2016 01:40:16 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
37191af
Parents:
92ada82
Message:

Sync to trunk r17213
Added entity for GNOME-3.20

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17328 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

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

    r92ada82 r54aaa89  
    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>
    175154
    176155  </sect2>
Note: See TracChangeset for help on using the changeset viewer.