Changeset 50451e0


Ignore:
Timestamp:
10/12/2021 08:18:41 PM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
c7ce2b46
Parents:
f934af8
Message:

Upgrade to hexchat-2.16.0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rf934af8 r50451e0  
    4444
    4545    <listitem>
    46       <para>October 9th, 2021</para>
    47       <itemizedlist>
     46      <para>October 12th, 2021</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[thomas] - Upgrade hexchat-2.16.0. Fixes
     50          <ulink url="&blfs-ticket-root;15636">#15636</ulink>.</para>
     51        </listitem>
    4852        <listitem>
    4953          <para>[timtas] - Update to openldap-2.5.8. Fixes
  • packages.ent

    rf934af8 r50451e0  
    945945<!ENTITY gparted-version              "1.3.1">
    946946<!ENTITY gimp-version                 "2.10.28">
    947 <!ENTITY hexchat-version              "2.14.3">
     947<!ENTITY hexchat-version              "2.16.0">
    948948<!ENTITY icedtea-web-version          "1.7.1">
    949949<!ENTITY inkscape-minor-version       "1.1">
  • xsoft/other/hexchat.xml

    rf934af8 r50451e0  
    109109      <xref linkend="libnotify"/>,
    110110      <xref linkend="pciutils"/>,
    111       <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>, and
    112       <ulink url="http://luajit.org/">luajit</ulink>
     111      <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>,
     112      <ulink url="http://luajit.org/">luajit</ulink>,
     113      if python is enabled
     114      <ulink url="https://cffi.readthedocs.io/en/latest/">cffi</ulink> and
     115      <ulink url="https://github.com/eliben/pycparser">pycparser</ulink>.
    113116    </para>
    114117
     
    121124    <title>Installation of HexChat</title>
    122125
     126<!-- Since 2.16.0 its not longer required, even when python is enabled
    123127    <para>
    124128      First, fix the python plugin:
    125129    </para>
    126 
     130-->
     131<!-- Since 2.16.0 its added and default:
    127132<screen><userinput remap="pre">sed -i "s/(python_opt/&amp; + '-embed'/" plugins/python/meson.build</userinput></screen>
    128133
     
    133138
    134139<screen><userinput remap="pre">patch -Np1 -i ../hexchat-&hexchat-version;-add_libera_chat-1.patch</userinput></screen>
    135 
     140-->
    136141    <para>
    137142      Install <application>HexChat</application> by running the following
     
    146151      -Dwith-libproxy=false \
    147152      -Dwith-lua=false      \
     153      -Dwith-python=false   \
    148154      ..                    &amp;&amp;
    149155ninja</userinput></screen>
     
    175181      look for luajit. However, the Lua plugin support is currently broken
    176182      and will cause the application to crash on startup.
     183    </para>
     184
     185    <para>
     186      <parameter>-Dwith-python=false</parameter>: If the Python interface
     187      should be enabled, remove this switch or set it to <literal>true</literal>.
     188      When enabling Python, two additional modules (cffi and pycparser)
     189      needs to be installed prior to installation of <application>Hexchat</application>.
    177190    </para>
    178191
Note: See TracChangeset for help on using the changeset viewer.