summaryrefslogtreecommitdiff
path: root/media-plugins/mda-lv2/mda-lv2-1.2.10.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-02 13:12:50 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-02 13:12:50 +0100
commitb0378783c1929d283116fe183089c123dba5869c (patch)
treeefe69bfa7e38c36238f6e5a9341f6194b949e6f5 /media-plugins/mda-lv2/mda-lv2-1.2.10.ebuild
parente374e165c2ee372e9c6d10860ea6ef47f180f6b2 (diff)
gentoo auto-resync : 02:10:2022 - 13:12:50
Diffstat (limited to 'media-plugins/mda-lv2/mda-lv2-1.2.10.ebuild')
-rw-r--r--media-plugins/mda-lv2/mda-lv2-1.2.10.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/media-plugins/mda-lv2/mda-lv2-1.2.10.ebuild b/media-plugins/mda-lv2/mda-lv2-1.2.10.ebuild
new file mode 100644
index 000000000000..7aa26b976822
--- /dev/null
+++ b/media-plugins/mda-lv2/mda-lv2-1.2.10.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="LV2 port of the MDA plugins by Paul Kellett"
+HOMEPAGE="https://drobilla.net/software/mda-lv2.html"
+SRC_URI="https://download.drobilla.net/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+BDEPEND="
+ virtual/pkgconfig
+"
+RDEPEND="media-libs/lv2"