aboutsummaryrefslogtreecommitdiffstats
path: root/media-sound/drumgizmo/drumgizmo-0.9.20.ebuild
blob: 27bd56704e95e68e1700d28bc231433313847269 (plain) (blame)
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-2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=7

DESCRIPTION="multichannel drum plugin"
HOMEPAGE="http://www.drumgizmo.org"
SRC_URI="http://www.drumgizmo.org/releases/drumgizmo-${PV}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="cli vst lv2"

DEPEND="
lv2? ( >=media-libs/lv2-1.0 )
>=media-libs/libsndfile-1.0.21
media-libs/zita-resampler
dev-libs/expat
>=dev-ruby/pkg-config-0.23
>=media-libs/libpng-1.2
media-libs/libsmf
dev-libs/libpthread-stubs
dev-util/cppunit
"

RDEPEND="${DEPEND}"

PATCHES=(
	#"${FILESDIR}/${P}_compile.patch"
)

src_configure(){
	econf $(use_enable vst vst) \
		$(use_enable lv2 lv2) \
		$(use_enable cli cli)
}