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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0A09158041 for ; Fri, 8 Mar 2024 20:17:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EBDDE29DD; Fri, 8 Mar 2024 20:17:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1422CE29DD for ; Fri, 8 Mar 2024 20:17:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C85233BEED for ; Fri, 8 Mar 2024 20:17:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C92814EF for ; Fri, 8 Mar 2024 20:17:02 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1709928966.8aee0a7fd2a1267b0961a21f18fe448ee8527e56.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/neochat/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/neochat/neochat-24.02.49.9999.ebuild net-im/neochat/neochat-9999.ebuild X-VCS-Directories: net-im/neochat/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8aee0a7fd2a1267b0961a21f18fe448ee8527e56 X-VCS-Branch: master Date: Fri, 8 Mar 2024 20:17:02 +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: 5651e844-ab0a-41d2-b25b-6a098bc9dc8e X-Archives-Hash: 8c96a515c185928fe3b06dbd50959287 commit: 8aee0a7fd2a1267b0961a21f18fe448ee8527e56 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 7 23:58:14 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 8 20:16:06 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8aee0a7f net-im/neochat: Drop dev-qt/qtmultimedia[gstreamer] USEdep Qt6Multimedia ensures a video backend is available, w/ ffmpeg as default. Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/neochat/neochat-24.02.49.9999.ebuild | 2 +- net-im/neochat/neochat-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/neochat/neochat-24.02.49.9999.ebuild b/net-im/neochat/neochat-24.02.49.9999.ebuild index 017a637069..e8a47d18b4 100644 --- a/net-im/neochat/neochat-24.02.49.9999.ebuild +++ b/net-im/neochat/neochat-24.02.49.9999.ebuild @@ -25,7 +25,7 @@ DEPEND=" >=dev-libs/qtkeychain-0.14.1-r1:=[qt6] >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets] >=dev-qt/qtdeclarative-${QTMIN}:6 - >=dev-qt/qtmultimedia-${QTMIN}:6[gstreamer] + >=dev-qt/qtmultimedia-${QTMIN}:6 >=dev-qt/qtsvg-${QTMIN}:6 >=dev-qt/qtwebview-${QTMIN}:6 >=kde-frameworks/kcolorscheme-${KFMIN}:6 diff --git a/net-im/neochat/neochat-9999.ebuild b/net-im/neochat/neochat-9999.ebuild index 017a637069..e8a47d18b4 100644 --- a/net-im/neochat/neochat-9999.ebuild +++ b/net-im/neochat/neochat-9999.ebuild @@ -25,7 +25,7 @@ DEPEND=" >=dev-libs/qtkeychain-0.14.1-r1:=[qt6] >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets] >=dev-qt/qtdeclarative-${QTMIN}:6 - >=dev-qt/qtmultimedia-${QTMIN}:6[gstreamer] + >=dev-qt/qtmultimedia-${QTMIN}:6 >=dev-qt/qtsvg-${QTMIN}:6 >=dev-qt/qtwebview-${QTMIN}:6 >=kde-frameworks/kcolorscheme-${KFMIN}:6