diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-09-25 03:52:02 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-09-25 03:52:02 +0000 |
commit | fe5eaed1ad0741a1c5963be7df20011a2994b715 (patch) | |
tree | b164c546709de632d91e0098a83ee9915406ba8d /media-sound/synaesthesia | |
parent | moved to media-gfx (diff) | |
download | gentoo-2-fe5eaed1ad0741a1c5963be7df20011a2994b715.tar.gz gentoo-2-fe5eaed1ad0741a1c5963be7df20011a2994b715.tar.bz2 gentoo-2-fe5eaed1ad0741a1c5963be7df20011a2994b715.zip |
added, ebuild from: Ulf Grossekathoefer
Diffstat (limited to 'media-sound/synaesthesia')
-rw-r--r-- | media-sound/synaesthesia/files/digest-synaesthesia-2.1 | 1 | ||||
-rw-r--r-- | media-sound/synaesthesia/synaesthesia-2.1.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/media-sound/synaesthesia/files/digest-synaesthesia-2.1 b/media-sound/synaesthesia/files/digest-synaesthesia-2.1 new file mode 100644 index 000000000000..4896da4da639 --- /dev/null +++ b/media-sound/synaesthesia/files/digest-synaesthesia-2.1 @@ -0,0 +1 @@ +MD5 5bc166deb369a3c71efd61e1ad5e5475 synaesthesia-2.1.tar.gz diff --git a/media-sound/synaesthesia/synaesthesia-2.1.ebuild b/media-sound/synaesthesia/synaesthesia-2.1.ebuild new file mode 100644 index 000000000000..d17413dced03 --- /dev/null +++ b/media-sound/synaesthesia/synaesthesia-2.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Desktop Team <desktop@gentoo.org> +# Author: Ulf Grossekathoefer <ugrossek@web.de> +# /home/cvsroot/gentoo-x86/skel.build,v 1.7 2001/08/25 21:15:08 chadh Exp + +S=${WORKDIR}/${P} + +DESCRIPTION="a program that represents music graphically in real time as coruscating field of fog and glowing lines" + +SRC_URI="http://yoyo.cc.monash.edu.au/~pfh/${P}.tar.gz" + +HOMEPAGE="http://yoyo.cc.monash.edu.au/~pfh/synaesthesia.html" + +DEPEND="virtual/glibc + virtual/x11 + esd? ( >=media-sound/esound-0.2.22 ) + alsa? ( >=media-libs/alsa-lib-0.5.10 ) + sdl? ( >=media-libs/libsdl-1.2.0 ) + svga? ( >=media-libs/svgalib-1.4.3 )" + +src_compile() { + ./configure --prefix=/usr || die + emake || die +} + + +src_install() { + dobin synaesthesia + dodoc README COPYING +} + |