summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2008-06-17 13:09:45 +0000
committerRémi Cardona <remi@gentoo.org>2008-06-17 13:09:45 +0000
commit02beb6804bfc7ce7db14f69677475475f50093d6 (patch)
tree2f024561e52deb5566d604b929a912639829b4c1 /media-sound
parentAdd missing media-fonts/corefonts to DEPEND, see bug #227217. (diff)
downloadgentoo-2-02beb6804bfc7ce7db14f69677475475f50093d6.tar.gz
gentoo-2-02beb6804bfc7ce7db14f69677475475f50093d6.tar.bz2
gentoo-2-02beb6804bfc7ce7db14f69677475475f50093d6.zip
media-sound/esound: add missing pkg-config dep (fixes bug #227589)
(Portage version: 2.1.5.5)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/esound/ChangeLog5
-rw-r--r--media-sound/esound/esound-0.2.38-r1.ebuild9
2 files changed, 10 insertions, 4 deletions
diff --git a/media-sound/esound/ChangeLog b/media-sound/esound/ChangeLog
index 8c36c88ba88d..79874fcf869b 100644
--- a/media-sound/esound/ChangeLog
+++ b/media-sound/esound/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/esound
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/ChangeLog,v 1.114 2008/05/07 09:04:31 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/ChangeLog,v 1.115 2008/06/17 13:09:45 remi Exp $
+
+ 17 Jun 2008; Rémi Cardona <remi@gentoo.org> esound-0.2.38-r1.ebuild:
+ add missing pkg-config dep (fixes bug #227589)
07 May 2008; Rémi Cardona <remi@gentoo.org>
-files/esound-0.2.37-cpu-drain.patch, -files/esound-0.2.37-debug.patch:
diff --git a/media-sound/esound/esound-0.2.38-r1.ebuild b/media-sound/esound/esound-0.2.38-r1.ebuild
index c0817c25880b..5e6cc949b095 100644
--- a/media-sound/esound/esound-0.2.38-r1.ebuild
+++ b/media-sound/esound/esound-0.2.38-r1.ebuild
@@ -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/esound/esound-0.2.38-r1.ebuild,v 1.9 2008/05/07 08:50:00 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.38-r1.ebuild,v 1.10 2008/06/17 13:09:45 remi Exp $
WANT_AUTOMAKE=1.10
inherit libtool gnome.org eutils autotools flag-o-matic
@@ -15,13 +15,16 @@ IUSE="alsa debug doc ipv6 tcpd"
# esound comes with arts support, but it hasn't been tested yet, feel free to
# submit patches/improvements
-DEPEND=">=media-libs/audiofile-0.1.5
+COMMON_DEPEND=">=media-libs/audiofile-0.1.5
alsa? ( >=media-libs/alsa-lib-0.5.10b )
doc? ( app-text/docbook-sgml-utils )
tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )"
# arts? ( kde-base/arts )
-RDEPEND="${DEPEND}
+DEPEND="${COMMON_DEPEND}
+ dev-util/pkgconfig"
+
+RDEPEND="${COMMON_DEPEND}
app-admin/eselect-esd"
src_unpack() {