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 2FC0F138334 for ; Sun, 16 Sep 2018 18:41:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0D2FE0B63; Sun, 16 Sep 2018 18:41:50 +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 99161E0B63 for ; Sun, 16 Sep 2018 18:41:50 +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 608B9335CEC for ; Sun, 16 Sep 2018 18:41:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77F6D2C6 for ; Sun, 16 Sep 2018 18:41:45 +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: <1537123287.8eeac3a8134b2d5653956575f57ceb859574e641.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jack2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/jack2/jack2-9999.ebuild X-VCS-Directories: media-sound/jack2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8eeac3a8134b2d5653956575f57ceb859574e641 X-VCS-Branch: master Date: Sun, 16 Sep 2018 18:41:45 +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: c2c61264-e27e-403e-bb12-5f96a30a1f48 X-Archives-Hash: c29b00de83e5f7b8606e54c1cd4f7291 commit: 8eeac3a8134b2d5653956575f57ceb859574e641 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 16 18:32:25 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 16 18:41:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eeac3a8 media-sound/jack2: Add USE ieee1394 to 9999 Syncing with 1.9.12-r1, plus CDEPEND -> COMMON_DEPEND Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-sound/jack2/jack2-9999.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/media-sound/jack2/jack2-9999.ebuild b/media-sound/jack2/jack2-9999.ebuild index 3c407e2a68b..7b9c9398cbc 100644 --- a/media-sound/jack2/jack2-9999.ebuild +++ b/media-sound/jack2/jack2-9999.ebuild @@ -23,26 +23,26 @@ fi LICENSE="GPL-2" SLOT="2" -IUSE="alsa dbus doc opus pam +classic sndfile libsamplerate readline" +IUSE="alsa +classic dbus doc ieee1394 libsamplerate opus pam readline sndfile" -REQUIRED_USE=" - ${PYTHON_REQUIRED_USE} +REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( classic dbus )" -CDEPEND="media-libs/libsamplerate +COMMON_DEPEND="${PYTHON_DEPS} + media-libs/libsamplerate media-libs/libsndfile sys-libs/readline:0= - ${PYTHON_DEPS} alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] ) dbus? ( dev-libs/expat[${MULTILIB_USEDEP}] sys-apps/dbus[${MULTILIB_USEDEP}] ) + ieee1394? ( media-libs/libffado:=[${MULTILIB_USEDEP}] ) opus? ( media-libs/opus[custom-modes,${MULTILIB_USEDEP}] )" -DEPEND="${CDEPEND} +DEPEND="${COMMON_DEPEND} virtual/pkgconfig doc? ( app-doc/doxygen )" -RDEPEND="${CDEPEND} +RDEPEND="${COMMON_DEPEND} dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] ) pam? ( sys-auth/realtime-base ) !media-sound/jack-audio-connection-kit:0" @@ -62,7 +62,7 @@ multilib_src_configure() { --alsa=$(usex alsa yes no) --celt=no --doxygen=$(multilib_native_usex doc yes no) - --firewire=no + --firewire=$(usex ieee1394 yes no) --freebob=no --iio=no --opus=$(usex opus yes no)