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

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 1bf0fac was e2457ce6, checked in by Thomas Trepl <thomas@…>, 9 months ago

Tags

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