From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libquotient/
Date: Mon, 2 Dec 2024 19:39:25 +0000 (UTC) [thread overview]
Message-ID: <1733168345.1688b4ccd515d386cc5fbc0c817901ee6f57d487.asturm@gentoo> (raw)
commit: 1688b4ccd515d386cc5fbc0c817901ee6f57d487
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 2 20:25:52 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 2 19:39:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1688b4cc
net-libs/libquotient: add 0.9.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/libquotient/Manifest | 1 +
net-libs/libquotient/libquotient-0.9.1.ebuild | 53 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/net-libs/libquotient/Manifest b/net-libs/libquotient/Manifest
index a0e501e161b9..4be4453e4434 100644
--- a/net-libs/libquotient/Manifest
+++ b/net-libs/libquotient/Manifest
@@ -1,2 +1,3 @@
DIST libquotient-0.8.2.tar.gz 744095 BLAKE2B c33016e4eda22e0a363f06ab4545d17010519b8d778566c1bae29e4c7d6563280f4ce3c1235f7d75f55ce4a8971ef5ce23e45f1d3a0edc043e23857d805a824f SHA512 3d971439f8a89609930ca1648f6cf1bdb59f3ad492af1a15a7f8a13d06c81bd5bfffa1dd732ef5156fab8a9ea2ba3e98376bf76511db17bdeee17641a772b762
DIST libquotient-0.9.0.tar.gz 771510 BLAKE2B 27e3ac3f8b5cad43a722b805c523bbe6663205fad2a4dfe3a7a1eead67d0a909ba4b6d25398bdde7d005d8935f1dd0c40e00f1038f7604b7f49059a121cc9d9b SHA512 7be9c25f4232ea0640f974db95ed67f5f91caaaa883a81fd14b732df4a0cdc8af0569110d641a246d7c8b021726d3086f75d1df836d3a6e5dff3b82b28a2f50e
+DIST libquotient-0.9.1.tar.gz 772882 BLAKE2B f43da0833baa1242f29fb7ed1dd1065b673497d8e2d8358b60d67da0fef8f382ac3fdda8cdc9ed0ac67b5cd423527ef418d0a574fd30e46fe9337214509b1dc2 SHA512 f998b187a1168381c7868400fec73f68ab95af29d1d648921a507fac8782f8c69fd8aab7916466ad9d6b85edadf5168659d7b78a876daa30798891d84afcfa5a
diff --git a/net-libs/libquotient/libquotient-0.9.1.ebuild b/net-libs/libquotient/libquotient-0.9.1.ebuild
new file mode 100644
index 000000000000..92551379487e
--- /dev/null
+++ b/net-libs/libquotient/libquotient-0.9.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Qt-based SDK to develop applications for Matrix"
+HOMEPAGE="https://github.com/quotient-im/libQuotient"
+SRC_URI="https://github.com/quotient-im/libQuotient/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/libQuotient-${PV}"
+
+LICENSE="LGPL-2+"
+SLOT="0/${PV}" # FIXME: check soname on next version bump
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-libs/olm
+ dev-libs/openssl:=
+ >=dev-libs/qtkeychain-0.14.2:=[qt6(+)]
+ >=dev-qt/qtbase-6.4:6=[gui,network,sql,ssl]
+ >=dev-qt/qtmultimedia-6.4:6
+"
+DEPEND="${RDEPEND}
+ test? ( >=dev-qt/qtbase-6.4:6[concurrent] )
+"
+
+# downstream patch
+PATCHES=( "${FILESDIR}"/${PN}-0.8.0-no-android.patch )
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TESTING=$(usex test)
+ )
+
+ use test && mycmakeargs+=(
+ -DQuotient_INSTALL_TESTS=OFF
+ )
+ cmake_src_configure
+}
+
+src_test() {
+ # https://github.com/quotient-im/libQuotient/issues/435
+ # testolmaccount requires network connection/server set up
+ local myctestargs=(
+ -j1
+ -E "(testolmaccount)"
+ )
+ cmake_src_test
+}
next reply other threads:[~2024-12-02 19:39 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-02 19:39 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-31 15:41 [gentoo-commits] repo/gentoo:master commit in: net-libs/libquotient/ Andreas Sturmlechner
2025-03-21 15:06 Andreas Sturmlechner
2025-02-10 23:18 Sam James
2025-02-10 23:18 Sam James
2025-02-10 23:18 Sam James
2025-01-24 7:06 Arthur Zamarin
2025-01-24 7:06 Arthur Zamarin
2025-01-08 21:46 Andreas Sturmlechner
2024-12-12 21:49 Andreas Sturmlechner
2024-11-08 16:19 Andreas Sturmlechner
2024-11-08 15:42 Andreas Sturmlechner
2024-10-07 23:06 Andreas Sturmlechner
2024-10-07 23:06 Andreas Sturmlechner
2024-05-15 19:58 Andreas Sturmlechner
2024-05-15 12:06 Sam James
2024-05-15 10:31 Sam James
2024-05-15 10:31 Sam James
2024-05-14 17:25 Andreas Sturmlechner
2024-04-22 17:52 Andreas Sturmlechner
2024-01-07 14:33 Andreas Sturmlechner
2024-01-06 12:35 Arthur Zamarin
2023-12-29 7:05 Arthur Zamarin
2023-12-21 16:13 Sam James
2023-12-16 10:56 Andreas Sturmlechner
2023-09-26 18:04 Andreas Sturmlechner
2023-09-26 18:04 Andreas Sturmlechner
2023-09-03 9:02 Andreas Sturmlechner
2023-09-02 18:01 Andreas Sturmlechner
2023-09-02 18:01 Andreas Sturmlechner
2023-07-25 8:23 Andreas Sturmlechner
2023-06-08 18:32 Arthur Zamarin
2023-06-08 16:36 Arthur Zamarin
2023-06-08 16:36 Arthur Zamarin
2023-06-08 14:05 Andreas Sturmlechner
2023-06-08 13:13 Andreas Sturmlechner
2023-06-08 13:13 Andreas Sturmlechner
2023-05-18 15:41 Andreas Sturmlechner
2023-05-03 11:31 Andreas Sturmlechner
2023-04-20 21:27 Sam James
2023-01-10 20:00 Andreas Sturmlechner
2023-01-10 20:00 Andreas Sturmlechner
2022-12-24 23:50 Andreas Sturmlechner
2022-05-13 10:49 Jakov Smolić
2022-04-15 19:17 Andreas Sturmlechner
2021-10-08 7:37 Andreas Sturmlechner
2021-10-08 7:37 Andreas Sturmlechner
2021-10-03 12:45 Andreas Sturmlechner
2021-10-03 12:45 Andreas Sturmlechner
2021-09-22 21:59 Andreas Sturmlechner
2021-09-22 21:59 Andreas Sturmlechner
2021-08-25 10:36 Andreas Sturmlechner
2021-07-16 13:47 Andreas Sturmlechner
2021-06-20 20:02 Andreas Sturmlechner
2021-05-21 4:52 Georgy Yakovlev
2021-04-04 21:23 Andreas Sturmlechner
2021-03-28 14:17 Andreas Sturmlechner
2021-03-28 14:17 Andreas Sturmlechner
2021-02-25 12:50 Andreas Sturmlechner
2021-01-18 1:20 Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1733168345.1688b4ccd515d386cc5fbc0c817901ee6f57d487.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox