diff options
author | Bruce A. Locke <blocke@gentoo.org> | 2002-07-01 04:05:51 +0000 |
---|---|---|
committer | Bruce A. Locke <blocke@gentoo.org> | 2002-07-01 04:05:51 +0000 |
commit | 43e8ad4fc4db2915be3eb8b252a9373f4fc9d3d5 (patch) | |
tree | 2177886883a7995b5fe97882fdcdb1d53d575ee6 /media-sound | |
parent | takes an argument that specifies the profile (diff) | |
download | gentoo-2-43e8ad4fc4db2915be3eb8b252a9373f4fc9d3d5.tar.gz gentoo-2-43e8ad4fc4db2915be3eb8b252a9373f4fc9d3d5.tar.bz2 gentoo-2-43e8ad4fc4db2915be3eb8b252a9373f4fc9d3d5.zip |
soundtracker version bump and gnome-core dep removal
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/soundtracker/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/soundtracker/files/digest-soundtracker-0.6.4-r1 | 1 | ||||
-rw-r--r-- | media-sound/soundtracker/files/digest-soundtracker-0.6.6 | 1 | ||||
-rw-r--r-- | media-sound/soundtracker/soundtracker-0.6.6.ebuild (renamed from media-sound/soundtracker/soundtracker-0.6.4-r1.ebuild) | 37 |
4 files changed, 31 insertions, 16 deletions
diff --git a/media-sound/soundtracker/ChangeLog b/media-sound/soundtracker/ChangeLog index 5251e77f7f35..23fc7b58bd53 100644 --- a/media-sound/soundtracker/ChangeLog +++ b/media-sound/soundtracker/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/soundtracker # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/ChangeLog,v 1.2 2002/03/27 10:39:47 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/ChangeLog,v 1.3 2002/07/01 04:05:51 blocke Exp $ + +*soundtracker-0.6.6 (01 Jul 2002) + + 01 Jul 2002; Bruce A. Locke <blocke@shivan.org> soundtracker-0.6.6.ebuild: + + Version bump and gnome-core dep removal *soundtracker-0.6.4-r2 (27 Mar 2002) diff --git a/media-sound/soundtracker/files/digest-soundtracker-0.6.4-r1 b/media-sound/soundtracker/files/digest-soundtracker-0.6.4-r1 deleted file mode 100644 index ce28c9ee62f4..000000000000 --- a/media-sound/soundtracker/files/digest-soundtracker-0.6.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 9208aca40dae30d17a15b0c5deb22a67 soundtracker-0.6.4.tar.gz 510219 diff --git a/media-sound/soundtracker/files/digest-soundtracker-0.6.6 b/media-sound/soundtracker/files/digest-soundtracker-0.6.6 new file mode 100644 index 000000000000..3a38546690fa --- /dev/null +++ b/media-sound/soundtracker/files/digest-soundtracker-0.6.6 @@ -0,0 +1 @@ +MD5 6014b06c999a82a227e4d1ba43ae026c soundtracker-0.6.6.tar.gz 673631 diff --git a/media-sound/soundtracker/soundtracker-0.6.4-r1.ebuild b/media-sound/soundtracker/soundtracker-0.6.6.ebuild index caad8e9d78b1..38fdb98dec04 100644 --- a/media-sound/soundtracker/soundtracker-0.6.4-r1.ebuild +++ b/media-sound/soundtracker/soundtracker-0.6.6.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# 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-r1.ebuild,v 1.2 2002/05/23 06:50:14 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.6.ebuild,v 1.1 2002/07/01 04:05:51 blocke 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" +SRC_URI="http://www.soundtracker.org/dl/v0.6/${P}.tar.gz" HOMEPAGE="http://www.soundtracker.org" DEPEND="=x11-libs/gtk+-1.2* - >=media-libs/audiofile-0.2.1 \ - alsa? ( media-libs/alsa-lib ) \ - esd? ( media-sound/esound ) \ - gnome? ( >=gnome-base/gnome-core-1.4.0.4-r1 ) \ + >=media-libs/audiofile-0.2.1 + alsa? ( media-libs/alsa-lib ) + esd? ( media-sound/esound ) + gnome? ( >=gnome-base/gnome-libs-1.4.1.7 ) sys-libs/zlib" RDEPEND="$DEPEND sys-apps/bzip2 sys-apps/gzip app-arch/unzip" @@ -26,22 +26,28 @@ src_compile() { fi if [ -z "`use alsa`" ] ; then - myconf="$myconf --disable-alsa" + myconf="${myconf} --disable-alsa" fi if [ -z "`use esd`" ] ; then - myconf="$myconf --disable-esd" + myconf="${myconf} --disable-esd" fi if [ -z "`use gnome`" ] ; then - myconf="$myconf --disable-gnome" + myconf="${myconf} --disable-gnome" fi if [ -z "`use nls`" ] ; then - myconf="$myconf --disable-nls" + myconf="${myconf} --disable-nls" fi - try ./configure ${myconf} --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST} || die + ./configure \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --prefix=/usr \ + --host=${CHOST} \ + ${myconf} || die + emake || die @@ -49,14 +55,17 @@ src_compile() { src_install () { - make prefix=${D}/usr install || die + make \ + prefix=${D}/usr \ + install || die # strip suid from binary chmod -s ${D}/usr/bin/soundtracker # documentation dodoc AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README TODO - dodoc doc/*.txt doc/hacking.html + dodoc doc/*.txt + dohtml -r doc } |