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
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')
-rw-r--r--media-plugins/ams-lv2/Manifest1
-rw-r--r--media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/media-plugins/ams-lv2/Manifest b/media-plugins/ams-lv2/Manifest
index 6c08137652c7..fc911a9a94bb 100644
--- a/media-plugins/ams-lv2/Manifest
+++ b/media-plugins/ams-lv2/Manifest
@@ -1 +1,2 @@
DIST ams-lv2-1.2.1.tar.gz 233118 BLAKE2B 4ec5eca89c332405d9fe2b4c9bc25246f024cb9d629c1257d5dc6ad816fd45f4b7d7fea70f84a0715d7283022f348bcc1172d6ed9824f27d7e319dea308f4058 SHA512 216435bfc8620f7138791243dee60c27f7e3a38b972dcaba4150a47e1d8d53cec807246ace658b5136b45c43fd7e533df49f8b9bce8d40dc9d148121b9388886
+DIST ams-lv2-1.2.2.tar.gz 488234 BLAKE2B 1dfeaa2708bda64aadb00d8ec5f57fd3a7dd35a1fdce5fb2289f52f00fd73d25a11f39c91823c9322a5cd625ff369c4b05fd9de300b1635e172aefabb02825ea SHA512 6c1c6f3179a851f67e162d225a761c38678159d9f178d9bfa3991b84b84ea557f5a44882ea710626204f158c40ae18f0e87f24faec0a0bd6aa64e18eeb81c45f
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 )