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 via email to