Ignore:
Timestamp:
09/26/2012 07:35:22 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
95465a3
Parents:
816595b
Message:

GNOME 3.6 Part 3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libnice.xml

    r816595b r1491b49  
    88           "http://nice.freedesktop.org/releases/libnice-&libnice-version;.tar.gz">
    99  <!ENTITY libnice-download-ftp  " ">
    10   <!ENTITY libnice-md5sum        "1914dd98380dd68632d3d448cc23f1e8">
    11   <!ENTITY libnice-size          "656 KB">
    12   <!ENTITY libnice-buildsize     "12 MB">
    13   <!ENTITY libnice-time          "0.1 SBU">
     10  <!ENTITY libnice-md5sum        "1a0907605f852dcda32a3b3daf38d36c">
     11  <!ENTITY libnice-size          "660 KB">
     12  <!ENTITY libnice-buildsize     "20 MB">
     13  <!ENTITY libnice-time          "less than 0.1 SBU">
    1414]>
    1515
     
    8484    <bridgehead renderas="sect4">Recommended</bridgehead>
    8585    <para role="recommended">
    86       <xref linkend="gst-plugins-base"/>
     86      <xref linkend="gst10-plugins-base"/>
    8787    </para>
    8888
    8989    <bridgehead renderas="sect4">Optional</bridgehead>
    9090    <para role="optional">
     91      <xref linkend="gst-plugins-base"/>,
    9192      <xref linkend="gtk-doc"/> and
    9293      <ulink url="http://gupnp.org/">gupnp-igd</ulink>
     
    106107    </para>
    107108
    108 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     109<screen><userinput>./configure --prefix=/usr \
     110            --disable-static \
     111            --without-gstreamer-0.10 &amp;&amp;
    109112make</userinput></screen>
    110113
     
    126129    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    127130      href="../../xincludes/static-libraries.xml"/>
     131
     132    <para>
     133      <option>--without-gstreamer-0.10</option>: This switch disables
     134      building of the <application>GStreamer</application> 0.10 plugins
     135      which are not necesary for anything in BLFS. Remove it if you
     136      have installed <xref linkend="gst-plugins-base"/>.
     137    </para>
    128138
    129139    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    145155        </seg>
    146156        <seg>
    147           libgstnice.so and libnice.so
     157          libnice.so and libgstnice.so
     158          (<application>GStreamer</application> Plugin)
    148159        </seg>
    149160        <seg>
     
    184195      </varlistentry>
    185196
    186       <varlistentry id="libgstnice">
    187         <term><filename class="libraryfile">libgstnice.so</filename></term>
    188         <listitem>
    189           <para>
    190             is the <application>GStreamer</application> module.
    191           </para>
    192           <indexterm zone="libnice libgstnice">
    193             <primary sortas="c-libgstnice">libgstnice.so</primary>
    194           </indexterm>
    195         </listitem>
    196       </varlistentry>
    197 
    198197      <varlistentry id="libnice-lib">
    199198        <term><filename class="libraryfile">libnice.so</filename></term>
Note: See TracChangeset for help on using the changeset viewer.