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 8CA4115808B for ; Thu, 24 Mar 2022 22:17:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 954CCE0866; Thu, 24 Mar 2022 22:17:56 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17701E0866 for ; Thu, 24 Mar 2022 22:17:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA77C342F3E for ; Thu, 24 Mar 2022 22:17:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B7B21BD for ; Thu, 24 Mar 2022 22:17:53 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1648160264.ab01cd1864f97407bbbf6acb45ca9b70d95f75d5.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/pidgin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/pidgin/pidgin-2.14.8-r1.ebuild X-VCS-Directories: net-im/pidgin/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: ab01cd1864f97407bbbf6acb45ca9b70d95f75d5 X-VCS-Branch: master Date: Thu, 24 Mar 2022 22:17:53 +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: a96f40c5-bd5a-47fe-9b0f-1e6389286793 X-Archives-Hash: 302e334f964d60759b8d5cba8dcc3ef1 commit: ab01cd1864f97407bbbf6acb45ca9b70d95f75d5 Author: Lars Wendler gentoo org> AuthorDate: Thu Mar 24 22:16:44 2022 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Mar 24 22:17:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab01cd18 net-im/pidgin: Attempt to fix USE="gstreamer -v4l" constellation Closes: https://bugs.gentoo.org/835960 Signed-off-by: Lars Wendler gentoo.org> net-im/pidgin/pidgin-2.14.8-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/pidgin/pidgin-2.14.8-r1.ebuild b/net-im/pidgin/pidgin-2.14.8-r1.ebuild index f5afab2726d5..028282d415c0 100644 --- a/net-im/pidgin/pidgin-2.14.8-r1.ebuild +++ b/net-im/pidgin/pidgin-2.14.8-r1.ebuild @@ -188,8 +188,6 @@ src_configure() { $(use_enable debug) $(use_enable doc doxygen) $(use_enable gstreamer) - $(use_enable gstreamer farstream) - $(use_enable gstreamer vv) $(use_enable gtk gtkui) $(use_enable gtk sm) $(use_enable idn) @@ -200,7 +198,9 @@ src_configure() { $(use_enable sasl cyrus-sasl ) $(use_enable tk) $(use_enable tcl) + $(use_enable v4l farstream) $(use_enable v4l gstreamer-video) + $(use_enable v4l vv) $(use_enable zeroconf avahi) $(use_with gstreamer gstreamer 1.0) $(usex gtk '--enable-nls' "$(use_enable nls)")