commit: e876bf9528b9ecb80b778e4691defa425b9843c9
Author: Igor V. Kovalenko <igor.v.kovalenko <AT> gmail <DOT> com>
AuthorDate: Sat Jul 3 17:55:52 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 10 17:28:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e876bf95
media-plugins/gst-plugins-webrtc: Build with installed deps, 1.18.4
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.18.4.ebuild | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.18.4.ebuild
b/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.18.4.ebuild
index 47088545a75..c896bbbdb16 100644
--- a/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.18.4.ebuild
+++ b/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.18.4.ebuild
@@ -21,3 +21,10 @@ DEPEND="${RDEPEND}"
GST_PLUGINS_ENABLED="webrtc webrtcdsp"
GST_PLUGINS_BUILD_DIR="webrtc webrtcdsp"
+
+src_prepare() {
+ default
+ gstreamer_system_package gstwebrtc_dep:gstreamer-webrtc
+ gstreamer_system_package gstsctp_dep:gstreamer-sctp
+ gstreamer_system_package gstbadaudio_dep:gstreamer-bad-audio
+}