diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:21 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:21 +0000 |
commit | d80e4d7b812de76012302ab154b8b8a0c706640a (patch) | |
tree | 6852e43ed8f4895d9f241cf248a7f2efd48fe35d /media-sound/soundtracker | |
parent | updating bb when I should be asleep (diff) | |
download | gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.tar.gz gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.tar.bz2 gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.zip |
gtk 1.2 dependency listing fixes
Diffstat (limited to 'media-sound/soundtracker')
-rw-r--r-- | media-sound/soundtracker/soundtracker-0.6.4-r1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/soundtracker/soundtracker-0.6.4-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/soundtracker/soundtracker-0.6.4-r1.ebuild b/media-sound/soundtracker/soundtracker-0.6.4-r1.ebuild index 27f61fcbb737..caad8e9d78b1 100644 --- a/media-sound/soundtracker/soundtracker-0.6.4-r1.ebuild +++ b/media-sound/soundtracker/soundtracker-0.6.4-r1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bruce A. Locke <blocke@shivan.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.4-r1.ebuild,v 1.1 2001/10/06 10:08:19 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.4-r1.ebuild,v 1.2 2002/05/23 06:50:14 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="SoundTracker is a music tracking tool for UNIX/X11 (MOD tracker)" SRC_URI="http://www.soundtracker.org/dl/v0.6/soundtracker-0.6.4.tar.gz" HOMEPAGE="http://www.soundtracker.org" -DEPEND=">=x11-libs/gtk+-1.2.10-r4 +DEPEND="=x11-libs/gtk+-1.2* >=media-libs/audiofile-0.2.1 \ alsa? ( media-libs/alsa-lib ) \ esd? ( media-sound/esound ) \ diff --git a/media-sound/soundtracker/soundtracker-0.6.4-r2.ebuild b/media-sound/soundtracker/soundtracker-0.6.4-r2.ebuild index 0408ece53ab0..942b76eb292f 100644 --- a/media-sound/soundtracker/soundtracker-0.6.4-r2.ebuild +++ b/media-sound/soundtracker/soundtracker-0.6.4-r2.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bruce A. Locke <blocke@shivan.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.4-r2.ebuild,v 1.1 2002/03/27 10:39:47 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.4-r2.ebuild,v 1.2 2002/05/23 06:50:14 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="SoundTracker is a music tracking tool for UNIX/X11 (MOD tracker)" SRC_URI="http://www.soundtracker.org/dl/v0.6/soundtracker-0.6.4.tar.gz" HOMEPAGE="http://www.soundtracker.org" -DEPEND=">=x11-libs/gtk+-1.2.10-r4 +DEPEND="=x11-libs/gtk+-1.2* >=media-libs/audiofile-0.2.1 \ alsa? ( media-libs/alsa-lib ) \ esd? ( media-sound/esound ) \ |