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 692FF138334 for ; Mon, 9 Jul 2018 14:26:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 242F8E07A7; Mon, 9 Jul 2018 14:26:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E5546E07A7 for ; Mon, 9 Jul 2018 14:26:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 80AF6335C7F for ; Mon, 9 Jul 2018 14:26:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02BF9355 for ; Mon, 9 Jul 2018 14:26:16 +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: <1531146369.558799d2efe85093aadb02b9e53bf0805c3295dd.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mumble/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mumble/metadata.xml media-sound/mumble/mumble-9999.ebuild X-VCS-Directories: media-sound/mumble/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 558799d2efe85093aadb02b9e53bf0805c3295dd X-VCS-Branch: master Date: Mon, 9 Jul 2018 14:26:16 +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-Archives-Salt: d57d04f9-6083-42aa-b142-1a6bb8f7d278 X-Archives-Hash: ce59cfb87239f6bdb2b243cf4c39a3a5 commit: 558799d2efe85093aadb02b9e53bf0805c3295dd Author: Nikos Chantziaras gmail com> AuthorDate: Mon Jul 9 13:35:31 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jul 9 14:26:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558799d2 media-sound/mumble: Add rnnoise USE flag and description Closes: https://bugs.gentoo.org/660788 Package-Manager: Portage-2.3.41, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9155 media-sound/mumble/metadata.xml | 1 + media-sound/mumble/mumble-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/media-sound/mumble/metadata.xml b/media-sound/mumble/metadata.xml index 59327713616..146871bb68a 100644 --- a/media-sound/mumble/metadata.xml +++ b/media-sound/mumble/metadata.xml @@ -11,6 +11,7 @@ Mumble is an open source, low-latency, high quality voice chat software primaril Enable support for the Logitech G15 LCD (and compatible devices). Enable Opus codec support via media-libs/opus. + Enable alternative noise suppression option based on RNNoise. Enable text-to-speech support in Mumble. diff --git a/media-sound/mumble/mumble-9999.ebuild b/media-sound/mumble/mumble-9999.ebuild index 987c148d83c..6caa7e0e0b3 100644 --- a/media-sound/mumble/mumble-9999.ebuild +++ b/media-sound/mumble/mumble-9999.ebuild @@ -20,7 +20,7 @@ fi LICENSE="BSD MIT" SLOT="0" -IUSE="+alsa +dbus debug g15 libressl +opus oss pch portaudio pulseaudio speech zeroconf" +IUSE="+alsa +dbus debug g15 libressl +opus oss pch portaudio pulseaudio +rnnoise speech zeroconf" RDEPEND=" dev-qt/qtcore:5 @@ -74,6 +74,7 @@ src_configure() { $(myuse opus) $(myuse oss) $(myuse portaudio) + $(myuse rnnoise) $(usex speech '' no-speechd) $(usex zeroconf '' no-bonjour) )