public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/pulseaudio: pulseaudio-0.9.18-r50.ebuild ChangeLog pulseaudio-0.9.19-r50.ebuild pulseaudio-0.9.18.ebuild pulseaudio-0.9.19.ebuild
@ 2009-10-05 10:31 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2009-10-05 10:31 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/10/05 10:31:46

  Modified:             pulseaudio-0.9.18-r50.ebuild ChangeLog
                        pulseaudio-0.9.19-r50.ebuild
                        pulseaudio-0.9.18.ebuild pulseaudio-0.9.19.ebuild
  Log:
  Fix dependencies with X USE flag enabled and xorg-server-1.7 dependencies (thanks to Olivier Hubert in bug #285251); fix typo (thanks to Yuan Ye in bug #285146).
  (Portage version: 2.2_rc43/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-sound/pulseaudio/pulseaudio-0.9.18-r50.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.18-r50.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.18-r50.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.18-r50.ebuild?r1=1.3&r2=1.4

Index: pulseaudio-0.9.18-r50.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.18-r50.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pulseaudio-0.9.18-r50.ebuild	4 Oct 2009 14:58:47 -0000	1.3
+++ pulseaudio-0.9.18-r50.ebuild	5 Oct 2009 10:31:45 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.18-r50.ebuild,v 1.3 2009/10/04 14:58:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.18-r50.ebuild,v 1.4 2009/10/05 10:31:45 flameeyes Exp $
 
 EAPI=2
 
@@ -54,7 +54,10 @@
 
 DEPEND="${RDEPEND}
 	doc? ( app-doc/doxygen )
-	X? ( x11-proto/xproto )
+	X? (
+		x11-proto/xproto
+		|| ( >=x11-libs/libXtst-1.0.99.2 <x11-proto/xextproto-7.0.99 )
+	)
 	dev-libs/libatomic_ops
 	dev-util/pkgconfig
 	|| ( dev-util/unifdef sys-freebsd/freebsd-ubin )
@@ -78,7 +81,7 @@
 
 	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 ued automatically."
+		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



1.170                media-sound/pulseaudio/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/ChangeLog?rev=1.170&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/ChangeLog?rev=1.170&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/ChangeLog?r1=1.169&r2=1.170

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog	4 Oct 2009 14:58:47 -0000	1.169
+++ ChangeLog	5 Oct 2009 10:31:45 -0000	1.170
@@ -1,6 +1,13 @@
 # ChangeLog for media-sound/pulseaudio
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.169 2009/10/04 14:58:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.170 2009/10/05 10:31:45 flameeyes Exp $
+
+  05 Oct 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  pulseaudio-0.9.18.ebuild, pulseaudio-0.9.18-r50.ebuild,
+  pulseaudio-0.9.19.ebuild, pulseaudio-0.9.19-r50.ebuild:
+  Fix dependencies with X USE flag enabled and xorg-server-1.7 dependencies
+  (thanks to Olivier Hubert in bug #285251); fix typo (thanks to Yuan Ye in
+  bug #285146).
 
   04 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
   pulseaudio-0.9.15-r2.ebuild, pulseaudio-0.9.18.ebuild,



1.3                  media-sound/pulseaudio/pulseaudio-0.9.19-r50.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.19-r50.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.19-r50.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.19-r50.ebuild?r1=1.2&r2=1.3

Index: pulseaudio-0.9.19-r50.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.19-r50.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pulseaudio-0.9.19-r50.ebuild	4 Oct 2009 14:58:47 -0000	1.2
+++ pulseaudio-0.9.19-r50.ebuild	5 Oct 2009 10:31:45 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.19-r50.ebuild,v 1.2 2009/10/04 14:58:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.19-r50.ebuild,v 1.3 2009/10/05 10:31:45 flameeyes Exp $
 
 EAPI=2
 
@@ -54,7 +54,10 @@
 
 DEPEND="${RDEPEND}
 	doc? ( app-doc/doxygen )
-	X? ( x11-proto/xproto )
+	X? (
+		x11-proto/xproto
+		|| ( >=x11-libs/libXtst-1.0.99.2 <x11-proto/xextproto-7.0.99 )
+	)
 	dev-libs/libatomic_ops
 	dev-util/pkgconfig
 	|| ( dev-util/unifdef sys-freebsd/freebsd-ubin )
@@ -78,7 +81,7 @@
 
 	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 ued automatically."
+		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



1.4                  media-sound/pulseaudio/pulseaudio-0.9.18.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.18.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.18.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.18.ebuild?r1=1.3&r2=1.4

Index: pulseaudio-0.9.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.18.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pulseaudio-0.9.18.ebuild	4 Oct 2009 14:58:47 -0000	1.3
+++ pulseaudio-0.9.18.ebuild	5 Oct 2009 10:31:45 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.18.ebuild,v 1.3 2009/10/04 14:58:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.18.ebuild,v 1.4 2009/10/05 10:31:45 flameeyes Exp $
 
 EAPI=2
 
@@ -54,7 +54,10 @@
 
 DEPEND="${RDEPEND}
 	doc? ( app-doc/doxygen )
-	X? ( x11-proto/xproto )
+	X? (
+		x11-proto/xproto
+		|| ( >=x11-libs/libXtst-1.0.99.2 <x11-proto/xextproto-7.0.99 )
+	)
 	dev-libs/libatomic_ops
 	dev-util/pkgconfig
 	dev-util/intltool"
@@ -71,7 +74,7 @@
 
 	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 ued automatically."
+		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



1.3                  media-sound/pulseaudio/pulseaudio-0.9.19.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.19.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.19.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.19.ebuild?r1=1.2&r2=1.3

Index: pulseaudio-0.9.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.19.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pulseaudio-0.9.19.ebuild	4 Oct 2009 14:58:47 -0000	1.2
+++ pulseaudio-0.9.19.ebuild	5 Oct 2009 10:31:45 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.19.ebuild,v 1.2 2009/10/04 14:58:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.19.ebuild,v 1.3 2009/10/05 10:31:45 flameeyes Exp $
 
 EAPI=2
 
@@ -54,7 +54,10 @@
 
 DEPEND="${RDEPEND}
 	doc? ( app-doc/doxygen )
-	X? ( x11-proto/xproto )
+	X? (
+		x11-proto/xproto
+		|| ( >=x11-libs/libXtst-1.0.99.2 <x11-proto/xextproto-7.0.99 )
+	)
 	dev-libs/libatomic_ops
 	dev-util/pkgconfig
 	dev-util/intltool"
@@ -71,7 +74,7 @@
 
 	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 ued automatically."
+		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






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-05 10:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-05 10:31 [gentoo-commits] gentoo-x86 commit in media-sound/pulseaudio: pulseaudio-0.9.18-r50.ebuild ChangeLog pulseaudio-0.9.19-r50.ebuild pulseaudio-0.9.18.ebuild pulseaudio-0.9.19.ebuild Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox