summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-21 13:50:35 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-21 13:50:35 +0000
commitce51af1c7895b44c18a2535f0fc282260bc84d0f (patch)
tree05ef387526a4f9b732aa4a8d631e77989a1a2f1d /media-sound/synaesthesia
parentReal networks RealSDK license added (diff)
downloadhistorical-ce51af1c7895b44c18a2535f0fc282260bc84d0f.tar.gz
historical-ce51af1c7895b44c18a2535f0fc282260bc84d0f.tar.bz2
historical-ce51af1c7895b44c18a2535f0fc282260bc84d0f.zip
repoman'd
Diffstat (limited to 'media-sound/synaesthesia')
-rw-r--r--media-sound/synaesthesia/synaesthesia-2.1.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/media-sound/synaesthesia/synaesthesia-2.1.ebuild b/media-sound/synaesthesia/synaesthesia-2.1.ebuild
index 83ac2679c6f9..cfbc0548b18e 100644
--- a/media-sound/synaesthesia/synaesthesia-2.1.ebuild
+++ b/media-sound/synaesthesia/synaesthesia-2.1.ebuild
@@ -3,22 +3,22 @@
# /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"
-
+HOMEPAGE="http://yoyo.cc.monash.edu.au/~pfh/synaesthesia.html"
SRC_URI="http://yoyo.cc.monash.edu.au/~pfh/${P}.tar.gz"
-HOMEPAGE="http://yoyo.cc.monash.edu.au/~pfh/synaesthesia.html"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
-DEPEND="virtual/glibc
- virtual/x11
+DEPEND="virtual/x11
esd? ( >=media-sound/esound-0.2.22 )
- alsa? ( >=media-libs/alsa-lib-0.5.10 )
sdl? ( >=media-libs/libsdl-1.2.0 )
+ alsa? ( >=media-libs/alsa-lib-0.5.10 )
svga? ( >=media-libs/svgalib-1.4.3 )"
src_compile() {
- ./configure --prefix=/usr || die
+ econf || die
emake || die
}
@@ -27,4 +27,3 @@ src_install() {
dobin synaesthesia
dodoc README COPYING
}
-