source: xsoft/other/hexchat.xml@ 1fe05eb

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 1fe05eb was 1bbb5dd, checked in by Thomas Trepl (Moody) <thomas@…>, 21 months ago

Some more tags

  • Property mode set to 100644
File size: 6.8 KB
RevLine 
[7742636c]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[b3932b7]7 <!-- For the next version, remove the -repack -->
[0d09291]8 <!ENTITY hexchat-download-http "https://dl.hexchat.net/hexchat/hexchat-&hexchat-version;.tar.xz">
[7742636c]9 <!ENTITY hexchat-download-ftp " ">
[3e6ac08]10 <!ENTITY hexchat-md5sum "0af269d719c2c047310d44804bb31fdb">
[06bb57b4]11 <!ENTITY hexchat-size "1.3 MB">
[3e6ac08]12 <!ENTITY hexchat-buildsize "22 MB">
13 <!ENTITY hexchat-time "less than 0.1 SBU (using parallelism=4)">
[7742636c]14]>
15
16<sect1 id="hexchat" xreflabel="HexChat-&hexchat-version;">
17 <?dbhtml filename="hexchat.html"?>
18
19 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>HexChat-&hexchat-version;</title>
24
25 <indexterm zone="hexchat">
26 <primary sortas="a-HexChat">HexChat</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to HexChat</title>
31
[622c1021]32 <para>
33 <application>HexChat</application> is an IRC chat program. It allows
34 you to join multiple IRC channels (chat rooms) at the same time, talk
35 publicly, have private one-on-one conversations, etc. File transfers are
36 also possible.
37 </para>
[7742636c]38
[1bbb5dd]39 &lfs112_checked;
[7742636c]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[622c1021]44 <para>
45 Download (HTTP): <ulink url="&hexchat-download-http;"/>
46 </para>
[7742636c]47 </listitem>
48 <listitem>
[622c1021]49 <para>
50 Download (FTP): <ulink url="&hexchat-download-ftp;"/>
51 </para>
[7742636c]52 </listitem>
53 <listitem>
[622c1021]54 <para>
55 Download MD5 sum: &hexchat-md5sum;
56 </para>
[7742636c]57 </listitem>
58 <listitem>
[622c1021]59 <para>
60 Download size: &hexchat-size;
61 </para>
[7742636c]62 </listitem>
63 <listitem>
[622c1021]64 <para>
65 Estimated disk space required: &hexchat-buildsize;
66 </para>
[7742636c]67 </listitem>
68 <listitem>
[622c1021]69 <para>
70 Estimated build time: &hexchat-time;
71 </para>
[7742636c]72 </listitem>
73 </itemizedlist>
74
[0d93d243]75<!--
[86dc8ed]76 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
77 <itemizedlist spacing="compact">
78 <listitem>
79 <para>
80 Optional patch:
81 <ulink url="&patch-root;/hexchat-&hexchat-version;-add_libera_chat-1.patch"/>
82 </para>
83 </listitem>
84 </itemizedlist>
[0d93d243]85-->
[86dc8ed]86
[7742636c]87 <bridgehead renderas="sect3">HexChat Dependencies</bridgehead>
88
89 <bridgehead renderas="sect4">Required</bridgehead>
[622c1021]90 <para role="required">
[56f986f]91 <xref linkend="dbus-glib"/>,
92 <xref linkend="glib2"/>, and
93 <xref linkend="libnotify"/>
[622c1021]94 </para>
[7742636c]95
96 <bridgehead renderas="sect4">Recommended</bridgehead>
[6c29fefb]97 <para role="recommended">
[8d52465b]98 <xref linkend="gtk2"/> and
99 <xref linkend="libcanberra"/>
100 <!--<xref linkend="lua"/> -->
101 <!-- Lua plugin support is currently broken and causes Hexchat to crash
102 upon startup.
103 FIXME: Check upstream in a few days.-->
[6c29fefb]104 </para>
[7742636c]105
106 <bridgehead renderas="sect4">Optional</bridgehead>
107 <para role="optional">
108 <xref linkend="dbus-glib"/>,
109 <xref linkend="iso-codes"/>,
[eb7de89]110 <!-- <xref linkend="libcanberra"/>, -->
[7742636c]111 <xref linkend="libnotify"/>,
[8558044]112 <xref linkend="pciutils"/>,
[50451e0]113 <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>,
114 <ulink url="http://luajit.org/">luajit</ulink>,
115 if python is enabled
116 <ulink url="https://cffi.readthedocs.io/en/latest/">cffi</ulink> and
117 <ulink url="https://github.com/eliben/pycparser">pycparser</ulink>.
[7742636c]118 </para>
119
120 <para condition="html" role="usernotes">User Notes:
121 <ulink url="&blfs-wiki;/hexchat"/></para>
122
123 </sect2>
124
125 <sect2 role="installation">
126 <title>Installation of HexChat</title>
127
[50451e0]128<!-- Since 2.16.0 its not longer required, even when python is enabled
[8d52465b]129 <para>
130 First, fix the python plugin:
131 </para>
[50451e0]132-->
133<!-- Since 2.16.0 its added and default:
[8d52465b]134<screen><userinput remap="pre">sed -i "s/(python_opt/&amp; + '-embed'/" plugins/python/meson.build</userinput></screen>
135
[86dc8ed]136 <para>
137 Next, apply an optional patch to have the "libera.chat" network
138 preconfigured in the client:
139 </para>
140
141<screen><userinput remap="pre">patch -Np1 -i ../hexchat-&hexchat-version;-add_libera_chat-1.patch</userinput></screen>
[50451e0]142-->
[622c1021]143 <para>
144 Install <application>HexChat</application> by running the following
145 commands:
146 </para>
[7742636c]147
[b1c9a4b]148<screen><userinput>mkdir build &amp;&amp;
149cd build &amp;&amp;
150
[021de80]151meson --prefix=/usr \
152 --buildtype=release \
153 -Dwith-lua=false \
[50451e0]154 -Dwith-python=false \
[021de80]155 .. &amp;&amp;
[b1c9a4b]156ninja</userinput></screen>
[7742636c]157
[622c1021]158 <para>
159 This package does not come with a test suite.
160 </para>
[7742636c]161
[622c1021]162 <para>
163 Now, as the <systemitem class="username">root</systemitem> user:
164 </para>
[7742636c]165
[b1c9a4b]166<screen role="root"><userinput>ninja install</userinput></screen>
[7742636c]167
168 </sect2>
169
[b48f461]170 <sect2 role="commands">
171 <title>Command Explanations</title>
172
[8d52465b]173 <!--
[6a3ec9f]174 <para>
[8558044]175 <parameter>-Dwith-lua=lua</parameter>: By default, this package
[aa41434]176 will look for luajit. Use the normal lua instead.
[6a3ec9f]177 </para>
[8d52465b]178 -->
179
180 <para>
181 <parameter>-Dwith-lua=false</parameter>: By default, this package will
182 look for luajit. However, the Lua plugin support is currently broken
183 and will cause the application to crash on startup.
184 </para>
[6a3ec9f]185
[50451e0]186 <para>
187 <parameter>-Dwith-python=false</parameter>: If the Python interface
188 should be enabled, remove this switch or set it to <literal>true</literal>.
189 When enabling Python, two additional modules (cffi and pycparser)
190 needs to be installed prior to installation of <application>Hexchat</application>.
191 </para>
192
[b48f461]193 <para>
[aa41434]194 <option>-Dwith-libcanberra=false</option>: Use this switch if you have
195 libcanberra not installed.
[b48f461]196 </para>
197
198 </sect2>
199
[7742636c]200 <sect2 role="content">
201 <title>Contents</title>
202
203 <segmentedlist>
204 <segtitle>Installed Program</segtitle>
205 <segtitle>Installed Libraries</segtitle>
206 <segtitle>Installed Directory</segtitle>
207
208 <seglistitem>
209 <seg>hexchat</seg>
210 <seg>None</seg>
211 <seg>/usr/lib/hexchat</seg>
212 </seglistitem>
213 </segmentedlist>
214
215 <variablelist>
216 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
217 <?dbfo list-presentation="list"?>
218 <?dbhtml list-presentation="table"?>
219
220 <varlistentry id="hexchat-prog">
221 <term><command>hexchat</command></term>
222 <listitem>
[622c1021]223 <para>
[4c24eb0a]224 is a graphical Internet Relay Chat (IRC) client
[622c1021]225 </para>
[7742636c]226 <indexterm zone="hexchat hexchat-prog">
227 <primary sortas="b-hexchat">hexchat</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 </variablelist>
233
234 </sect2>
235
236</sect1>
Note: See TracBrowser for help on using the repository browser.