summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2019-12-20 10:36:16 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2019-12-20 10:37:29 +0100
commit67948a4e11181474e78d5214e09e4eeae95212fb (patch)
tree5e212b5652e1978427c5057f7a20f3d72cb22a50 /media-plugins/mda-lv2/mda-lv2-1.2.4.ebuild
parentprofiles/package.mask: Mask dev-tcltk/tkXwin for removal (diff)
downloadgentoo-67948a4e11181474e78d5214e09e4eeae95212fb.tar.gz
gentoo-67948a4e11181474e78d5214e09e4eeae95212fb.tar.bz2
gentoo-67948a4e11181474e78d5214e09e4eeae95212fb.zip
media-plugins/mda-lv2: bump 1.2.4
dropped python 3_5, added 3_7 and 3_8 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-plugins/mda-lv2/mda-lv2-1.2.4.ebuild')
-rw-r--r--media-plugins/mda-lv2/mda-lv2-1.2.4.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-plugins/mda-lv2/mda-lv2-1.2.4.ebuild b/media-plugins/mda-lv2/mda-lv2-1.2.4.ebuild
new file mode 100644
index 000000000000..d01a13cb397b
--- /dev/null
+++ b/media-plugins/mda-lv2/mda-lv2-1.2.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE='threads(+)'
+
+inherit python-any-r1 waf-utils
+
+DESCRIPTION="LV2 port of the MDA plugins by Paul Kellett"
+HOMEPAGE="http://drobilla.net/software/mda-lv2/"
+SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="media-libs/lv2"
+DEPEND="
+ ${PYTHON_DEPS}
+ virtual/pkgconfig"