Changeset 0d6b2b9


Ignore:
Timestamp:
04/19/2012 09:56:32 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:
efd9971a
Parents:
c341539
Message:

libnice 0.1.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc341539 r0d6b2b9  
    518518<!ENTITY geoclue-version              "0.12.0">
    519519<!ENTITY libgdata-version             "0.12.0">
    520 <!ENTITY libnice-version              "0.1.1">
     520<!ENTITY libnice-version              "0.1.2">
    521521<!ENTITY libnl-version                "3.2.3">
    522522<!ENTITY libpcap-version              "1.1.1">
  • introduction/welcome/changelog.xml

    rc341539 r0d6b2b9  
    8686          <para>[krejzi] - mx 1.4.5.</para>
    8787        </listitem>
     88        <listitem>
     89          <para>[krejzi] - libnice 0.1.2.</para>
     90        </listitem>
    8891      </itemizedlist>
    8992    </listitem>
  • networking/netlibs/libnice.xml

    rc341539 r0d6b2b9  
    66
    77  <!ENTITY libnice-download-http
    8   "http://nice.freedesktop.org/releases/libnice-&libnice-version;.tar.gz">
     8           "http://nice.freedesktop.org/releases/libnice-&libnice-version;.tar.gz">
    99  <!ENTITY libnice-download-ftp  " ">
    10   <!ENTITY libnice-md5sum        "0906c3523eb78cb3caad170cc75af4b0">
    11   <!ENTITY libnice-size          "650 KB">
     10  <!ENTITY libnice-md5sum        "1914dd98380dd68632d3d448cc23f1e8">
     11  <!ENTITY libnice-size          "656 KB">
    1212  <!ENTITY libnice-buildsize     "12 MB">
    1313  <!ENTITY libnice-time          "0.1 SBU">
     
    3737    elements.</para>
    3838
    39     &lfs70_built;
     39    &lfs70_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6464
    6565    <bridgehead renderas="sect4">Required</bridgehead>
    66     <para role="required"><xref linkend="pkgconfig"/></para>
     66    <para role="required">
     67      <xref linkend="pkgconfig"/>
     68    </para>
     69
     70    <bridgehead renderas="sect4">Recommended</bridgehead>
     71    <para role="recommended">
     72      <xref linkend="gst-base-plugins"/>
     73    </para>
    6774
    6875    <bridgehead renderas="sect4">Optional</bridgehead>
    69     <para role="optional"><xref linkend="gstreamer"/> and
    70     <xref linkend="gtk-doc"/></para>
     76    <para role="optional">
     77      <xref linkend="gtk-doc"/> and
     78      <ulink url="http://gupnp.org/">gupnp-igd</ulink>
     79    </para>
    7180
    7281    <para condition="html" role="usernotes">User Notes:
     
    94103    <title>Command Explanations</title>
    95104
    96     <para><option> --disable-static</option>: This switch prevents the static
    97     libraries being installed.</para>
    98 
    99     <para><option>--with-gstreamer</option>: This option enables GStreamer
    100     functionality.</para>
     105    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     106    href="../../xincludes/static-libraries.xml"/>
    101107
    102108    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    103109    href="../../xincludes/gtk-doc-rebuild.xml"/>
     110
    104111  </sect2>
    105112
     
    113120
    114121      <seglistitem>
    115         <seg>stunbdc and stund</seg>
    116         <seg>libgstnice.so and libnice.so</seg>
    117         <seg>/usr/include/nice, /usr/include/stun and
    118         /usr/share/gtk-doc/html/libnice</seg>
     122        <seg>
     123          stunbdc and stund
     124        </seg>
     125        <seg>
     126          libgstnice.so and libnice.so
     127        </seg>
     128        <seg>
     129          /usr/include/nice, /usr/include/stun and
     130          /usr/share/gtk-doc/html/libnice
     131        </seg>
    119132      </seglistitem>
    120133    </segmentedlist>
     
    166179        </listitem>
    167180      </varlistentry>
     181
    168182    </variablelist>
     183
    169184  </sect2>
     185
    170186</sect1>
Note: See TracChangeset for help on using the changeset viewer.