Skip to content

Commit

Permalink
media-plugins/gst-plugins-webrtc: new package for gstreamer WebRTC el…
Browse files Browse the repository at this point in the history
…ements

Ships the webrtcdsp plugins (echo cancellation) and webrtcbin.

Closes: https://bugs.gentoo.org/673282
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <[email protected]>
  • Loading branch information
leio committed Jun 11, 2020
1 parent 536cc39 commit 5b50775
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-plugins/gst-plugins-webrtc/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST gst-plugins-bad-1.16.2.tar.xz 4887812 BLAKE2B edf10aeb365d9a7cf4b5172af29b46cff4c7a49a3e4dde881469f5738b5a525eb51a6f70bb1dd6f680e4e48977d65769ac8e8f41d914b7ce7719b9fa260a7bd4 SHA512 aeaf3388156fe7317e193a3f940d391a6d8a1187f93e6925cee4cb02c4e78d9b456c22c27c318f0f9b2212ca68887c5cdcc256adaf068bfab8ec5c091a1e8805
30 changes: 30 additions & 0 deletions media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.16.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
GST_ORG_MODULE=gst-plugins-bad

inherit gstreamer

DESCRIPTION="WebRTC plugins for GStreamer"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="
>=media-libs/gst-plugins-base-${PV}:1.0[${MULTILIB_USEDEP}]
>=media-libs/gst-plugins-bad-${PV}:1.0[${MULTILIB_USEDEP}]
>=media-libs/webrtc-audio-processing-0.2[${MULTILIB_USEDEP}]
<media-libs/webrtc-audio-processing-0.4
>=net-libs/libnice-0.1.14[${MULTILIB_USEDEP}]
"
DEPEND="${RDEPEND}"

GST_PLUGINS_BUILD="webrtc webrtcdsp"
GST_PLUGINS_BUILD_DIR="webrtc webrtcdsp"

src_prepare() {
default
gstreamer_system_link gst-libs/gst/webrtc:gstreamer-webrtc
gstreamer_system_link gst-libs/gst/sctp:gstreamer-sctp
gstreamer_system_link gst-libs/gst/audio:gstreamer-bad-audio
}
8 changes: 8 additions & 0 deletions media-plugins/gst-plugins-webrtc/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>GStreamer package maintainers</name>
</maintainer>
</pkgmetadata>

0 comments on commit 5b50775

Please sign in to comment.