diff options
Diffstat (limited to 'media-sound/soundtracker/soundtracker-0.6.7.ebuild')
-rw-r--r-- | media-sound/soundtracker/soundtracker-0.6.7.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/soundtracker/soundtracker-0.6.7.ebuild b/media-sound/soundtracker/soundtracker-0.6.7.ebuild index 2bf76c39692f..a1a5ecdb4e36 100644 --- a/media-sound/soundtracker/soundtracker-0.6.7.ebuild +++ b/media-sound/soundtracker/soundtracker-0.6.7.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/soundtracker/soundtracker-0.6.7.ebuild,v 1.11 2005/11/07 12:07:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.7.ebuild,v 1.12 2006/02/15 13:39:16 flameeyes Exp $ IUSE="nls esd gnome oss alsa jack" @@ -12,10 +12,9 @@ DESCRIPTION="SoundTracker is a music tracking tool for UNIX/X11 (MOD tracker)" SRC_URI="http://www.soundtracker.org/dl/v0.6/${P/_/-}.tar.gz" HOMEPAGE="http://www.soundtracker.org" -DEPEND="sys-libs/zlib +RDEPEND="sys-libs/zlib =x11-libs/gtk+-1.2* >=media-libs/audiofile-0.2.1 - dev-util/pkgconfig media-libs/libsndfile alsa? ( media-libs/alsa-lib ) esd? ( media-sound/esound ) @@ -23,7 +22,8 @@ DEPEND="sys-libs/zlib nls? ( sys-devel/gettext ) jack? ( media-sound/jack-audio-connection-kit )" -RDEPEND="${DEPEND} +DEPEND="${RDEPEND} + dev-util/pkgconfig app-arch/bzip2 app-arch/gzip app-arch/unzip" |