logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

gst-plugins-srtp-1.18.1.ebuild (396B)


  1. # Copyright 1999-2019 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. GST_ORG_MODULE=gst-plugins-bad
  5. inherit gstreamer-meson
  6. DESCRIPTION="SRTP encoder/decoder plugin for GStreamer"
  7. KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
  8. IUSE=""
  9. RDEPEND="
  10. >=net-libs/libsrtp-2.1.0:2=[${MULTILIB_USEDEP}]
  11. "
  12. DEPEND="${RDEPEND}
  13. dev-util/glib-utils"