From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D9C8613835B for ; Thu, 28 Jan 2021 11:45:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4885E0A93; Thu, 28 Jan 2021 11:45:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6559E0A93 for ; Thu, 28 Jan 2021 11:45:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC7BA340D2B for ; Thu, 28 Jan 2021 11:45:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB7384AD for ; Thu, 28 Jan 2021 11:45:38 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1611798068.78881a38c5cd8a75345bf2da25e75c7a4f3dc70d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/nheko/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/nheko/Manifest net-im/nheko/nheko-0.8.1.ebuild X-VCS-Directories: net-im/nheko/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 78881a38c5cd8a75345bf2da25e75c7a4f3dc70d X-VCS-Branch: master Date: Thu, 28 Jan 2021 11:45:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef01a8a5-de53-401b-83d0-13203a9de5d9 X-Archives-Hash: f9488dd6fb7786023e0bd70de394884a commit: 78881a38c5cd8a75345bf2da25e75c7a4f3dc70d Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Thu Jan 28 01:41:08 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Jan 28 01:41:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78881a38 net-im/nheko: Version bump 0.8.1. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> net-im/nheko/Manifest | 1 + net-im/nheko/nheko-0.8.1.ebuild | 54 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/net-im/nheko/Manifest b/net-im/nheko/Manifest index c30dc70a..5d5d6e00 100644 --- a/net-im/nheko/Manifest +++ b/net-im/nheko/Manifest @@ -1,2 +1,3 @@ DIST nheko-0.7.2.tar.gz 899562 BLAKE2B 39a21c5a164cdc1090479422607297e48ca0e1d5455e3fabd4cf4e2af6ee8527409fbde58b0320ae0938757f055929ca5188e5b4bb9be3d1a2832d66914588a6 SHA512 8f253bdac22a2d3412fcb18671145d9601d8609dbc79358412e81a17a9677a1cb44b6fc4d029f4d850818cb3fe3531adc869a7e54273e7bb17d0aa7ef85dce17 DIST nheko-0.8.0.tar.gz 1150754 BLAKE2B ef932f824a2e519514836aa1362504b11c4c9f511e8e66889008891cf5ac008442629afc56deb221dfaebda42c91c9c145f5e489733fee95838e100b4d4c5b77 SHA512 c427904bc846956aeda57ec6bc1bcf25962caa99f47da669c006d5adeb10b8b14c75aa98d9879fa91b558af8d0e9b475f52c60a1a3ee34b2cd5780f84130bcdb +DIST nheko-0.8.1.tar.gz 1176445 BLAKE2B 5ef1523b23b1512d56cd6109f05ec3f710629a561ddf8e766d8f3f3a2d3bdd65d6a83da381f3e53bfbd1ee470243dae8ff488880973dadc166cc82e52d03abbe SHA512 180c876121338ea6d45e85d11a3cfd1f988a084a650becacfa5a9cbb4a556a0f47625194e3d9870bb6692b15d16c5ac75999e241f08a2828ec471b3d64c1eb62 diff --git a/net-im/nheko/nheko-0.8.1.ebuild b/net-im/nheko/nheko-0.8.1.ebuild new file mode 100644 index 00000000..a017628c --- /dev/null +++ b/net-im/nheko/nheko-0.8.1.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.1 + 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 +# )