summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-09-25 03:52:02 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-09-25 03:52:02 +0000
commit490dd017256e01f93a6b4dddb18ec2c30a8858ef (patch)
treebb225168a8bde8551eae2ac8f39cdac8d1e7e2e0 /media-sound/synaesthesia
parentmoved to media-gfx (diff)
downloadhistorical-490dd017256e01f93a6b4dddb18ec2c30a8858ef.tar.gz
historical-490dd017256e01f93a6b4dddb18ec2c30a8858ef.tar.bz2
historical-490dd017256e01f93a6b4dddb18ec2c30a8858ef.zip
added, ebuild from: Ulf Grossekathoefer
Diffstat (limited to 'media-sound/synaesthesia')
-rw-r--r--media-sound/synaesthesia/files/digest-synaesthesia-2.11
-rw-r--r--media-sound/synaesthesia/synaesthesia-2.1.ebuild32
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
+}
+