Ignore:
Timestamp:
09/29/2021 08:20:01 PM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
lazarus
Children:
b22e4ceb
Parents:
ebc3421
Message:

Merge trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/pidgin.xml

    rebc3421 r39f5848  
    77  <!ENTITY pidgin-download-http "&sourceforge-dl;/pidgin/pidgin-&pidgin-version;.tar.bz2">
    88  <!ENTITY pidgin-download-ftp  " ">
    9   <!ENTITY pidgin-md5sum        "bba0fd38ee1d8b9b725c4dbdc33e58e7">
     9  <!ENTITY pidgin-md5sum        "476d808a268c693adcc8fc5c952dadd4">
    1010  <!ENTITY pidgin-size          "8.3 MB">
    11   <!ENTITY pidgin-buildsize     "297 MB (with tests and docs)">
     11  <!ENTITY pidgin-buildsize     "302 MB (with tests and docs)">
    1212  <!ENTITY pidgin-time          "0.6 SBU (using parallelism=4; with tests and docs)">
    1313]>
     
    7070      </listitem>
    7171    </itemizedlist>
     72
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Required patch:
     78          <ulink url="&patch-root;/pidgin-&pidgin-version;-fix_time_conv-1.patch"/>
     79        </para>
     80      </listitem>
     81    </itemizedlist>
     82
    7283
    7384    <bridgehead renderas="sect3">Pidgin Dependencies</bridgehead>
     
    141152
    142153    <para>
    143       If you wish to run the test suite, make sure that <xref
    144       linkend="libidn"/> is installed and remove the switch
    145       <quote>--disable-idn</quote>. Compile <application>Pidgin</application>
    146       by running the following commands:
    147     </para>
    148 
    149 <!-- - -with-gstreamer=1.0 is removed and gstreamer support is disabled
    150      because of a build problem when both this and - -disable-vv are present.
    151      See https://hastebin.com/utiwijizad.rb for more details, and check again
    152      at the next version (2.14.1 or 3.0 - whichever is next). -->
     154      First, apply a patch that fixes time to string conversions:
     155    </para>
     156
     157<screen><userinput>patch -Np1 -i ../pidgin-&pidgin-version;-fix_time_conv-1.patch</userinput></screen>
     158
     159    <para>
     160      Compile <application>Pidgin</application> by running the following
     161      commands:
     162    </para>
    153163
    154164<screen><userinput>./configure --prefix=/usr        \
    155165            --sysconfdir=/etc    \
    156             --disable-gstreamer \
     166            --with-gstreamer=1.0 \
    157167            --disable-avahi      \
    158168            --disable-gtkspell   \
     
    172182
    173183    <para>
    174       Remember the remarks before <command>configure</command>. To test the
    175       results, issue: <command>make check</command>.
     184      To test the results, issue: <command>make check</command>.
    176185    </para>
    177186
     
    191200<screen role="root"
    192201        remap="doc"><userinput>mkdir -pv /usr/share/doc/pidgin-&pidgin-version;/api &amp;&amp;
    193 cp -v doc/html/* /usr/share/doc/pidgin-&pidgin-version;/api</userinput></screen>
     202cp -rv doc/html/* /usr/share/doc/pidgin-&pidgin-version;/api</userinput></screen>
    194203
    195204    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    201210    <title>Command Explanations</title>
    202211
    203 <!--
    204     <para>
    205       <parameter>- -with-gstreamer=1.0</parameter>: Remove this switch
    206       and add <option>- -disable-gstreamer</option>
     212    <para>
     213      <parameter>--with-gstreamer=1.0</parameter>: Remove this switch
     214      and add <option>--disable-gstreamer</option>
    207215      if you've not installed <xref linkend="gstreamer10"/>.
    208     </para>
    209 -->
    210     <para>
    211       <parameter>--disable-gstreamer</parameter>: This switch disables gstreamer
    212       support because there are problems with the build when Voice/Video support
    213       is disabled, and gstreamer is enabled.
    214       <!-- The problems exist within gst_device_monitor. See
    215            https://hastebin.com/utiwijizad.rb for more details.
    216            FIXME: Check this at the next release of pidgin, or if we ever add
    217            Farstream. -->
    218216    </para>
    219217
     
    253251      flag.
    254252    </para>
    255 <!--
    256     <para>
    257       <parameter>- -disable-tcl</parameter>: Remove this switch if you've
    258       installed <xref linkend="tcl"/>.
    259     </para>
    260 i-->
     253
    261254    <para>
    262255      <option>--enable-cyrus-sasl</option>: Use this switch if you've installed
     
    318311      <seglistitem>
    319312        <seg>
    320           <!--finch,--> pidgin, purple-client-example,
     313          pidgin, purple-client-example,
    321314          purple-remote, purple-send, purple-send-async, and
    322315          purple-url-handler
    323316        </seg>
    324317        <seg>
    325           <!--libgnt.so,--> libpurple.so, and libpurple-client.so
     318          libpurple.so, and libpurple-client.so
    326319        </seg>
    327320        <seg>
    328         <!--
    329           /usr/include/finch,
    330           /usr/include/gnt,
    331         -->
    332321          /usr/include/libpurple,
    333322          /usr/include/pidgin,
    334         <!--
    335           /usr/lib/finch,
    336           /usr/lib/gnt,
    337         -->
    338323          /usr/lib/pidgin,
    339324          /usr/lib/purple-2,
     
    351336      <?dbhtml list-presentation="table"?>
    352337
    353  <!-- Seems to be removed with 2.14.0
    354       <varlistentry id="finch">
    355         <term><command>finch</command></term>
    356         <listitem>
    357           <para>
    358             is a text-based instant messaging client.
    359           </para>
    360           <indexterm zone="pidgin finch">
    361             <primary sortas="b-finch">finch</primary>
    362           </indexterm>
    363         </listitem>
    364       </varlistentry>
    365 -->
    366338      <varlistentry id="pidgin-prog">
    367339        <term><command>pidgin</command></term>
Note: See TracChangeset for help on using the changeset viewer.