public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/bio2jack/
Date: Mon,  1 Jan 2018 19:19:47 +0000 (UTC)	[thread overview]
Message-ID: <1514834375.cde254c5c165e44474a078d0405114bc6bbfa2d4.fordfrog@gentoo> (raw)

commit:     cde254c5c165e44474a078d0405114bc6bbfa2d4
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  1 19:18:02 2018 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Jan  1 19:19:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde254c5

media-libs/bio2jack: bumped to eapi 6 and switched from media-sound/jack-audio-connection-kit to virtual/jack

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-libs/bio2jack/bio2jack-0.9-r2.ebuild | 45 ++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/media-libs/bio2jack/bio2jack-0.9-r2.ebuild b/media-libs/bio2jack/bio2jack-0.9-r2.ebuild
new file mode 100644
index 00000000000..fd38ec0396d
--- /dev/null
+++ b/media-libs/bio2jack/bio2jack-0.9-r2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools
+
+DESCRIPTION="A library for porting blocked I/O OSS/ALSA audio applications to JACK"
+HOMEPAGE="http://bio2jack.sourceforge.net/"
+SRC_URI="mirror://sourceforge/bio2jack/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="static-libs"
+
+RDEPEND="media-libs/libsamplerate
+	virtual/jack"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+	eapply_user
+
+	# upstream does not provide a real release, it releases a tarball
+	# with a _prebuilt_ copy of bio2jack. Drop all of the built stuff
+	# and recreate autotools from scratch, then build.
+	rm -rf *.a *.o *.la *.lo .libs .deps Makefile config.{log,status} stamp-h1 stamp || die
+
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--enable-shared \
+		$(use_enable static-libs static)
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+	dobin bio2jack-config
+	dodoc AUTHORS ChangeLog NEWS README
+	rm -f "${ED}"usr/lib*/lib*.la
+}


             reply	other threads:[~2018-01-01 19:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-01 19:19 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-04-18 14:47 [gentoo-commits] repo/gentoo:master commit in: media-libs/bio2jack/ Aaron Bauman
2018-04-19 19:42 Sergei Trofimovich
2018-05-14 12:38 Tobias Klausmann
2018-07-20 22:24 Sergei Trofimovich
2019-02-05 14:14 Andreas Sturmlechner
2019-05-22 15:41 Andreas Sturmlechner
2020-11-13  9:56 Andreas Sturmlechner
2021-09-23  5:41 Yixun Lan
2023-07-07  7:31 Miroslav Šulc

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=1514834375.cde254c5c165e44474a078d0405114bc6bbfa2d4.fordfrog@gentoo \
    --to=fordfrog@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