Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/mda-lv2/
Date: Fri, 08 Jan 2021 12:27:15
Message-Id: 1610108816.2ff41978186402dd8355976b82c931b821806393.fordfrog@gentoo
1 commit: 2ff41978186402dd8355976b82c931b821806393
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 8 12:26:56 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 8 12:26:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff41978
7
8 media-plugins/mda-lv2: bump to 1.2.6
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-plugins/mda-lv2/Manifest | 1 +
14 media-plugins/mda-lv2/mda-lv2-1.2.6.ebuild | 25 +++++++++++++++++++++++++
15 2 files changed, 26 insertions(+)
16
17 diff --git a/media-plugins/mda-lv2/Manifest b/media-plugins/mda-lv2/Manifest
18 index 5e69b5c9cff..f34c1a0fa9c 100644
19 --- a/media-plugins/mda-lv2/Manifest
20 +++ b/media-plugins/mda-lv2/Manifest
21 @@ -1 +1,2 @@
22 DIST mda-lv2-1.2.4.tar.bz2 2362219 BLAKE2B 2b943ab585ee55f909161ed562e4cd9a8b57cf1c61e5199ebc6917b5ca6108fd9e8cb4c48517f01c823b9ab7ce96461f6f5ff1c103897aaa8bfd182a5debd2bf SHA512 d2ae0a7531de36ed30d0fa6e377d42d44d8dc67e4893e075b1d850e92c3a2d92f6f80e292e642c71ad1493532a0e06734011028cfec91348cfda02eec62dfe04
23 +DIST mda-lv2-1.2.6.tar.bz2 2371464 BLAKE2B d9c6de99a3bac080df2a58db56673712a7c050fea76906bd8e1704f28b3588d990cc8c3ce2fe94b598b1b9a4acd751696775d6c19baee2bd7982853f2e2ae18b SHA512 0b49c8d4868010726bdf4b969b4822ffe17d705d81c956afabcfa27135c1bf54bb4fd00168d2606ddcd3f9b1930247655e700ae8d6039b43ff1a779cb8a617cc
24
25 diff --git a/media-plugins/mda-lv2/mda-lv2-1.2.6.ebuild b/media-plugins/mda-lv2/mda-lv2-1.2.6.ebuild
26 new file mode 100644
27 index 00000000000..76802c626a9
28 --- /dev/null
29 +++ b/media-plugins/mda-lv2/mda-lv2-1.2.6.ebuild
30 @@ -0,0 +1,25 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{6,7,8,9} )
37 +PYTHON_REQ_USE='threads(+)'
38 +
39 +inherit python-any-r1 waf-utils
40 +
41 +DESCRIPTION="LV2 port of the MDA plugins by Paul Kellett"
42 +HOMEPAGE="http://drobilla.net/software/mda-lv2/"
43 +SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
44 +
45 +LICENSE="GPL-3"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +
49 +BDEPEND="
50 + virtual/pkgconfig
51 +"
52 +RDEPEND="media-libs/lv2"
53 +DEPEND="
54 + ${PYTHON_DEPS}
55 +"