public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/bluez-alsa/
Date: Tue, 20 Dec 2016 17:58:12 +0000 (UTC)	[thread overview]
Message-ID: <1482256678.81434d56ebbd17a4e38fedbaade9e883d1f6d650.polynomial-c@gentoo> (raw)

commit:     81434d56ebbd17a4e38fedbaade9e883d1f6d650
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 17:57:21 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 17:57:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81434d56

media-sound/bluez-alsa: Added multilib support to live ebuild (bug #603200).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-sound/bluez-alsa/bluez-alsa-9999.ebuild | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/media-sound/bluez-alsa/bluez-alsa-9999.ebuild b/media-sound/bluez-alsa/bluez-alsa-9999.ebuild
index 630c8af..263c3be 100644
--- a/media-sound/bluez-alsa/bluez-alsa-9999.ebuild
+++ b/media-sound/bluez-alsa/bluez-alsa-9999.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=6
-inherit autotools eutils
+inherit autotools eutils multilib-minimal
 
 DESCRIPTION="Bluetooth Audio ALSA Backend"
 HOMEPAGE="https://github.com/Arkq/bluez-alsa"
@@ -20,17 +20,17 @@ LICENSE="MIT"
 SLOT="0"
 IUSE="aac debug hcitop"
 
-RDEPEND=">=dev-libs/glib-2.16[dbus]
-	>=media-libs/alsa-lib-1.0
-	>=media-libs/sbc-1.2
-	>=net-wireless/bluez-5
+RDEPEND=">=dev-libs/glib-2.16[dbus,${MULTILIB_USEDEP}]
+	>=media-libs/alsa-lib-1.0[${MULTILIB_USEDEP}]
+	>=media-libs/sbc-1.2[${MULTILIB_USEDEP}]
+	>=net-wireless/bluez-5[${MULTILIB_USEDEP}]
+	aac? ( >=media-libs/fdk-aac-0.1.1[${MULTILIB_USEDEP}] )
 	hcitop? (
 		dev-libs/libbsd
 		sys-libs/ncurses:0=
 	)"
 DEPEND="${RDEPEND}
 	net-libs/ortp
-	aac? ( >=media-libs/fdk-aac-0.1.1 )
 	virtual/pkgconfig"
 
 src_prepare() {
@@ -38,14 +38,15 @@ src_prepare() {
 	eautoreconf
 }
 
-src_configure() {
+multilib_src_configure() {
+	ECONF_SOURCE="${S}" \
 	econf \
 		$(use_enable aac) \
 		$(use_enable debug) \
-		$(use_enable hcitop)
+		$(multilib_native_use_enable hcitop)
 }
 
-src_install() {
+multilib_src_install_all() {
 	default
 	prune_libtool_files --modules
 


             reply	other threads:[~2016-12-20 17:58 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-20 17:58 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-04-14 10:12 [gentoo-commits] repo/gentoo:master commit in: media-sound/bluez-alsa/ Lars Wendler
2018-07-20  8:49 Lars Wendler
2018-07-20  8:49 Lars Wendler
2018-07-20  8:50 Lars Wendler
2018-09-14 12:58 Lars Wendler
2018-11-29 11:50 Lars Wendler
2018-11-29 11:50 Lars Wendler
2019-01-08  9:48 Lars Wendler
2019-01-08  9:48 Lars Wendler
2019-03-24 12:51 Lars Wendler
2019-03-27 20:05 Lars Wendler
2019-10-17 11:36 Lars Wendler
2019-10-17 11:36 Lars Wendler
2020-01-26 16:54 Lars Wendler
2020-01-26 16:54 Lars Wendler
2020-01-26 16:58 Lars Wendler
2020-05-20 11:41 Lars Wendler
2020-08-20 16:31 Thomas Deutschmann
2020-09-17  9:06 Lars Wendler
2020-09-17  9:06 Lars Wendler
2020-11-10  7:54 Lars Wendler
2021-02-22  7:15 Sam James
2021-05-24 17:42 Lars Wendler
2021-06-09  7:38 Lars Wendler
2021-06-09  7:38 Lars Wendler
2022-06-08  7:27 Lars Wendler
2022-06-08  7:27 Lars Wendler
2022-06-08  7:27 Lars Wendler
2023-06-08 22:35 Sam James
2023-12-23 17:29 Sam James
2024-06-16  7:53 Pacho Ramos
2024-06-16  7:53 Pacho Ramos
2024-09-15 11:41 Pacho Ramos
2024-09-15 11:41 Pacho Ramos
2024-09-16  3:17 John Helmert III

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=1482256678.81434d56ebbd17a4e38fedbaade9e883d1f6d650.polynomial-c@gentoo \
    --to=polynomial-c@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