From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/nheko/
Date: Sat, 23 Jan 2021 11:49:18 +0000 (UTC) [thread overview]
Message-ID: <1611113960.2c3dafa13ed99bf16e8adee4ed27e9cfc4148516.mgorny@gentoo> (raw)
commit: 2c3dafa13ed99bf16e8adee4ed27e9cfc4148516
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Jan 20 03:35:12 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 20 03:39:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c3dafa1
net-im/nheko: Version bump 0.8.0.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
net-im/nheko/Manifest | 1 +
net-im/nheko/nheko-0.8.0.ebuild | 54 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/net-im/nheko/Manifest b/net-im/nheko/Manifest
index 52d4340a..f3fdab00 100644
--- a/net-im/nheko/Manifest
+++ b/net-im/nheko/Manifest
@@ -1,2 +1,3 @@
DIST nheko-0.7.1.tar.gz 781856 BLAKE2B ebe4bc30b31c38f31dd732ebfeac6d79f3772a1de54ec3d46a0b3cf3622e6acbac574733da78420ece4030b0dee921f054f44ce9c2c159c67d94add1b2f3685b SHA512 c3f8325c865b4021709114ab7f658ae5198404242eb8761c8589d42b08d175323406a65ff0706b16a4139155ac7676e12282bce078cc0a02284ecd70a7d62bdc
DIST nheko-0.7.2.tar.gz 899562 BLAKE2B 39a21c5a164cdc1090479422607297e48ca0e1d5455e3fabd4cf4e2af6ee8527409fbde58b0320ae0938757f055929ca5188e5b4bb9be3d1a2832d66914588a6 SHA512 8f253bdac22a2d3412fcb18671145d9601d8609dbc79358412e81a17a9677a1cb44b6fc4d029f4d850818cb3fe3531adc869a7e54273e7bb17d0aa7ef85dce17
+DIST nheko-0.8.0.tar.gz 1150754 BLAKE2B ef932f824a2e519514836aa1362504b11c4c9f511e8e66889008891cf5ac008442629afc56deb221dfaebda42c91c9c145f5e489733fee95838e100b4d4c5b77 SHA512 c427904bc846956aeda57ec6bc1bcf25962caa99f47da669c006d5adeb10b8b14c75aa98d9879fa91b558af8d0e9b475f52c60a1a3ee34b2cd5780f84130bcdb
diff --git a/net-im/nheko/nheko-0.8.0.ebuild b/net-im/nheko/nheko-0.8.0.ebuild
new file mode 100644
index 00000000..ba84dfd6
--- /dev/null
+++ b/net-im/nheko/nheko-0.8.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg
+
+DESCRIPTION="Desktop client for Matrix using Qt and C++14"
+HOMEPAGE="https://github.com/Nheko-Reborn/nheko"
+SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ dev-qt/qtmultimedia:5[gstreamer,qml]
+ dev-qt/qtquickcontrols2:5
+ dev-qt/qtgraphicaleffects:5
+ dev-qt/qtsvg:5
+ dev-qt/qtconcurrent:5
+ app-text/cmark
+ dev-libs/tweeny
+ dev-db/lmdb++
+ >=dev-libs/mtxclient-0.4.0
+ dev-cpp/nlohmann_json
+ dev-libs/qtkeychain
+"
+DEPEND="
+ ${RDEPEND}
+ dev-libs/spdlog
+"
+BDEPEND="dev-qt/linguist-tools:5"
+
+src_prepare() {
+ cmake_src_prepare
+ xdg_src_prepare
+}
+
+# # Preparation for when gstreamer >= 1.18 lands in ::gentoo.
+# MY_GSTREAMER_V="1.18"
+#
+# voip? (
+# >=media-libs/gstreamer-${MY_GSTREAMER_V}
+# >=media-plugins/gst-plugins-meta-${MY_GSTREAMER_V}[opus,vpx]
+# >=media-libs/gst-plugins-base-${MY_GSTREAMER_V}[opengl]
+# >=media-libs/gst-plugins-good-${MY_GSTREAMER_V}
+# >=media-libs/gst-plugins-bad-${MY_GSTREAMER_V}
+# >=media-plugins/gst-plugins-dtls-${MY_GSTREAMER_V}
+# >=media-plugins/gst-plugins-srtp-${MY_GSTREAMER_V}
+# >=media-plugins/gst-plugins-webrtc-${MY_GSTREAMER_V}
+# net-libs/libnice
+# )
next reply other threads:[~2021-01-23 11:49 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-23 11:49 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-13 10:19 [gentoo-commits] repo/proj/guru:dev commit in: net-im/nheko/ David Roman
2024-09-13 10:22 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-09-13 9:24 David Roman
2024-09-12 17:35 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-09-12 17:54 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-07-31 9:16 David Roman
2024-07-26 20:29 David Roman
2024-07-26 20:29 David Roman
2024-07-08 16:36 David Roman
2024-06-17 21:40 Julien Roy
2024-03-24 19:31 Julien Roy
2024-03-12 14:48 Haelwenn Monnier
2024-02-07 10:10 David Roman
2024-02-07 10:10 David Roman
2023-11-30 10:44 Andrew Ammerlaan
2023-11-30 10:44 Andrew Ammerlaan
2023-07-01 18:15 Haelwenn Monnier
2023-06-15 9:33 Florian Schmaus
2023-06-11 11:47 Viorel Munteanu
2023-02-24 7:41 Viorel Munteanu
2023-02-24 7:41 Viorel Munteanu
2023-02-23 9:24 Viorel Munteanu
2023-02-23 9:24 Viorel Munteanu
2023-02-23 9:24 Viorel Munteanu
2023-02-03 21:15 Andrew Ammerlaan
2023-01-24 9:10 Florian Schmaus
2023-01-14 18:43 Andrew Ammerlaan
2022-12-07 19:50 Ronny Gutbrod
2022-12-05 9:20 Viorel Munteanu
2022-10-04 2:54 Haelwenn Monnier
2022-09-28 16:04 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-09-28 16:05 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-09-28 16:04 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-09-28 16:05 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-09-08 1:46 Ronny Gutbrod
2022-09-08 0:09 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-09-08 1:46 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-07-23 17:37 Haelwenn Monnier
2022-07-23 17:37 Haelwenn Monnier
2022-03-29 0:23 Ronny Gutbrod
2022-03-25 15:17 Ronny Gutbrod
2022-03-25 9:42 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-03-25 15:17 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-03-10 13:53 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-03-10 14:03 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-03-07 16:22 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-03-07 21:21 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-01-20 19:21 Andrew Ammerlaan
2021-11-20 13:05 Haelwenn Monnier
2021-11-20 13:05 Haelwenn Monnier
2021-11-20 13:05 Haelwenn Monnier
2021-11-20 13:05 Haelwenn Monnier
2021-06-24 12:22 Jian Lin
2021-04-23 12:25 Andrew Ammerlaan
2021-04-23 12:25 Andrew Ammerlaan
2021-04-21 7:32 Andrew Ammerlaan
2021-04-10 10:07 Andrew Ammerlaan
2021-01-28 11:45 Andrew Ammerlaan
2021-01-28 11:45 Andrew Ammerlaan
2021-01-23 11:49 Michał Górny
2020-08-15 18:15 Andrew Ammerlaan
2020-08-15 18:15 Andrew Ammerlaan
2020-07-20 11:40 Andrew Ammerlaan
2020-06-13 13:13 Andrew Ammerlaan
2020-05-26 10:49 Andrew Ammerlaan
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=1611113960.2c3dafa13ed99bf16e8adee4ed27e9cfc4148516.mgorny@gentoo \
--to=mgorny@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