Skip to content

Commit

Permalink
media-plugins/gst-plugins-webrtc: fix plugin installation via manual …
Browse files Browse the repository at this point in the history
…install

Thanks to leio for the suggestion.

Closes: https://bugs.gentoo.org/907470
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jul 27, 2023
1 parent bff3d61 commit 7dbf45f
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,12 @@ src_prepare() {
gstreamer_system_package gstsctp_dep:gstreamer-sctp
gstreamer_system_package gstbadaudio_dep:gstreamer-bad-audio
}

multilib_src_install() {
# TODO: Fix this properly, see bug #907470 and bug #909079.
insinto /usr/$(get_libdir)
doins "${BUILD_DIR}"/ext/webrtc/libgstwebrtc.so
insinto /usr/include/gstreamer-1.0/gst/webrtc/nice
doins "${S}"/gst-libs/gst/webrtc/nice/*.h
gstreamer_multilib_src_install
}

0 comments on commit 7dbf45f

Please sign in to comment.