net-libs / qxmpp

A cross-platform C++ XMPP client library based on the Qt framework

Official package sites : https://github.com/qxmpp-project/qxmpp ·

v1.5.5 :: 0 :: gentoo

Modified
License
LGPL-2.1
Keywords
amd64 x86
USE flags
doc gstreamer omemo test

General

doc
Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
gstreamer
Add support for media-libs/gstreamer (Streaming media)
omemo
Enable OMEMO encryption
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

app-crypt / qca : Qt Cryptographic Architecture (QCA)

dev-qt / qtcore : Cross-platform application development framework

dev-qt / qtnetwork : Network abstraction library for the Qt5 framework

dev-qt / qttest : Unit testing library for the Qt5 framework

dev-qt / qtxml : Implementation of SAX and DOM for the Qt5 framework

media-libs / gstreamer : Open source multimedia framework

net-libs / libomemo-c : XMPP fork of Signal Protocol C Library supporting XEP-0384 OMEMO

app-crypt / qca : Qt Cryptographic Architecture (QCA)

dev-qt / qtcore : Cross-platform application development framework

dev-qt / qtnetwork : Network abstraction library for the Qt5 framework

dev-qt / qtxml : Implementation of SAX and DOM for the Qt5 framework

media-libs / gstreamer : Open source multimedia framework

net-libs / libomemo-c : XMPP fork of Signal Protocol C Library supporting XEP-0384 OMEMO

647294
net-libs/qxmpp-0.9.3-r2 fails test: FAIL! : tst_QXmppTransferManager::testSendFile(any - any) Compared values are not the same
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
net-libs/qxmpp: drop 1.4.0
Closes: https://bugs.gentoo.org/908730 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-libs/qxmpp: Stabilize 1.5.5 x86, #908730
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-libs/qxmpp: Stabilize 1.5.5 amd64, #908730
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Anna Vyalkova · gentoo
net-libs/qxmpp: drop 9999
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Anna Vyalkova · gentoo
net-libs/qxmpp: add 1.5.5
Closes: https://bugs.gentoo.org/905392 Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
net-libs/qxmpp: drop 1.2.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joonas Niilola · gentoo
net-libs/qxmpp: Stabilize 1.4.0 x86, #828370
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Joonas Niilola · gentoo
net-libs/qxmpp: Stabilize 1.4.0 amd64, #828370
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Anna Vyalkova · gentoo
net-libs/qxmpp: bump to 1.4.0
Closes: https://bugs.gentoo.org/792912 Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
net-libs/qxmpp: Drop 0.9.3-r2
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
net-libs/qxmpp: x86 stable wrt bug #724372
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
net-libs/qxmpp: amd64 stable wrt bug #724372
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
0xd34df00d · gentoo
net-libs/qxmpp: update the 9999 ebuild
* EAPI 7 * `cmake` eclass instead of `cmake-utils` * minor fixes to mirror the ones for the versioned ebuilds Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Georg Rudoy <0xd34df00d@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
0xd34df00d · gentoo
net-libs/qxmpp: drop the obsolete 1.0.1 version
Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Georg Rudoy <0xd34df00d@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
*/*: Switch proxy-maint to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
0xd34df00d · gentoo
net-libs/qxmpp: bump to 1.2.0
Closes: https://bugs.gentoo.org/698704 Signed-off-by: Georg Rudoy <0xd34df00d@gmail.com> Package-Manager: Portage-2.3.89, Repoman-2.3.20 Closes: https://github.com/gentoo/gentoo/pull/13474 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
0xd34df00d · gentoo
net-libs/qxmpp: bump to 1.0.1, fix tests
Closes: https://bugs.gentoo.org/696684 Signed-off-by: Georg Rudoy <0xd34df00d@gmail.com> Package-Manager: Portage-2.3.76, Repoman-2.3.17 Closes: https://github.com/gentoo/gentoo/pull/13288 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Georg Rudoy · gentoo
net-libs/qxmpp: upstream build system change in 9999
Signed-off-by: Georg Rudoy <0xd34df00d@gmail.com> Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/10210
Michael Palimaka · gentoo
net-libs/qxmpp: remove 0.8.0 and 0.9.3-r1
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Agostino Sarubbo · gentoo
net-libs/qxmpp: amd64 stable wrt bug #642184
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="amd64"
Thomas Deutschmann · gentoo
net-libs/qxmpp: x86 stable (bug #642184)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Michael Palimaka · gentoo
net-libs/qxmpp: revision bump fixes broken USE flags
Closes: https://bugs.gentoo.org/647014 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Thomas Deutschmann · gentoo
net-libs/qxmpp: x86 stable (bug #642184)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Andreas Sturmlechner · gentoo
net-libs/qxmpp: Disable failing test
Also cleanup src_prepare. Maintainer timeout. Closes: https://bugs.gentoo.org/623708 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Andreas Sturmlechner · gentoo
net-libs/qxmpp: Simplify src_configure
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Andreas Sturmlechner · gentoo
net-libs/qxmpp: Revbump without USE=qt4,qt5
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Andreas Sturmlechner · gentoo
net-libs/qxmpp: Drop old
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Andreas Sturmlechner · gentoo
net-libs/qxmpp: Sync live with latest release ebuild, drop USE=qt4,qt5
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
T. Malfatti · gentoo
media-libs/portaudio: Version bump
Agostino Sarubbo · gentoo
net-libs/qxmpp: x86 stable wrt bug #563420
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Maciej Mrozowski · gentoo
net-libs/qxmpp: Version bump, bug 581906.
Package-Manager: portage-2.2.28
Mikle Kolyada · gentoo
net-libs/qxmpp: amd64 stable wrt bug #563420
Package-Manager: portage-2.2.20.1
Justin Lecher · gentoo
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Justin Lecher · gentoo
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed