public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/pavucontrol: pavucontrol-0.9.4.ebuild ChangeLog pavucontrol-0.9.5.ebuild
@ 2008-01-13 20:50 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2008-01-13 20:50 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/01/13 20:50:03

  Modified:             pavucontrol-0.9.4.ebuild ChangeLog
                        pavucontrol-0.9.5.ebuild
  Log:
  Add missing pkg-config dependency. Thanks Patrick in bug #205614.
  (Portage version: 2.1.4)

Revision  Changes    Path
1.7                  media-sound/pavucontrol/pavucontrol-0.9.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pavucontrol/pavucontrol-0.9.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pavucontrol/pavucontrol-0.9.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pavucontrol/pavucontrol-0.9.4.ebuild?r1=1.6&r2=1.7

Index: pavucontrol-0.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pavucontrol/pavucontrol-0.9.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pavucontrol-0.9.4.ebuild	3 Jan 2008 22:58:16 -0000	1.6
+++ pavucontrol-0.9.4.ebuild	13 Jan 2008 20:50:03 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pavucontrol/pavucontrol-0.9.4.ebuild,v 1.6 2008/01/03 22:58:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pavucontrol/pavucontrol-0.9.4.ebuild,v 1.7 2008/01/13 20:50:03 flameeyes Exp $
 
 DESCRIPTION="Pulseaudio Volume Control, GTK based mixer for Pulseaudio"
 HOMEPAGE="http://0pointer.de/lennart/projects/pavucontrol/"
@@ -20,6 +20,9 @@
 RDEPEND="${DEPEND}
 	x11-themes/gnome-icon-theme"
 
+DEPEND="${DEPEND}
+	dev-util/pkgconfig"
+
 src_compile() {
 	# Lynx is used during make dist basically
 	econf \



1.11                 media-sound/pavucontrol/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pavucontrol/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	3 Jan 2008 22:58:16 -0000	1.10
+++ ChangeLog	13 Jan 2008 20:50:03 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/pavucontrol
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pavucontrol/ChangeLog,v 1.10 2008/01/03 22:58:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pavucontrol/ChangeLog,v 1.11 2008/01/13 20:50:03 flameeyes Exp $
+
+  13 Jan 2008; Diego Pettenò <flameeyes@gentoo.org>
+  pavucontrol-0.9.4.ebuild, pavucontrol-0.9.5.ebuild:
+  Add missing pkg-config dependency. Thanks Patrick in bug #205614.
 
   03 Jan 2008; Markus Meier <maekke@gentoo.org> pavucontrol-0.9.4.ebuild:
   x86 stable, bug #204219 and remove inexistent doc



1.2                  media-sound/pavucontrol/pavucontrol-0.9.5.ebuild

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

Index: pavucontrol-0.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pavucontrol/pavucontrol-0.9.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pavucontrol-0.9.5.ebuild	31 Oct 2007 15:31:08 -0000	1.1
+++ pavucontrol-0.9.5.ebuild	13 Jan 2008 20:50:03 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pavucontrol/pavucontrol-0.9.5.ebuild,v 1.1 2007/10/31 15:31:08 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pavucontrol/pavucontrol-0.9.5.ebuild,v 1.2 2008/01/13 20:50:03 flameeyes Exp $
 
 DESCRIPTION="Pulseaudio Volume Control, GTK based mixer for Pulseaudio"
 HOMEPAGE="http://0pointer.de/lennart/projects/pavucontrol/"
@@ -20,6 +20,9 @@
 RDEPEND="${DEPEND}
 	x11-themes/gnome-icon-theme"
 
+DEPEND="${DEPEND}
+	dev-util/pkgconfig"
+
 src_compile() {
 	# Lynx is used during make dist basically
 	econf \



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-01-13 20:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-13 20:50 [gentoo-commits] gentoo-x86 commit in media-sound/pavucontrol: pavucontrol-0.9.4.ebuild ChangeLog pavucontrol-0.9.5.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