Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/nheko/
Date: Thu, 28 Jan 2021 01:44:24
Message-Id: 1611798068.78881a38c5cd8a75345bf2da25e75c7a4f3dc70d.tastytea@gentoo
1 commit: 78881a38c5cd8a75345bf2da25e75c7a4f3dc70d
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Thu Jan 28 01:41:08 2021 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Thu Jan 28 01:41:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78881a38
7
8 net-im/nheko: Version bump 0.8.1.
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 net-im/nheko/Manifest | 1 +
13 net-im/nheko/nheko-0.8.1.ebuild | 54 +++++++++++++++++++++++++++++++++++++++++
14 2 files changed, 55 insertions(+)
15
16 diff --git a/net-im/nheko/Manifest b/net-im/nheko/Manifest
17 index c30dc70a..5d5d6e00 100644
18 --- a/net-im/nheko/Manifest
19 +++ b/net-im/nheko/Manifest
20 @@ -1,2 +1,3 @@
21 DIST nheko-0.7.2.tar.gz 899562 BLAKE2B 39a21c5a164cdc1090479422607297e48ca0e1d5455e3fabd4cf4e2af6ee8527409fbde58b0320ae0938757f055929ca5188e5b4bb9be3d1a2832d66914588a6 SHA512 8f253bdac22a2d3412fcb18671145d9601d8609dbc79358412e81a17a9677a1cb44b6fc4d029f4d850818cb3fe3531adc869a7e54273e7bb17d0aa7ef85dce17
22 DIST nheko-0.8.0.tar.gz 1150754 BLAKE2B ef932f824a2e519514836aa1362504b11c4c9f511e8e66889008891cf5ac008442629afc56deb221dfaebda42c91c9c145f5e489733fee95838e100b4d4c5b77 SHA512 c427904bc846956aeda57ec6bc1bcf25962caa99f47da669c006d5adeb10b8b14c75aa98d9879fa91b558af8d0e9b475f52c60a1a3ee34b2cd5780f84130bcdb
23 +DIST nheko-0.8.1.tar.gz 1176445 BLAKE2B 5ef1523b23b1512d56cd6109f05ec3f710629a561ddf8e766d8f3f3a2d3bdd65d6a83da381f3e53bfbd1ee470243dae8ff488880973dadc166cc82e52d03abbe SHA512 180c876121338ea6d45e85d11a3cfd1f988a084a650becacfa5a9cbb4a556a0f47625194e3d9870bb6692b15d16c5ac75999e241f08a2828ec471b3d64c1eb62
24
25 diff --git a/net-im/nheko/nheko-0.8.1.ebuild b/net-im/nheko/nheko-0.8.1.ebuild
26 new file mode 100644
27 index 00000000..a017628c
28 --- /dev/null
29 +++ b/net-im/nheko/nheko-0.8.1.ebuild
30 @@ -0,0 +1,54 @@
31 +# Copyright 2020-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit cmake xdg
37 +
38 +DESCRIPTION="Desktop client for Matrix using Qt and C++14"
39 +HOMEPAGE="https://github.com/Nheko-Reborn/nheko"
40 +SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="GPL-3"
43 +SLOT="0"
44 +KEYWORDS="~amd64"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + dev-qt/qtmultimedia:5[gstreamer,qml]
49 + dev-qt/qtquickcontrols2:5
50 + dev-qt/qtgraphicaleffects:5
51 + dev-qt/qtsvg:5
52 + dev-qt/qtconcurrent:5
53 + app-text/cmark
54 + dev-libs/tweeny
55 + dev-db/lmdb++
56 + >=dev-libs/mtxclient-0.4.1
57 + dev-cpp/nlohmann_json
58 + dev-libs/qtkeychain
59 +"
60 +DEPEND="
61 + ${RDEPEND}
62 + dev-libs/spdlog
63 +"
64 +BDEPEND="dev-qt/linguist-tools:5"
65 +
66 +src_prepare() {
67 + cmake_src_prepare
68 + xdg_src_prepare
69 +}
70 +
71 +# # Preparation for when gstreamer >= 1.18 lands in ::gentoo.
72 +# MY_GSTREAMER_V="1.18"
73 +#
74 +# voip? (
75 +# >=media-libs/gstreamer-${MY_GSTREAMER_V}
76 +# >=media-plugins/gst-plugins-meta-${MY_GSTREAMER_V}[opus,vpx]
77 +# >=media-libs/gst-plugins-base-${MY_GSTREAMER_V}[opengl]
78 +# >=media-libs/gst-plugins-good-${MY_GSTREAMER_V}
79 +# >=media-libs/gst-plugins-bad-${MY_GSTREAMER_V}
80 +# >=media-plugins/gst-plugins-dtls-${MY_GSTREAMER_V}
81 +# >=media-plugins/gst-plugins-srtp-${MY_GSTREAMER_V}
82 +# >=media-plugins/gst-plugins-webrtc-${MY_GSTREAMER_V}
83 +# net-libs/libnice
84 +# )