summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2001-10-06 10:08:20 +0000
committerMartin Schlemmer <azarah@gentoo.org>2001-10-06 10:08:20 +0000
commitcf72f61a25d08d0cefe9bb916ec94852bdba6bc9 (patch)
treed99b6fb484696c3b6a77fe38b99932a10781cea0 /media-sound/soundtracker
parentnew incoming (diff)
downloadgentoo-2-cf72f61a25d08d0cefe9bb916ec94852bdba6bc9.tar.gz
gentoo-2-cf72f61a25d08d0cefe9bb916ec94852bdba6bc9.tar.bz2
gentoo-2-cf72f61a25d08d0cefe9bb916ec94852bdba6bc9.zip
partual gtk+ dep update / move to /usr
Diffstat (limited to 'media-sound/soundtracker')
-rw-r--r--media-sound/soundtracker/files/digest-soundtracker-0.6.4-r1 (renamed from media-sound/soundtracker/files/digest-soundtracker-0.6.4)0
-rw-r--r--media-sound/soundtracker/soundtracker-0.6.4-r1.ebuild (renamed from media-sound/soundtracker/soundtracker-0.6.4.ebuild)13
2 files changed, 7 insertions, 6 deletions
diff --git a/media-sound/soundtracker/files/digest-soundtracker-0.6.4 b/media-sound/soundtracker/files/digest-soundtracker-0.6.4-r1
index 958195b18f2b..958195b18f2b 100644
--- a/media-sound/soundtracker/files/digest-soundtracker-0.6.4
+++ b/media-sound/soundtracker/files/digest-soundtracker-0.6.4-r1
diff --git a/media-sound/soundtracker/soundtracker-0.6.4.ebuild b/media-sound/soundtracker/soundtracker-0.6.4-r1.ebuild
index 4ba3067f6829..27f61fcbb737 100644
--- a/media-sound/soundtracker/soundtracker-0.6.4.ebuild
+++ b/media-sound/soundtracker/soundtracker-0.6.4-r1.ebuild
@@ -1,17 +1,18 @@
# 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.ebuild,v 1.1 2001/09/22 06:35:42 blocke Exp $
+# $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 $
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.2 >=media-libs/audiofile-0.2.1 \
+DEPEND=">=x11-libs/gtk+-1.2.10-r4
+ >=media-libs/audiofile-0.2.1 \
alsa? ( media-libs/alsa-lib ) \
esd? ( media-sound/esound ) \
- gnome? ( gnome-base/gnome-core ) \
+ gnome? ( >=gnome-base/gnome-core-1.4.0.4-r1 ) \
sys-libs/zlib"
RDEPEND="$DEPEND sys-apps/bzip2 sys-apps/gzip app-arch/unzip"
@@ -40,7 +41,7 @@ src_compile() {
myconf="$myconf --disable-nls"
fi
- try ./configure ${myconf} --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr/X11R6 --host=${CHOST} || die
+ try ./configure ${myconf} --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST} || die
emake || die
@@ -48,10 +49,10 @@ src_compile() {
src_install () {
- make prefix=${D}/usr/X11R6 install || die
+ make prefix=${D}/usr install || die
# strip suid from binary
- chmod -s ${D}/usr/X11R6/bin/soundtracker
+ chmod -s ${D}/usr/bin/soundtracker
# documentation
dodoc AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README TODO