summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-plugins/mda-lv2/ChangeLog10
-rw-r--r--media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild22
-rw-r--r--media-plugins/mda-lv2/metadata.xml14
3 files changed, 46 insertions, 0 deletions
diff --git a/media-plugins/mda-lv2/ChangeLog b/media-plugins/mda-lv2/ChangeLog
new file mode 100644
index 000000000000..334c2062d5ec
--- /dev/null
+++ b/media-plugins/mda-lv2/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-plugins/mda-lv2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mda-lv2/ChangeLog,v 1.1 2012/04/23 13:27:59 aballier Exp $
+
+*mda-lv2-1.0.0 (23 Apr 2012)
+
+ 23 Apr 2012; Alexis Ballier <aballier@gentoo.org> +mda-lv2-1.0.0.ebuild,
+ +metadata.xml:
+ initial import. ebuild by me.
+
diff --git a/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild b/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild
new file mode 100644
index 000000000000..19b3a9f93924
--- /dev/null
+++ b/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild,v 1.1 2012/04/23 13:27:59 aballier Exp $
+
+EAPI=4
+
+inherit 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"
+IUSE=""
+
+RDEPEND="media-libs/lv2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+DOCS=( "README" )
diff --git a/media-plugins/mda-lv2/metadata.xml b/media-plugins/mda-lv2/metadata.xml
new file mode 100644
index 000000000000..f973c5aa84c4
--- /dev/null
+++ b/media-plugins/mda-lv2/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>proaudio</herd>
+<longdescription lang="en">
+ MDA-LV2 is an LV2 port of the MDA plugins by Paul Kellett. It contains 36 high-quality plugins for a variety of tasks.
+
+ This is a more or less faithful port of both the effects and instrument plugins. The only functional difference in code is to support LV2-style toggle ports (> 0.0 is on, rather than 0.5). All the plugins have been tested, and thanks to several bug fixes this collection should be more reliable than the original.
+
+ No custom UIs are included, however control ports are grouped and given designations where appropriate, so hosts should be able to generate a good generic UI. The original "programs" are available as standard LV2 presets. The documentation from the old web site has been included in the data files and is readable by hosts, so detailed port and plugin documentation can be made available in the UI. This is intended to establish a precedent; hosts are encouraged to make this information somehow visible (currently at least Ardour 3 and Jalv support this by showing tooltips for controls, and Ardour has a drop down pane for the plugin description).
+
+ The instrument plugins make use of the new atom:AtomPort to receive MIDI. Apologies for any inconvenience, but this means they will only work in modern hosts which have implemented atom-based MIDI. The effects should work fine in any LV2 host.
+</longdescription>
+</pkgmetadata>