Explorar el Código

Added gstreamer WebRTC plugin

Sergey Ilinykh hace 7 años
padre
commit
dc216f13e5

+ 1 - 0
media-plugins/gst-plugins-webrtcdsp/Manifest

@@ -0,0 +1 @@
+DIST gst-plugins-bad-1.12.4.tar.xz 4709272 SHA256 0c7857be16686d5c1ba6e34bd338664d3d4599d32714a8eca5c8a41a101e2d08 SHA512 a8e281aee1f1d0bb3f171fbe4242e997c661cbfd0be78da3913c0f55d68d6b7c3d34cabfcdd8c25728217ff885b86a7bedc0be34a7b14e2eb2a6c6236753231b WHIRLPOOL 3479499a0e98261cb62cc57cfe5b7a0d3e4c966b2b18dd39cb7a1b8bc52edbcc14c1694c5cfd50910a00c6b67cb2825b6edfb3259567f52c406740fef0359990

+ 16 - 0
media-plugins/gst-plugins-webrtcdsp/gst-plugins-webrtcdsp-1.12.4.ebuild

@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="Audio Filter using WebRTC Audio Processing library plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	media-libs/webrtc-audio-processing[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"

+ 8 - 0
media-plugins/gst-plugins-webrtcdsp/metadata.xml

@@ -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>gstreamer@gentoo.org</email>
+	<name>GStreamer package maintainers</name>
+</maintainer>
+</pkgmetadata>