blob: c0f14eb79b12e261db740dd6a082666890815584 (
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
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/sooperlooper/sooperlooper-1.0.3.ebuild,v 1.2 2005/07/25 19:11:55 dholm Exp $
DESCRIPTION="SooperLooper is a live looping sampler capable of immediate loop recording, overdubbing, multiplying, reversing and more."
HOMEPAGE="http://essej.net/sooperlooper/index.html"
SRC_URI="http://essej.net/sooperlooper/${P}.tar.gz"
RESTRICT=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=">=media-sound/jack-audio-connection-kit-0.80.0
>=x11-libs/wxGTK-2.4
>=media-libs/liblo-0.17
=dev-libs/libsigc++-1.2*
media-libs/libsndfile
media-libs/libsamplerate
sys-libs/ncurses
dev-libs/libxml2"
src_install() {
make DESTDIR=${D} install || die
}
|