You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild

30 lines
762 B

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{6,7,8,9} )
PYTHON_REQ_USE="threads(+)"
inherit waf-utils python-any-r1
DESCRIPTION="A port of the AMS internal modules to LV2 plugins to create modular synthesizers"
HOMEPAGE="https://github.com/blablack/ams-lv2"
SRC_URI="https://github.com/blablack/ams-lv2/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=dev-cpp/gtkmm-2.24.0:2.4
>=media-libs/lv2-1.10.0
>=media-libs/lvtk-1.2.0[gtk2]
>=sci-libs/fftw-3.3.3:3.0
>=x11-libs/cairo-1.10.0
>=x11-libs/gtk+-2.24:2
virtual/jack"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
virtual/pkgconfig"
DOCS=( LICENSE README.md THANKS )