ef2426184507dc34b22de70d8b8d4412e72fea3a
[gentoo.git] / media-plugins / gst-plugins-srtp / gst-plugins-srtp-1.14.2.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5 GST_ORG_MODULE=gst-plugins-bad
6
7 inherit gstreamer
8
9 DESCRIPTION="SRTP encoder/decoder plugin for GStreamer"
10 KEYWORDS="~amd64 ~ppc64 ~x86"
11 IUSE=""
12
13 RDEPEND="
14         >=net-libs/libsrtp-2.1.0:2=[${MULTILIB_USEDEP}]
15 "
16 DEPEND="${RDEPEND}"