blob: 87d7c4db82eead8b774b3a2216ba4562dbd1013d (
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
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/creox-0.2.2_rc2.ebuild,v 1.8 2004/09/14 07:27:17 eradicator Exp $
inherit kde eutils
MY_P=${P/_/}
S="${WORKDIR}/${MY_P}"
DESCRIPTION="CREOX Real Time Effects Processor"
HOMEPAGE="http://www.uid0.sk/zyzstar/?creox"
SRC_URI="http://www.uid0.sk/zyzstar/projects/creox/downloads/${MY_P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc amd64"
IUSE=""
DEPEND="media-sound/jack-audio-connection-kit"
need-kde 3
src_unpack() {
kde_src_unpack
cd ${S}
epatch ${FILESDIR}/${P}-ebusy.patch
}
|