Ignore:
Timestamp:
02/11/2016 07:19:50 AM (9 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
58b6b9b2
Parents:
17fee97b
Message:

X Software section: Merge changes from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/pidgin.xml

    r17fee97b r5e94b6c3  
    3636    </para>
    3737
    38     &lfs77_checked;
     38    &lfs78_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7171      </listitem>
    7272    </itemizedlist>
     73
     74   <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     75    <itemizedlist spacing="compact">
     76      <listitem>
     77        <para>
     78          Recommended patch:
     79          <ulink url="&patch-root;/pidgin-&pidgin-version;-gstreamer1-1.patch"/>
     80        </para>
     81      </listitem>
     82   </itemizedlist>
    7383
    7484    <bridgehead renderas="sect3">Pidgin Dependencies</bridgehead>
     
    8191    <bridgehead renderas="sect4">Recommended</bridgehead>
    8292    <para role="recommended">
    83       <xref linkend="libgcrypt"/> and
     93      <xref linkend="libgcrypt"/>,
     94      <xref linkend="gstreamer10"/> (required for audio support), and
    8495      <xref linkend="gnutls"/> or
    8596      <xref linkend="nss"/>
     
    99110      <xref linkend="cyrus-sasl"/>,
    100111      <xref linkend="dbus"/>,
    101       <xref linkend="evolution-data-server"/>,
     112      <xref linkend="evolution-data-server"/>
    102113      <xref linkend="GConf"/>,
    103114      <xref linkend="libidn"/> (required, if you wish to run the test suite),
    104115      <xref linkend="NetworkManager"/>,
    105       <xref linkend="gstreamer"/> (required for audio support),
    106116      <xref linkend="sqlite"/> (required for the Contact Availability Prediction
    107117      plugin),
     
    137147
    138148    <para>
     149      First apply a patch to allow the package to build with the current
     150      <application>gstreamer</application> framework:
     151    </para>
     152
     153<screen><userinput>patch -Np1 -i ../pidgin-&pidgin-version;-gstreamer1-1.patch &amp;&amp;
     154autoreconf -fi</userinput></screen>
     155
     156    <para>
    139157      If you wish to run the test suite, make sure that <xref
    140158      linkend="libidn"/> is installed and remove the switch
     
    143161    </para>
    144162
    145 <screen><userinput>./configure --prefix=/usr       \
    146             --sysconfdir=/etc   \
    147             --disable-avahi    \
    148             --disable-gtkspell  \
    149             --disable-gstreamer \
    150             --disable-meanwhile \
    151             --disable-idn       \
    152             --disable-nm        \
    153             --disable-vv        \
    154             --disable-tcl &amp;&amp;
     163<screen><userinput>./configure --prefix=/usr        \
     164            --sysconfdir=/etc    \
     165            --with-gstreamer=1.0 \
     166            --disable-avahi      \
     167            --disable-gtkspell  \
     168            --disable-meanwhile  \
     169            --disable-idn        \
     170            --disable-nm         \
     171            --disable-vv         \
     172            --disable-tcl        &amp;&amp;
    155173make</userinput></screen>
    156174
     
    191209
    192210    <para>
     211      <option>--with-gstreamer=1.0</option>: Remove this switch
     212      and add <option>--disable-gstreamer</option>
     213      if you've not installed <xref linkend="gstreamer10"/>.
     214    </para>
     215
     216    <para>
    193217      <option>--disable-avahi</option>: Remove this switch if you've
    194218      installed <xref linkend="avahi"/>.
     
    199223      you've installed
    200224      <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>.
    201     </para>
    202 
    203     <para>
    204       <option>--disable-gstreamer</option>: Sounds. Remove this switch if you've
    205       installed <xref linkend="gstreamer"/>.
    206225    </para>
    207226
     
    386405        <listitem>
    387406          <para>
    388             calls purple API functions using DBus. As opposed to 
     407            calls purple API functions using DBus. As opposed to
    389408            <command>purple-send</command>, it does not print the return value.
    390409          </para>
Note: See TracChangeset for help on using the changeset viewer.