2019-08-28 16:04:21 +03:00
|
|
|
# Copyright 1999-2019 Gentoo Authors
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=6
|
|
|
|
GST_ORG_MODULE=gst-plugins-bad
|
|
|
|
|
|
|
|
inherit gstreamer
|
|
|
|
|
|
|
|
DESCRIPTION="Ladspa elements for Gstreamer"
|
2019-12-08 22:25:09 +03:00
|
|
|
KEYWORDS="amd64 x86"
|
2019-08-28 16:04:21 +03:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND=">=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}]"
|
|
|
|
DEPEND="${RDEPEND}"
|