logo

overlay

My own overlay for experimentations, use with caution, no support is provided

gst-plugins-webrtc-1.18.0.ebuild (623B)


  1. # Copyright 1999-2020 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="WebRTC plugins for GStreamer"
  7. KEYWORDS="~amd64"
  8. IUSE=""
  9. RDEPEND="
  10. >=media-libs/gst-plugins-base-${PV}:1.0[${MULTILIB_USEDEP}]
  11. >=media-libs/gst-plugins-bad-${PV}:1.0[${MULTILIB_USEDEP}]
  12. >=media-libs/webrtc-audio-processing-0.2[${MULTILIB_USEDEP}]
  13. <media-libs/webrtc-audio-processing-0.4
  14. >=net-libs/libnice-0.1.14[${MULTILIB_USEDEP}]
  15. "
  16. DEPEND="${RDEPEND}"
  17. GST_PLUGINS_ENABLED="webrtc webrtcdsp"
  18. GST_PLUGINS_BUILD_DIR="webrtc webrtcdsp"