public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/neochat/
Date: Sat, 11 Nov 2023 20:11:34 +0000 (UTC)	[thread overview]
Message-ID: <1699733397.d227953e46865883294c42b49073077bcccba77a.asturm@gentoo> (raw)

commit:     d227953e46865883294c42b49073077bcccba77a
Author:     Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
AuthorDate: Wed Oct 11 11:06:18 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 20:09:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d227953e

net-im/neochat: depend on dev-qt/qtmultimedia[gstreamer]

This enables video playback. It could be a runtime useflag (which,
however, is currently unsupported). Without gstreamer support, Neochat
cannot play videos but does not indicate an error in any way, which is
at best confusing by a user or lead to meaningless bug reports at worst.
We therefore hard depend on the support.

Closes: https://bugs.gentoo.org/914004
Signed-off-by: Gerion Entrup <gerion.entrup <AT> flump.de>
Closes: https://github.com/gentoo/gentoo/pull/33296
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-im/neochat/neochat-23.08.3-r1.ebuild | 54 ++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/net-im/neochat/neochat-23.08.3-r1.ebuild b/net-im/neochat/neochat-23.08.3-r1.ebuild
new file mode 100644
index 000000000000..04db0c3baeb6
--- /dev/null
+++ b/net-im/neochat/neochat-23.08.3-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+ECM_TEST="true"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="Client for Matrix, the decentralized communication protocol"
+HOMEPAGE="https://apps.kde.org/neochat/"
+
+LICENSE="GPL-3+ handbook? ( CC-BY-SA-4.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+DEPEND="
+	app-text/cmark:=
+	>=dev-libs/kirigami-addons-0.7.2:5
+	dev-libs/qcoro5
+	dev-libs/qtkeychain:=[qt5(+)]
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtmultimedia-${QTMIN}:5[gstreamer]
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+	>=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
+	>=kde-frameworks/knotifications-${KFMIN}:5[qml]
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+	>=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
+	>=kde-frameworks/sonnet-${KFMIN}:5[qml]
+	media-libs/kquickimageeditor:5
+	>=net-libs/libquotient-0.8:=
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+	>=dev-qt/qtlocation-${QTMIN}:5
+	>=dev-qt/qtmultimedia-${QTMIN}:5[qml]
+	>=dev-qt/qtpositioning-${QTMIN}:5[qml]
+	>=kde-frameworks/kquickcharts-${KFMIN}:5
+	>=kde-frameworks/purpose-${KFMIN}:5
+"
+BDEPEND="virtual/pkgconfig"


             reply	other threads:[~2023-11-11 20:11 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-11 20:11 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-09 16:49 [gentoo-commits] repo/gentoo:master commit in: net-im/neochat/ Andreas Sturmlechner
2024-12-03 20:34 Andreas Sturmlechner
2024-10-25  5:49 Arthur Zamarin
2024-10-12 18:16 Arthur Zamarin
2024-10-07 23:06 Andreas Sturmlechner
2024-10-07 23:06 Andreas Sturmlechner
2024-09-25 21:21 Andreas Sturmlechner
2024-09-25 21:21 Andreas Sturmlechner
2024-09-02 14:50 Andreas Sturmlechner
2024-07-05 16:50 Andreas Sturmlechner
2024-05-20 11:39 Andreas Sturmlechner
2024-03-08 20:44 Andreas Sturmlechner
2024-01-06 12:35 Arthur Zamarin
2023-12-29  7:05 Arthur Zamarin
2023-12-16 10:56 Andreas Sturmlechner
2023-11-11 20:11 Andreas Sturmlechner
2023-09-23 20:30 Andreas Sturmlechner
2023-09-23 20:30 Andreas Sturmlechner
2023-08-26 11:19 Andreas Sturmlechner
2023-08-26 11:19 Andreas Sturmlechner
2023-04-22  9:13 Andreas Sturmlechner
2023-04-20 21:27 Sam James
2023-04-16 19:54 Andreas Sturmlechner
2022-12-24 23:50 Andreas Sturmlechner
2022-12-24 23:50 Andreas Sturmlechner
2022-12-18 10:04 Andreas Sturmlechner
2022-12-18  9:41 Andreas Sturmlechner
2022-12-16 20:59 Arthur Zamarin
2022-12-16 18:31 Arthur Zamarin
2022-12-10 14:25 Andreas Sturmlechner
2022-09-02  7:18 Andreas Sturmlechner
2022-09-02  1:13 Matt Turner
2022-09-01  2:22 Sam James
2022-07-19 15:39 Andreas Sturmlechner
2022-07-10 12:44 Andreas Sturmlechner
2022-05-13 10:49 Jakov Smolić
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-02-25 12:50 Andreas Sturmlechner
2021-02-16 15:50 Andreas Sturmlechner
2021-01-13 23:24 Andreas Sturmlechner
2021-01-13 23:24 Andreas Sturmlechner
2021-01-03 15:53 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=1699733397.d227953e46865883294c42b49073077bcccba77a.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