diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-22 16:58:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-22 16:58:11 +0000 |
commit | 54a62fa1e140032fa2f48cb3fb1b4ae6f77c1e95 (patch) | |
tree | d6baf930ca8c3408403b890544d06afe2d0bb886 /media-sound | |
parent | Old. (diff) | |
download | gentoo-2-54a62fa1e140032fa2f48cb3fb1b4ae6f77c1e95.tar.gz gentoo-2-54a62fa1e140032fa2f48cb3fb1b4ae6f77c1e95.tar.bz2 gentoo-2-54a62fa1e140032fa2f48cb3fb1b4ae6f77c1e95.zip |
USE="bluetooth" needs USE="dbus" as per upstream configure.ac
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/pulseaudio/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/pulseaudio/pulseaudio-1.1-r1.ebuild | 7 | ||||
-rw-r--r-- | media-sound/pulseaudio/pulseaudio-9999.ebuild | 7 |
3 files changed, 16 insertions, 6 deletions
diff --git a/media-sound/pulseaudio/ChangeLog b/media-sound/pulseaudio/ChangeLog index 2be30d0d008e..b0653d59ef8e 100644 --- a/media-sound/pulseaudio/ChangeLog +++ b/media-sound/pulseaudio/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/pulseaudio -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.253 2011/12/13 04:34:53 ford_prefect Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.254 2012/01/22 16:58:11 ssuominen Exp $ + + 22 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> pulseaudio-1.1-r1.ebuild, + pulseaudio-9999.ebuild: + USE="bluetooth" needs USE="dbus" as per upstream configure.ac *pulseaudio-1.1-r1 (13 Dec 2011) diff --git a/media-sound/pulseaudio/pulseaudio-1.1-r1.ebuild b/media-sound/pulseaudio/pulseaudio-1.1-r1.ebuild index dba8f11e04c9..faac3bca6ab2 100644 --- a/media-sound/pulseaudio/pulseaudio-1.1-r1.ebuild +++ b/media-sound/pulseaudio/pulseaudio-1.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-1.1-r1.ebuild,v 1.1 2011/12/13 04:34:53 ford_prefect Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-1.1-r1.ebuild,v 1.2 2012/01/22 16:58:11 ssuominen Exp $ EAPI=4 @@ -72,6 +72,9 @@ RDEPEND="${RDEPEND} bluetooth? ( >=net-wireless/bluez-4 ) )" +# See "*** BLUEZ support not found (requires D-Bus)" in configure.ac +REQUIRED_USE="bluetooth? ( dbus )" + pkg_setup() { enewgroup audio 18 # Just make sure it exists enewgroup pulse-access diff --git a/media-sound/pulseaudio/pulseaudio-9999.ebuild b/media-sound/pulseaudio/pulseaudio-9999.ebuild index 742eafaf2fc4..ec34620fd205 100644 --- a/media-sound/pulseaudio/pulseaudio-9999.ebuild +++ b/media-sound/pulseaudio/pulseaudio-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-9999.ebuild,v 1.14 2011/09/28 14:31:56 ford_prefect Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-9999.ebuild,v 1.15 2012/01/22 16:58:11 ssuominen Exp $ EAPI=4 @@ -72,6 +72,9 @@ RDEPEND="${RDEPEND} bluetooth? ( >=net-wireless/bluez-4 ) )" +# See "*** BLUEZ support not found (requires D-Bus)" in configure.ac +REQUIRED_USE="bluetooth? ( dbus )" + pkg_setup() { enewgroup audio 18 # Just make sure it exists enewgroup pulse-access |