source: xsoft/other/hexchat.xml@ a6da4ce

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since a6da4ce was 2e988363, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

More tags

  • Property mode set to 100644
File size: 6.8 KB
Line 
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
7 <!-- For the next version, remove the -repack -->
8 <!ENTITY hexchat-download-http "https://dl.hexchat.net/hexchat/hexchat-&hexchat-version;.tar.xz">
9 <!ENTITY hexchat-download-ftp " ">
10 <!ENTITY hexchat-md5sum "0af269d719c2c047310d44804bb31fdb">
11 <!ENTITY hexchat-size "1.3 MB">
12 <!ENTITY hexchat-buildsize "22 MB">
13 <!ENTITY hexchat-time "less than 0.1 SBU (using parallelism=4)">
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
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>
38
39 &lfs111_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&hexchat-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&hexchat-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &hexchat-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &hexchat-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &hexchat-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &hexchat-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75<!--
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>
85-->
86
87 <bridgehead renderas="sect3">HexChat Dependencies</bridgehead>
88
89 <bridgehead renderas="sect4">Required</bridgehead>
90 <para role="required">
91 <xref linkend="dbus-glib"/>,
92 <xref linkend="glib2"/>, and
93 <xref linkend="libnotify"/>
94 </para>
95
96 <bridgehead renderas="sect4">Recommended</bridgehead>
97 <para role="recommended">
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.-->
104 </para>
105
106 <bridgehead renderas="sect4">Optional</bridgehead>
107 <para role="optional">
108 <xref linkend="dbus-glib"/>,
109 <xref linkend="iso-codes"/>,
110 <!-- <xref linkend="libcanberra"/>, -->
111 <xref linkend="libnotify"/>,
112 <xref linkend="pciutils"/>,
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>.
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
128<!-- Since 2.16.0 its not longer required, even when python is enabled
129 <para>
130 First, fix the python plugin:
131 </para>
132-->
133<!-- Since 2.16.0 its added and default:
134<screen><userinput remap="pre">sed -i "s/(python_opt/&amp; + '-embed'/" plugins/python/meson.build</userinput></screen>
135
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>
142-->
143 <para>
144 Install <application>HexChat</application> by running the following
145 commands:
146 </para>
147
148<screen><userinput>mkdir build &amp;&amp;
149cd build &amp;&amp;
150
151meson --prefix=/usr \
152 --buildtype=release \
153 -Dwith-lua=false \
154 -Dwith-python=false \
155 .. &amp;&amp;
156ninja</userinput></screen>
157
158 <para>
159 This package does not come with a test suite.
160 </para>
161
162 <para>
163 Now, as the <systemitem class="username">root</systemitem> user:
164 </para>
165
166<screen role="root"><userinput>ninja install</userinput></screen>
167
168 </sect2>
169
170 <sect2 role="commands">
171 <title>Command Explanations</title>
172
173 <!--
174 <para>
175 <parameter>-Dwith-lua=lua</parameter>: By default, this package
176 will look for luajit. Use the normal lua instead.
177 </para>
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>
185
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
193 <para>
194 <option>-Dwith-libcanberra=false</option>: Use this switch if you have
195 libcanberra not installed.
196 </para>
197
198 </sect2>
199
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>
223 <para>
224 is a graphical Internet Relay Chat (IRC) client
225 </para>
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.