From 67948a4e11181474e78d5214e09e4eeae95212fb Mon Sep 17 00:00:00 2001 From: Miroslav Šulc Date: Fri, 20 Dec 2019 10:36:16 +0100 Subject: media-plugins/mda-lv2: bump 1.2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- media-plugins/mda-lv2/mda-lv2-1.2.4.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 media-plugins/mda-lv2/mda-lv2-1.2.4.ebuild (limited to 'media-plugins/mda-lv2/mda-lv2-1.2.4.ebuild') 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" -- cgit v1.2.3-65-gdbad