diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-15 13:27:42 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-15 13:27:42 +0000 |
commit | b934be2421d0e2fef01a7b1c20d0c9a5249b7861 (patch) | |
tree | 1b8d49a95ba843ba96f178241dd08218789b9246 /media-sound | |
parent | version bump, depend by #116266 (diff) | |
download | gentoo-2-b934be2421d0e2fef01a7b1c20d0c9a5249b7861.tar.gz gentoo-2-b934be2421d0e2fef01a7b1c20d0c9a5249b7861.tar.bz2 gentoo-2-b934be2421d0e2fef01a7b1c20d0c9a5249b7861.zip |
Fix dependencies.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/madplay/ChangeLog | 12 | ||||
-rw-r--r-- | media-sound/madplay/madplay-0.15.0b-r1.ebuild | 13 | ||||
-rw-r--r-- | media-sound/madplay/madplay-0.15.0b.ebuild | 12 | ||||
-rw-r--r-- | media-sound/madplay/madplay-0.15.1b.ebuild | 13 |
4 files changed, 30 insertions, 20 deletions
diff --git a/media-sound/madplay/ChangeLog b/media-sound/madplay/ChangeLog index 41f9e7ff7871..0aebd8c66da1 100644 --- a/media-sound/madplay/ChangeLog +++ b/media-sound/madplay/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-sound/madplay -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/madplay/ChangeLog,v 1.37 2005/08/03 20:17:01 kito Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/madplay/ChangeLog,v 1.38 2006/02/15 13:27:42 flameeyes Exp $ + + 15 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> madplay-0.15.0b.ebuild, + madplay-0.15.0b-r1.ebuild, madplay-0.15.1b.ebuild: + Fix dependencies. + + 15 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> madplay-0.15.0b.ebuild, + madplay-0.15.0b-r1.ebuild: + Fix dependencies. 03 Aug 2005; Kito <kito@gentoo.org> +files/madplay-macos.patch, madplay-0.15.2b.ebuild: diff --git a/media-sound/madplay/madplay-0.15.0b-r1.ebuild b/media-sound/madplay/madplay-0.15.0b-r1.ebuild index 24c491c34fdd..6d2312add46c 100644 --- a/media-sound/madplay/madplay-0.15.0b-r1.ebuild +++ b/media-sound/madplay/madplay-0.15.0b-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/madplay/madplay-0.15.0b-r1.ebuild,v 1.14 2005/04/14 15:05:52 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/madplay/madplay-0.15.0b-r1.ebuild,v 1.15 2006/02/15 13:27:42 flameeyes Exp $ DESCRIPTION="The MAD audio player" HOMEPAGE="http://mad.sourceforge.net" @@ -11,9 +11,10 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 -mips ppc sparc x86" IUSE="debug nls" -DEPEND="virtual/libc - ~media-libs/libmad-${PV} - ~media-libs/libid3tag-${PV} +RDEPEND="~media-libs/libmad-${PV} + ~media-libs/libid3tag-${PV}" + +DEPEND="${RDEPEND} nls? ( >=sys-devel/gettext-0.11.2 )" src_compile() { @@ -22,7 +23,7 @@ src_compile() { myconf="--with-gnu-ld" # --enable-profiling generate profiling code # --enable-experimental enable experimental code - # --with-esd use Enlightened Sound Daemon (EsounD) + # --with-esd use Enlightened Sound Daemon (EsounD) # as default use debug && myconf="${myconf} --enable-debugging" \ diff --git a/media-sound/madplay/madplay-0.15.0b.ebuild b/media-sound/madplay/madplay-0.15.0b.ebuild index d3cc5d358d18..f0942390893c 100644 --- a/media-sound/madplay/madplay-0.15.0b.ebuild +++ b/media-sound/madplay/madplay-0.15.0b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/madplay/madplay-0.15.0b.ebuild,v 1.11 2005/04/14 15:05:52 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/madplay/madplay-0.15.0b.ebuild,v 1.12 2006/02/15 13:27:42 flameeyes Exp $ DESCRIPTION="The MAD audio player" HOMEPAGE="http://mad.sourceforge.net" @@ -11,11 +11,11 @@ SLOT="0" KEYWORDS="~alpha ~arm ~hppa ~ppc ~sparc ~x86 -mips" IUSE="debug nls alsa" -DEPEND="virtual/libc - ~media-libs/libmad-${PV} +RDEPEND="~media-libs/libmad-${PV} ~media-libs/libid3tag-${PV} - nls? ( >=sys-devel/gettext-0.11.2 ) alsa? ( >=media-libs/alsa-lib-0.9.0 )" +DEPEND="${RDEPEND} + nls? ( >=sys-devel/gettext-0.11.2 )" src_compile() { local myconf @@ -23,7 +23,7 @@ src_compile() { myconf="--with-gnu-ld" # --enable-profiling generate profiling code # --enable-experimental enable experimental code - # --with-esd use Enlightened Sound Daemon (EsounD) + # --with-esd use Enlightened Sound Daemon (EsounD) # as default use debug && myconf="${myconf} --enable-debugging" \ diff --git a/media-sound/madplay/madplay-0.15.1b.ebuild b/media-sound/madplay/madplay-0.15.1b.ebuild index 00b690e0efa2..fc82d798a214 100644 --- a/media-sound/madplay/madplay-0.15.1b.ebuild +++ b/media-sound/madplay/madplay-0.15.1b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/madplay/madplay-0.15.1b.ebuild,v 1.11 2005/04/14 15:05:52 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/madplay/madplay-0.15.1b.ebuild,v 1.12 2006/02/15 13:27:42 flameeyes Exp $ DESCRIPTION="The MAD audio player" HOMEPAGE="http://mad.sourceforge.net" @@ -11,9 +11,10 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 -mips ~ppc sparc x86" IUSE="debug nls" -DEPEND="virtual/libc - ~media-libs/libmad-${PV} - ~media-libs/libid3tag-${PV} +RDEPEND="~media-libs/libmad-${PV} + ~media-libs/libid3tag-${PV}" + +DEPEND="${RDEPEND} nls? ( >=sys-devel/gettext-0.11.2 )" src_compile() { @@ -22,7 +23,7 @@ src_compile() { myconf="--with-gnu-ld" # --enable-profiling generate profiling code # --enable-experimental enable experimental code - # --with-esd use Enlightened Sound Daemon (EsounD) + # --with-esd use Enlightened Sound Daemon (EsounD) # as default use debug && myconf="${myconf} --enable-debugging" \ |