public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Diego Petteno (flameeyes)" <flameeyes@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/pavucontrol: pavucontrol-0.9.4.ebuild ChangeLog pavucontrol-0.9.5.ebuild
Date: Sun, 13 Jan 2008 20:50:03 +0000	[thread overview]
Message-ID: <E1JE9mN-0007He-O4@stork.gentoo.org> (raw)

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



                 reply	other threads:[~2008-01-13 20:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1JE9mN-0007He-O4@stork.gentoo.org \
    --to=flameeyes@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