diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-02-09 23:31:13 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-02-09 23:31:13 +0000 |
commit | c35bf65f6f093a75f227718c66a4411b21af353f (patch) | |
tree | 6d6e0177779b233e2dc4b3e3bf1ca9cfb531bd9b /media-sound/zinf | |
parent | forcing --enable-oss (diff) | |
download | gentoo-2-c35bf65f6f093a75f227718c66a4411b21af353f.tar.gz gentoo-2-c35bf65f6f093a75f227718c66a4411b21af353f.tar.bz2 gentoo-2-c35bf65f6f093a75f227718c66a4411b21af353f.zip |
Added media-libs/id3lib to DEPEND
Diffstat (limited to 'media-sound/zinf')
-rw-r--r-- | media-sound/zinf/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/zinf/zinf-2.2.0.ebuild | 5 | ||||
-rw-r--r-- | media-sound/zinf/zinf-2.2.1.ebuild | 5 | ||||
-rw-r--r-- | media-sound/zinf/zinf-2.2.3.ebuild | 5 |
4 files changed, 13 insertions, 7 deletions
diff --git a/media-sound/zinf/ChangeLog b/media-sound/zinf/ChangeLog index 9ca079680aec..9410d348132c 100644 --- a/media-sound/zinf/ChangeLog +++ b/media-sound/zinf/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for media-sound/zinf # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/zinf/ChangeLog,v 1.5 2003/02/07 22:25:01 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/zinf/ChangeLog,v 1.6 2003/02/09 23:31:12 mholzer Exp $ *zinf-2.2.3 (07 Feb 2003) + 09 Feb 2003; Martin Holzer <mholzer@gentoo.org zinf-2.2.3.ebuild : + Added media-libs/id3lib to DEPEND cause it fails without. Closes #15322. + 07 Feb 2003; Ryan Phillips <rphillips@gentoo.org> ChangeLog: new version. diff --git a/media-sound/zinf/zinf-2.2.0.ebuild b/media-sound/zinf/zinf-2.2.0.ebuild index 4a359fff0420..a727ab3a7351 100644 --- a/media-sound/zinf/zinf-2.2.0.ebuild +++ b/media-sound/zinf/zinf-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/zinf/zinf-2.2.0.ebuild,v 1.11 2002/10/05 18:09:51 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/zinf/zinf-2.2.0.ebuild,v 1.12 2003/02/09 23:31:12 mholzer Exp $ IUSE="arts esd X gtk oggvorbis gnome alsa" @@ -26,7 +26,8 @@ RDEPEND="=dev-libs/glib-1.2* oggvorbis? ( media-libs/libvorbis )" DEPEND="x86? ( dev-lang/nasm ) -sys-devel/perl" + media-libs/id3lib + sys-devel/perl" SLOT="0" LICENSE="GPL-2" diff --git a/media-sound/zinf/zinf-2.2.1.ebuild b/media-sound/zinf/zinf-2.2.1.ebuild index 7b4bdccd1ee4..6262b578f23f 100644 --- a/media-sound/zinf/zinf-2.2.1.ebuild +++ b/media-sound/zinf/zinf-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/zinf/zinf-2.2.1.ebuild,v 1.1 2002/12/06 17:02:31 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/zinf/zinf-2.2.1.ebuild,v 1.2 2003/02/09 23:31:13 mholzer Exp $ IUSE="esd X gtk oggvorbis gnome" @@ -26,7 +26,8 @@ RDEPEND="=dev-libs/glib-1.2* #alsa? ( media-libs/alsa-lib ) # it only supports alsa 0.5.x, so support disabled DEPEND="$RDEPEND x86? ( dev-lang/nasm ) -sys-devel/perl" + media-libs/id3lib + sys-devel/perl" SLOT="0" LICENSE="GPL-2" diff --git a/media-sound/zinf/zinf-2.2.3.ebuild b/media-sound/zinf/zinf-2.2.3.ebuild index 3f5a2fdf8fc2..e011f64b2698 100644 --- a/media-sound/zinf/zinf-2.2.3.ebuild +++ b/media-sound/zinf/zinf-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/zinf/zinf-2.2.3.ebuild,v 1.1 2003/02/07 22:25:01 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/zinf/zinf-2.2.3.ebuild,v 1.2 2003/02/09 23:31:13 mholzer Exp $ IUSE="esd X gtk oggvorbis gnome" @@ -26,7 +26,8 @@ RDEPEND="=dev-libs/glib-1.2* #alsa? ( media-libs/alsa-lib ) # it only supports alsa 0.5.x, so support disabled DEPEND="$RDEPEND x86? ( dev-lang/nasm ) -sys-devel/perl" + media-libs/id3lib + sys-devel/perl" SLOT="0" LICENSE="GPL-2" |