diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-01-13 14:54:16 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-01-13 14:54:16 +0000 |
commit | ad5860c97e7fa3484f38a145f340053ce3dd0bec (patch) | |
tree | b7d123cf77d67c7bc3fd4ecce644ca80a18cc9dc /media-sound/mhwaveedit | |
parent | Stable on ppc wrt bug 205517 (diff) | |
download | gentoo-2-ad5860c97e7fa3484f38a145f340053ce3dd0bec.tar.gz gentoo-2-ad5860c97e7fa3484f38a145f340053ce3dd0bec.tar.bz2 gentoo-2-ad5860c97e7fa3484f38a145f340053ce3dd0bec.zip |
add missing pkgconfig dep, bug #205623
(Portage version: 2.1.4)
Diffstat (limited to 'media-sound/mhwaveedit')
-rw-r--r-- | media-sound/mhwaveedit/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/mhwaveedit/mhwaveedit-1.4.12.ebuild | 8 | ||||
-rw-r--r-- | media-sound/mhwaveedit/mhwaveedit-1.4.14.ebuild | 8 |
3 files changed, 15 insertions, 7 deletions
diff --git a/media-sound/mhwaveedit/ChangeLog b/media-sound/mhwaveedit/ChangeLog index 8fcaa3585739..3b2a721a2afb 100644 --- a/media-sound/mhwaveedit/ChangeLog +++ b/media-sound/mhwaveedit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/mhwaveedit # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/ChangeLog,v 1.27 2008/01/13 14:51:27 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/ChangeLog,v 1.28 2008/01/13 14:54:16 aballier Exp $ + + 13 Jan 2008; Alexis Ballier <aballier@gentoo.org> + mhwaveedit-1.4.12.ebuild, mhwaveedit-1.4.14.ebuild: + add missing pkgconfig dep, bug #205623 13 Jan 2008; Alexis Ballier <aballier@gentoo.org> -files/mhwaveedit-1.4.12-pkgconfig_init.patch, diff --git a/media-sound/mhwaveedit/mhwaveedit-1.4.12.ebuild b/media-sound/mhwaveedit/mhwaveedit-1.4.12.ebuild index c55d6e82c7b5..eb7b525c6728 100644 --- a/media-sound/mhwaveedit/mhwaveedit-1.4.12.ebuild +++ b/media-sound/mhwaveedit/mhwaveedit-1.4.12.ebuild @@ -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/mhwaveedit/mhwaveedit-1.4.12.ebuild,v 1.4 2007/07/30 13:58:04 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/mhwaveedit-1.4.12.ebuild,v 1.5 2008/01/13 14:54:16 aballier Exp $ inherit eutils @@ -14,7 +14,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 ~ppc sparc x86" -DEPEND=">=x11-libs/gtk+-2 +RDEPEND=">=x11-libs/gtk+-2 sndfile? ( >=media-libs/libsndfile-1.0.10 ) sdl? ( >=media-libs/libsdl-1.2.3 ) alsa? ( media-libs/alsa-lib ) @@ -25,6 +25,8 @@ DEPEND=">=x11-libs/gtk+-2 ladspa? ( media-libs/ladspa-sdk ) sox? ( media-sound/sox ) arts? ( >=kde-base/arts-3.4.1 )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_compile() { econf \ diff --git a/media-sound/mhwaveedit/mhwaveedit-1.4.14.ebuild b/media-sound/mhwaveedit/mhwaveedit-1.4.14.ebuild index b6cfe83b7a16..2bb0598d1dae 100644 --- a/media-sound/mhwaveedit/mhwaveedit-1.4.14.ebuild +++ b/media-sound/mhwaveedit/mhwaveedit-1.4.14.ebuild @@ -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/mhwaveedit/mhwaveedit-1.4.14.ebuild,v 1.1 2007/12/19 10:43:15 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/mhwaveedit-1.4.14.ebuild,v 1.2 2008/01/13 14:54:16 aballier Exp $ inherit eutils @@ -14,7 +14,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -DEPEND=">=x11-libs/gtk+-2 +RDEPEND=">=x11-libs/gtk+-2 sndfile? ( >=media-libs/libsndfile-1.0.10 ) sdl? ( >=media-libs/libsdl-1.2.3 ) alsa? ( media-libs/alsa-lib ) @@ -25,6 +25,8 @@ DEPEND=">=x11-libs/gtk+-2 ladspa? ( media-libs/ladspa-sdk ) sox? ( media-sound/sox ) arts? ( >=kde-base/arts-3.4.1 )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_compile() { econf \ |