public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/pulseaudio: pulseaudio-9999.ebuild metadata.xml ChangeLog pulseaudio-3.0.ebuild
@ 2013-02-20 11:12 Arun Raghavan (ford_prefect)
  0 siblings, 0 replies; only message in thread
From: Arun Raghavan (ford_prefect) @ 2013-02-20 11:12 UTC (permalink / raw
  To: gentoo-commits

ford_prefect    13/02/20 11:12:06

  Modified:             pulseaudio-9999.ebuild metadata.xml ChangeLog
                        pulseaudio-3.0.ebuild
  Log:
  Switch USE=qt -> USE=qt4 to be able to reuse the global USE flag.
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 29C3E2EC)

Revision  Changes    Path
1.34                 media-sound/pulseaudio/pulseaudio-9999.ebuild

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

Index: pulseaudio-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-9999.ebuild,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- pulseaudio-9999.ebuild	15 Feb 2013 08:51:56 -0000	1.33
+++ pulseaudio-9999.ebuild	20 Feb 2013 11:12:06 -0000	1.34
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.33 2013/02/15 08:51:56 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-9999.ebuild,v 1.34 2013/02/20 11:12:06 ford_prefect Exp $
 
 EAPI="4"
 
@@ -19,7 +19,7 @@
 SLOT="0"
 KEYWORDS=""
 IUSE="+alsa +asyncns avahi bluetooth +caps dbus doc equalizer +gdbm +glib gnome
-gtk ipv6 jack libsamplerate lirc neon +orc oss qt realtime ssl systemd
+gtk ipv6 jack libsamplerate lirc neon +orc oss qt4 realtime ssl systemd
 system-wide tcpd test +udev +webrtc-aec +X xen"
 
 RDEPEND=">=media-libs/libsndfile-1.0.20
@@ -80,7 +80,7 @@
 # bluez dep is for the bluetooth init.d script
 # PyQt4 dep is for the qpaeq script
 RDEPEND="${RDEPEND}
-	equalizer? ( qt? ( dev-python/PyQt4[dbus] ) )
+	equalizer? ( qt4? ( dev-python/PyQt4[dbus] ) )
 	X? ( gnome-extra/gnome-audio )
 	system-wide? (
 		sys-apps/openrc
@@ -225,8 +225,8 @@
 		elog "your Bluetooth controller enabled and inserted at bootup or"
 		elog "PulseAudio will refuse to start."
 	fi
-	if use equalizer && ! use qt; then
-		elog "You've enabled the 'equalizer' USE-flag but not the 'qt' USE-flag."
+	if use equalizer && ! use qt4; then
+		elog "You've enabled the 'equalizer' USE-flag but not the 'qt4' USE-flag."
 		elog "This will build the equalizer module, but the 'qpaeq' tool"
 		elog "which is required to set equalizer levels will not work."
 	fi



1.26                 media-sound/pulseaudio/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/metadata.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- metadata.xml	15 Feb 2013 08:51:56 -0000	1.25
+++ metadata.xml	20 Feb 2013 11:12:06 -0000	1.26
@@ -41,9 +41,6 @@
       Makes PulseAudio use RealtimeKit (<pkg>sys-auth/rtkit</pkg>) to get
       real-time priority while running.
     </flag>
-    <flag name="qt">
-	  Pull in deps for the equalizer GUI qpaeq (requires <pkg>dev-python/PyQt4</pkg>).
-    </flag>
     <flag name="equalizer">
       Enable the equalizer module (requires <pkg>sci-libs/fftw</pkg>).
     </flag>



1.298                media-sound/pulseaudio/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -r1.297 -r1.298
--- ChangeLog	15 Feb 2013 08:51:56 -0000	1.297
+++ ChangeLog	20 Feb 2013 11:12:06 -0000	1.298
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/pulseaudio
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.297 2013/02/15 08:51:56 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.298 2013/02/20 11:12:06 ford_prefect Exp $
+
+  20 Feb 2013; Arun Raghavan <ford_prefect@gentoo.org> pulseaudio-3.0.ebuild,
+  pulseaudio-9999.ebuild, metadata.xml:
+  Switch USE=qt -> USE=qt4 to be able to reuse the global USE flag.
 
   15 Feb 2013; Nirbheek Chauhan <nirbheek@gentoo.org> metadata.xml,
   pulseaudio-3.0.ebuild, pulseaudio-9999.ebuild:



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

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

Index: pulseaudio-3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pulseaudio-3.0.ebuild	15 Feb 2013 08:51:56 -0000	1.3
+++ pulseaudio-3.0.ebuild	20 Feb 2013 11:12:06 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-3.0.ebuild,v 1.3 2013/02/15 08:51:56 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-3.0.ebuild,v 1.4 2013/02/20 11:12:06 ford_prefect Exp $
 
 EAPI="4"
 
@@ -19,7 +19,7 @@
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="+alsa +asyncns avahi bluetooth +caps dbus doc equalizer +gdbm +glib gnome
-gtk ipv6 jack libsamplerate lirc neon +orc oss qt realtime ssl systemd
+gtk ipv6 jack libsamplerate lirc neon +orc oss qt4 realtime ssl systemd
 system-wide tcpd test +udev +webrtc-aec +X xen"
 
 RDEPEND=">=media-libs/libsndfile-1.0.20
@@ -80,7 +80,7 @@
 # bluez dep is for the bluetooth init.d script
 # PyQt4 dep is for the qpaeq script
 RDEPEND="${RDEPEND}
-	equalizer? ( qt? ( dev-python/PyQt4[dbus] ) )
+	equalizer? ( qt4? ( dev-python/PyQt4[dbus] ) )
 	X? ( gnome-extra/gnome-audio )
 	system-wide? (
 		sys-apps/openrc
@@ -223,8 +223,8 @@
 		elog "your Bluetooth controller enabled and inserted at bootup or"
 		elog "PulseAudio will refuse to start."
 	fi
-	if use equalizer && ! use qt; then
-		elog "You've enabled the 'equalizer' USE-flag but not the 'qt' USE-flag."
+	if use equalizer && ! use qt4; then
+		elog "You've enabled the 'equalizer' USE-flag but not the 'qt4' USE-flag."
 		elog "This will build the equalizer module, but the 'qpaeq' tool"
 		elog "which is required to set equalizer levels will not work."
 	fi





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

only message in thread, other threads:[~2013-02-20 11:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-20 11:12 [gentoo-commits] gentoo-x86 commit in media-sound/pulseaudio: pulseaudio-9999.ebuild metadata.xml ChangeLog pulseaudio-3.0.ebuild Arun Raghavan (ford_prefect)

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