From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E2A413835A for ; Sun, 30 May 2021 00:40:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6B5EE07F9; Sun, 30 May 2021 00:40:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDEFBE07F9 for ; Sun, 30 May 2021 00:40:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 858A7335D83 for ; Sun, 30 May 2021 00:40:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B77F37A6 for ; Sun, 30 May 2021 00:40:17 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622334944.e7e9e934d19cf7932961d2cf470f6a9650810a01.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-webrtc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-webrtc/Manifest media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.18.4.ebuild X-VCS-Directories: media-plugins/gst-plugins-webrtc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e7e9e934d19cf7932961d2cf470f6a9650810a01 X-VCS-Branch: master Date: Sun, 30 May 2021 00:40:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f223183f-598f-4e91-87eb-30fe43096f14 X-Archives-Hash: d8d05b55655cad74b2ea39ef793d1d24 commit: e7e9e934d19cf7932961d2cf470f6a9650810a01 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sun May 2 17:44:46 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 30 00:35:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e9e934 media-plugins/gst-plugins-webrtc: Version bump, 1.18.4 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Signed-off-by: Sam James gentoo.org> media-plugins/gst-plugins-webrtc/Manifest | 1 + .../gst-plugins-webrtc-1.18.4.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/media-plugins/gst-plugins-webrtc/Manifest b/media-plugins/gst-plugins-webrtc/Manifest index b8facca998f..410a851ca65 100644 --- a/media-plugins/gst-plugins-webrtc/Manifest +++ b/media-plugins/gst-plugins-webrtc/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.16.3.tar.xz 4900188 BLAKE2B 7d8280a434adb1cb65b065dcdabdb37aad000802c011bb27779c109978d8b75aa4e2fa47043dde95464bb0c34a0d7466dc1f6216f29f0f4911f7a6fe1fb04b25 SHA512 378d8813ba2fd61ea2cab512d5c1fa81e0a4ac4f4ca756547d9b8742e56024c1bc5d6cd332798de66ecfe2b69485c860e181a6c2090398b0e2ad8c4b3fe95d04 +DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a SHA512 02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125 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 new file mode 100644 index 00000000000..47088545a75 --- /dev/null +++ b/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.18.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +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}] + =net-libs/libnice-0.1.14[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" + +GST_PLUGINS_ENABLED="webrtc webrtcdsp" +GST_PLUGINS_BUILD_DIR="webrtc webrtcdsp"