gst-plugins-srtp-1.8.3-r1.ebuild 358 B

123456789101112131415161718
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. GST_ORG_MODULE=gst-plugins-bad
  5. MULTILIB_COMPAT=( abi_x86_64 )
  6. inherit gstreamer
  7. DESCRIPTION="SRTP encoder/decoder plugin for GStreamer"
  8. KEYWORDS="~amd64 ~x86"
  9. IUSE=""
  10. RDEPEND="
  11. net-libs/libsrtp:0=[${MULTILIB_USEDEP}]
  12. "
  13. DEPEND="${RDEPEND}"