public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/pulseaudio: ChangeLog pulseaudio-0.9.22.ebuild
Date: Tue,  4 Jan 2011 12:15:15 +0000 (UTC)	[thread overview]
Message-ID: <20110104121515.22A352005C@flycatcher.gentoo.org> (raw)

ssuominen    11/01/04 12:15:15

  Modified:             ChangeLog pulseaudio-0.9.22.ebuild
  Log:
  Remove deprecated hal support wrt #349050.
  
  (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)

Revision  Changes    Path
1.204                media-sound/pulseaudio/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/ChangeLog?rev=1.204&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/ChangeLog?rev=1.204&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/ChangeLog?r1=1.203&r2=1.204

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- ChangeLog	22 Dec 2010 06:22:26 -0000	1.203
+++ ChangeLog	4 Jan 2011 12:15:15 -0000	1.204
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/pulseaudio
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.203 2010/12/22 06:22:26 ford_prefect Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.204 2011/01/04 12:15:15 ssuominen Exp $
+
+  04 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> pulseaudio-0.9.22.ebuild:
+  Remove deprecated hal support wrt #349050.
 
   22 Dec 2010; Arun Raghavan <ford_prefect@gentoo.org>
   pulseaudio-0.9.19.ebuild, pulseaudio-0.9.21.ebuild,



1.7                  media-sound/pulseaudio/pulseaudio-0.9.22.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.22.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.22.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.22.ebuild?r1=1.6&r2=1.7

Index: pulseaudio-0.9.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.22.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pulseaudio-0.9.22.ebuild	22 Dec 2010 06:22:26 -0000	1.6
+++ pulseaudio-0.9.22.ebuild	4 Jan 2011 12:15:15 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.22.ebuild,v 1.6 2010/12/22 06:22:26 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.22.ebuild,v 1.7 2011/01/04 12:15:15 ssuominen Exp $
 
 EAPI=3
 
@@ -14,7 +14,7 @@
 LICENSE="LGPL-2 GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+alsa avahi +caps jack lirc oss tcpd +X hal dbus libsamplerate gnome bluetooth +asyncns +glib test doc +udev ipv6 system-wide realtime"
+IUSE="+alsa avahi +caps jack lirc oss tcpd +X dbus libsamplerate gnome bluetooth +asyncns +glib test doc +udev ipv6 system-wide realtime"
 
 RDEPEND="app-admin/eselect-esd
 	X? (
@@ -34,10 +34,6 @@
 	lirc? ( app-misc/lirc )
 	dbus? ( >=sys-apps/dbus-1.0.0 )
 	gnome? ( >=gnome-base/gconf-2.4.0 )
-	hal? (
-		>=sys-apps/hal-0.5.11
-		>=sys-apps/dbus-1.0.0
-	)
 	bluetooth? (
 		>=net-wireless/bluez-4
 		>=sys-apps/dbus-1.0.0
@@ -77,13 +73,6 @@
 	enewgroup pulse-access
 	enewgroup pulse
 	enewuser pulse -1 -1 /var/run/pulse pulse,audio
-
-	if use udev && use hal; then
-		elog "Please note that enabling both udev and hal will build both"
-		elog "discover modules, but only udev will be used automatically."
-		elog "If you wish to use hal you have to enable it explicitly"
-		elog "or you might just disable the hal USE flag entirely."
-	fi
 }
 
 src_prepare() {
@@ -113,7 +102,7 @@
 		$(use_enable jack) \
 		$(use_enable lirc) \
 		$(use_enable avahi) \
-		$(use_enable hal) \
+		--disable-hal \
 		$(use_enable dbus) \
 		$(use_enable gnome gconf) \
 		$(use_enable libsamplerate samplerate) \
@@ -158,8 +147,7 @@
 			use "$1" && echo "-D$define" || echo "-U$define"
 		}
 
-		unifdef $(use_define hal) \
-			$(use_define avahi) \
+		unifdef $(use_define avahi) \
 			$(use_define alsa) \
 			$(use_define bluetooth) \
 			$(use_define udev) \
@@ -171,10 +159,6 @@
 
 	use avahi && sed -i -e '/module-zeroconf-publish/s:^#::' "${ED}/etc/pulse/default.pa"
 
-	if use hal && ! use udev; then
-		sed -i -e 's:-udev:-hal:' "${ED}/etc/pulse/default.pa" || die
-	fi
-
 	dodoc README ChangeLog todo || die
 
 	if use doc; then






             reply	other threads:[~2011-01-04 12:15 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-04 12:15 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-06-08 22:04 [gentoo-commits] gentoo-x86 commit in media-sound/pulseaudio: ChangeLog pulseaudio-0.9.22.ebuild William Hubbs (williamh)
2011-04-27  7:56 Christoph Mende (angelos)
2011-04-26 14:46 Kacper Kowalik (xarthisius)
2011-04-23 18:39 Raul Porcel (armin76)
2011-04-20 15:35 Jeroen Roovers (jer)
2011-04-19 15:40 Thomas Kahle (tomka)
2011-04-10 10:54 Markus Meier (maekke)
2011-03-27 16:58 Samuli Suominen (ssuominen)
2011-03-27 14:16 Brent Baude (ranger)
2011-03-23 12:30 Christoph Mende (angelos)
2011-02-11  8:49 Tim Harder (radhermit)
2011-01-09 17:50 Raul Porcel (armin76)
2010-12-16 19:59 Tim Harder (radhermit)
2010-11-30 22:01 Markus Meier (maekke)
2010-11-26  6:56 Tim Harder (radhermit)
2010-11-26  4:14 Arun Raghavan (ford_prefect)

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=20110104121515.22A352005C@flycatcher.gentoo.org \
    --to=ssuominen@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