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 598C0138334 for ; Tue, 21 Aug 2018 19:26:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67E5AE0815; Tue, 21 Aug 2018 19:26:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3ECAAE0815 for ; Tue, 21 Aug 2018 19:26:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 26A83335D14 for ; Tue, 21 Aug 2018 19:26:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CAC73A2 for ; Tue, 21 Aug 2018 19:26:33 +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: <1534879576.93953d4dab249dd0eb227deccb69016c27a46dd6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mumble/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mumble/mumble-9999.ebuild X-VCS-Directories: media-sound/mumble/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 93953d4dab249dd0eb227deccb69016c27a46dd6 X-VCS-Branch: master Date: Tue, 21 Aug 2018 19:26:33 +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: fd8cf340-2861-417e-a943-0477b6e769e6 X-Archives-Hash: 75779973aec7cf39bc7f45f631882d3b commit: 93953d4dab249dd0eb227deccb69016c27a46dd6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 21 19:26:16 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 21 19:26:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93953d4d media-sound/mumble: Add USE jack Closes: https://bugs.gentoo.org/380161 Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-sound/mumble/mumble-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-sound/mumble/mumble-9999.ebuild b/media-sound/mumble/mumble-9999.ebuild index 9fa513c1fdc..e75beaeaaec 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 +rnnoise speech zeroconf" +IUSE="+alsa +dbus debug g15 jack libressl +opus oss pch portaudio pulseaudio +rnnoise speech zeroconf" RDEPEND=" dev-qt/qtcore:5 @@ -40,6 +40,7 @@ RDEPEND=" alsa? ( media-libs/alsa-lib ) dbus? ( dev-qt/qtdbus:5 ) g15? ( app-misc/g15daemon ) + jack? ( virtual/jack ) !libressl? ( >=dev-libs/openssl-1.0.0b:0= ) libressl? ( dev-libs/libressl ) opus? ( >=media-libs/opus-1.0.1 ) @@ -72,6 +73,7 @@ src_configure() { $(myuse dbus) $(usex debug 'symbols debug' release) $(myuse g15) + $(usex jack '' no-jackaudio) $(myuse opus) $(myuse oss) $(myuse portaudio)