wok-next view qxmpp/description.txt @ rev 19778

glib: no more libgio package:
As ldd show, libgio-2.0.so (from former libgio package) depends on libgobject-2.0.so.0, libgmodule-2.0.so.0, libglib-2.0.so.0 (from former glib package): libgio package depends on glib package.
In other hand, binaries from former glib package (gsettings, gapplication, gresource, gio-querymodules, glib-compile-resources, gdbus, gio) depends on libglib-2.0.so.0: glib package depends on libgio package.

Solution: packages was combined. Use 'glib' instead of 'libgio', as well as glib-dev instead of libgio-dev.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 16 14:56:07 2017 +0300 (2017-06-16)
parents
children
line source
1 QXmpp is a cross-platform C++ XMPP client and server library. It is written
2 in C++ and uses the Qt framework.
4 QXmpp strives to be as easy to use as possible, the underlying TCP socket,
5 the core XMPP RFCs (RFC3920 and RFC3921) and XMPP extensions have been
6 encapsulated into classes and functions. QXmpp comes with full
7 API documentation, automatic tests and numerous examples.
9 QXmpp uses Qt extensively, and as such users need to a have working knowledge
10 of C++ and Qt basics (Signals and Slots and Qt data types).
12 Qt is the only third party library which is required to build QXmpp, but
13 libraries such as speex and theora enable additional features.
15 QXmpp is released under the terms of the GNU Lesser General Public License,
16 version 2.1 or later.