public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsoundio/
Date: Sat, 22 Oct 2016 12:01:22 +0000 (UTC)	[thread overview]
Message-ID: <1477137646.2df78d1c02a6239bdf264d095c8012fc2d4698ce.soap@gentoo> (raw)

commit:     2df78d1c02a6239bdf264d095c8012fc2d4698ce
Author:     Diogo Pereira <sir.suriv <AT> gmail <DOT> com>
AuthorDate: Fri Sep 30 19:21:47 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> 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 <soap <AT> 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 @@
 <maintainer type="person">
 	<email>sir.suriv@gmail.com</email>
 	<name>Diogo Pereira</name>
-	<description>Proxy maintainer. Assign bugs to him.</description>
 </maintainer>
 <maintainer type="project">
 	<email>proxy-maint@gentoo.org</email>


             reply	other threads:[~2016-10-22 12:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-22 12:01 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-11  7:37 [gentoo-commits] repo/gentoo:master commit in: media-libs/libsoundio/ Andreas Sturmlechner
2023-06-04 20:31 James Le Cuirot
2022-08-15 11:22 Andreas Sturmlechner
2022-02-06 11:18 Jonas Stein
2020-07-21  9:33 Agostino Sarubbo
2020-07-20  6:42 Agostino Sarubbo
2019-04-20  6:26 Michał Górny
2017-07-30 11:24 David Seifert
2017-05-05 13:27 Lars Wendler
2016-07-25 14:19 Patrice Clement
2015-10-04 11:51 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1477137646.2df78d1c02a6239bdf264d095c8012fc2d4698ce.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox