mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST mda-lv2-1.2.2.tar.bz2 2160906 BLAKE2B 2b0660395b3508247558305a1ec80c27c8e23ae4db3fb6eb30a06df54bca822256f712961dbaf9e318966be8f4c90824ea4246499fa2343a59376ef80f862eb5 SHA512 da9960462a896f8412cc1918e3a7c0bf9d33d5431a1264035705ca21295d52de1e6b5360369b9da519376a78f72b0c750d133d89b04240f3e35a210e4551854a
|
||||
DIST mda-lv2-1.2.4.tar.bz2 2362219 BLAKE2B 2b943ab585ee55f909161ed562e4cd9a8b57cf1c61e5199ebc6917b5ca6108fd9e8cb4c48517f01c823b9ab7ce96461f6f5ff1c103897aaa8bfd182a5debd2bf SHA512 d2ae0a7531de36ed30d0fa6e377d42d44d8dc67e4893e075b1d850e92c3a2d92f6f80e292e642c71ad1493532a0e06734011028cfec91348cfda02eec62dfe04
|
||||
|
||||
22
media-plugins/mda-lv2/mda-lv2-1.2.4.ebuild
Normal file
22
media-plugins/mda-lv2/mda-lv2-1.2.4.ebuild
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user