summaryrefslogtreecommitdiff
blob: 4a1c15eb5c7fcdbc2f58657a896eee30e20b57c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/freewheeling/freewheeling-0.5_pre4.ebuild,v 1.4 2005/10/08 04:53:13 matsuu Exp $

IUSE="fluidsynth"
MY_P="fweelin-0.5pre4"

DESCRIPTION="A live looping instrument using SDL and jack."
HOMEPAGE="http://freewheeling.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.bz2"
RESTRICT=""

LICENSE="GPL-2"
SLOT="0"

# don't keyword it stable on amd64 before talking to fvdpol@gentoo.org
KEYWORDS="~amd64 ~ppc ~x86"

DEPEND="virtual/libc
	media-sound/jack-audio-connection-kit
	>=media-libs/libsdl-1.2.4
	dev-libs/libxml2
	media-libs/libvorbis
	fluidsynth?         ( media-sound/fluidsynth )
	media-libs/sdl-gfx
	>=media-libs/sdl-ttf-2.0.0"

src_compile() {
	cd ${WORKDIR}/${MY_P} && \
	econf || die
	emake || die
}

src_install() {
	cd ${WORKDIR}/${MY_P} && \
	einstall || die
	dodoc README TODO EVOLUTION THANKS TUNING NEWS AUTHORS
}