Ignore:
Timestamp:
07/08/2015 12:35:57 AM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
54f8f1c
Parents:
e9cdbc56
Message:

Archive gstreamer-0.x

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/pidgin.xml

    re9cdbc56 re2abf328  
    7272    </itemizedlist>
    7373
     74   <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     75    <itemizedlist spacing="compact">
     76      <listitem>
     77        <para>
     78          Recommended patch:
     79          <ulink url="&patch-root;/pidgin-&gimp-version;-gstreamer1-1.patch"/>
     80        </para>
     81      </listitem>
     82   </itemizedlist>
     83
    7484    <bridgehead renderas="sect3">Pidgin Dependencies</bridgehead>
    7585
     
    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"/>
     
    102113      <xref linkend="libidn"/> (required, if you wish to run the test suite),
    103114      <xref linkend="NetworkManager"/>,
    104       <xref linkend="gstreamer"/> (required for audio support),
    105115      <xref linkend="sqlite"/> (required for the Contact Availability Prediction
    106116      plugin),
     
    138148
    139149    <para>
     150      First apply a patch to allow the package to build with the current
     151      <application>gstreamer</application> framework:
     152    </para>
     153
     154<screen><userinput>patch -Np1 -i ../pidgin-&pidgin-version;-gstreamer1-1.patch &amp;&amp;
     155autoreconf -fi</userinput></screen>
     156
     157    <para>
    140158      If you wish to run the test suite, make sure that <xref
    141159      linkend="libidn"/> is installed and remove the switch
     
    144162    </para>
    145163
    146 <screen><userinput>./configure --prefix=/usr       \
    147             --sysconfdir=/etc   \
    148             --disable-avahi    \
    149             --disable-gtkspell  \
    150             --disable-gstreamer \
    151             --disable-meanwhile \
    152             --disable-idn       \
    153             --disable-nm        \
    154             --disable-vv        \
    155             --disable-tcl &amp;&amp;
     164<screen><userinput>./configure --prefix=/usr        \
     165            --sysconfdir=/etc    \
     166            --with-gstreamer=1.0 \
     167            --disable-avahi      \
     168            --disable-gtkspell  \
     169            --disable-meanwhile  \
     170            --disable-idn        \
     171            --disable-nm         \
     172            --disable-vv         \
     173            --disable-tcl        &amp;&amp;
    156174make</userinput></screen>
    157175
     
    192210
    193211    <para>
     212      <option>--with-gstreamer=1.0</option>: Remove this switch
     213      and add <option>--disable-gstreamer</option>
     214      if you've not installed <xref linkend="gstreamer10"/>.
     215    </para>
     216
     217    <para>
    194218      <option>--disable-avahi</option>: Remove this switch if you've
    195219      installed <xref linkend="avahi"/>.
     
    200224      you've installed
    201225      <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>.
    202     </para>
    203 
    204     <para>
    205       <option>--disable-gstreamer</option>: Sounds. Remove this switch if you've
    206       installed <xref linkend="gstreamer"/>.
    207226    </para>
    208227
Note: See TracChangeset for help on using the changeset viewer.