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 77526138793 for ; Sat, 22 Oct 2016 12:01:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2725CE07DD; Sat, 22 Oct 2016 12:01:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E99F2E07DD for ; Sat, 22 Oct 2016 12:01:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 712723415B6 for ; Sat, 22 Oct 2016 12:01:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E90F2EF for ; Sat, 22 Oct 2016 12:01:22 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1477137646.2df78d1c02a6239bdf264d095c8012fc2d4698ce.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsoundio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsoundio/libsoundio-1.1.0.ebuild media-libs/libsoundio/metadata.xml X-VCS-Directories: media-libs/libsoundio/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2df78d1c02a6239bdf264d095c8012fc2d4698ce X-VCS-Branch: master Date: Sat, 22 Oct 2016 12:01:22 +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: b71a4521-a0c0-4e75-9507-682a29eecd3f X-Archives-Hash: 2e16b9f4ddc8b244cd0309b45f52917f commit: 2df78d1c02a6239bdf264d095c8012fc2d4698ce Author: Diogo Pereira gmail com> AuthorDate: Fri Sep 30 19:21:47 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Oct 22 12:00:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2df78d1c media-libs/libsoundio: add jack support Closes: https://github.com/gentoo/gentoo/pull/2440 Signed-off-by: David Seifert gentoo.org> media-libs/libsoundio/libsoundio-1.1.0.ebuild | 10 ++++++---- media-libs/libsoundio/metadata.xml | 1 - 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/media-libs/libsoundio/libsoundio-1.1.0.ebuild b/media-libs/libsoundio/libsoundio-1.1.0.ebuild index 0cde6b7..d656a02 100644 --- a/media-libs/libsoundio/libsoundio-1.1.0.ebuild +++ b/media-libs/libsoundio/libsoundio-1.1.0.ebuild @@ -13,21 +13,23 @@ SRC_URI="http://libsound.io/release/${P}.tar.gz" LICENSE="MIT" SLOT="0/1" KEYWORDS="~amd64" -IUSE="alsa coreaudio examples pulseaudio static-libs" +IUSE="alsa coreaudio examples jack pulseaudio static-libs" +# Build fails with <=media-sound/jack2-1.9.10 +# See https://github.com/andrewrk/libsoundio/issues/7 +# Only jack1 is supported for the time being DEPEND="alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] ) + jack? ( >=media-sound/jack-audio-connection-kit-0.125.0[${MULTILIB_USEDEP}] ) pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${P}_missing_include.patch" ) -# ENABLE_JACK does not support the current version of jack1 -# See https://github.com/andrewrk/libsoundio/issues/11 multilib_src_configure() { local mycmakeargs=( -DENABLE_ALSA=$(usex alsa) -DENABLE_COREAUDIO=$(usex coreaudio) - -DENABLE_JACK=no + -DENABLE_JACK=$(usex jack) -DENABLE_PULSEAUDIO=$(usex pulseaudio) -DENABLE_WASAPI=no -DBUILD_STATIC_LIBS=$(usex static-libs) diff --git a/media-libs/libsoundio/metadata.xml b/media-libs/libsoundio/metadata.xml index f013d8f..ee1f8b2 100644 --- a/media-libs/libsoundio/metadata.xml +++ b/media-libs/libsoundio/metadata.xml @@ -4,7 +4,6 @@ sir.suriv@gmail.com Diogo Pereira - Proxy maintainer. Assign bugs to him. proxy-maint@gentoo.org