summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2020-08-01 14:01:40 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2020-08-01 14:01:40 +0200
commitf61fabf35c8f842cfe182a715f99b571fdbb8216 (patch)
tree53426654048d33655e5e16ef546b2d97e41f3146 /media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild
parentmedia-plugins/ams-lv2: removed old 1.1.0 (diff)
downloadgentoo-f61fabf35c8f842cfe182a715f99b571fdbb8216.tar.gz
gentoo-f61fabf35c8f842cfe182a715f99b571fdbb8216.tar.bz2
gentoo-f61fabf35c8f842cfe182a715f99b571fdbb8216.zip
media-plugins/ams-lv2: bump to 1.2.2 + added python3.6+
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild')
-rw-r--r--media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild b/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild
new file mode 100644
index 000000000000..77da5260069a
--- /dev/null
+++ b/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild
@@ -0,0 +1,29 @@
+# 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://objectivewave.wordpress.com/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 )