Ignore:
Timestamp:
01/31/2016 08:31:08 AM (9 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
5ee2c13
Parents:
2df08064
Message:

Merge changes from trunk Chpater 45 (systemd Chapter 37)

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

File:
1 edited

Legend:

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

    r2df08064 rd19fb65  
    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        "a28d0d46c929f0064432d2fd94c12ef1">
    11   <!ENTITY gst10-plugins-good-size          "2.9 MB">
    12   <!ENTITY gst10-plugins-good-buildsize     "156 MB (with tests)">
    13   <!ENTITY gst10-plugins-good-time          "1.2 SBU (additional 1.7 SBU to run the test suite)">
     10  <!ENTITY gst10-plugins-good-md5sum        "a1958df7aa498b42793e2f2048673815">
     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
     
    4040
    4141    &lfs78_checked;
    42 
    43     &gst-compat;
    4442
    4543    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    112110      <xref linkend="speex"/>,
    113111      <xref linkend="taglib"/>,
    114       <xref linkend="v4l-utils"/>,
    115112      <xref linkend="valgrind"/>,
     113      <xref linkend='v4l-utils'/>,
    116114      <ulink url="http://jackaudio.org/">JACK</ulink>,
    117115      <ulink url="http://caca.zoy.org/wiki/libcaca">libcaca</ulink>,
     
    119117      <ulink url="http://sourceforge.net/projects/libraw1394/">libraw1394</ulink>,
    120118      <ulink url="http://www.icecast.org/download.php">libshout</ulink>,
    121       <ulink url="http://gstreamer.freedesktop.org/src/orc">ORC</ulink>, and
     119      <ulink url="http://gstreamer.freedesktop.org/src/orc/">Orc</ulink>, and
    122120      <ulink url="http://wavpack.com/">WavPack</ulink>
    123121    </para>
     
    131129    <title>Installation of GStreamer Good Plug-ins</title>
    132130
     131    <note><para>If you need a plugin for a given dependency, that dependency
     132      needs to be installed before this application.
     133    </para></note>
     134
    133135    <para>
    134136      Install <application>GStreamer Good Plug-ins</application> by running the
     
    136138    </para>
    137139
    138 <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 \
    139149            --with-package-name="GStreamer Good Plugins &gst10-plugins-good-version; BLFS" \
    140             --with-package-origin="http://www.linuxfromscratch.org/blfs/view/&blfs-version;/" &amp;&amp;
     150            --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
    141151make</userinput></screen>
    142152
    143153    <para>
    144       To test the results, issue: <command>make -k check</command>. Some tests
    145       are known to fail.
     154      To test the results, issue: <command>make check</command>.
    146155    </para>
    147156
     
    151160
    152161<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
    153176  </sect2>
    154177
Note: See TracChangeset for help on using the changeset viewer.