forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-plugins/gst-plugins-webrtc: Version bump, 1.18.4
Signed-off-by: Haelwenn (lanodan) Monnier <[email protected]> Signed-off-by: Sam James <[email protected]>
- Loading branch information
1 parent
3de13e0
commit e7e9e93
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
23 changes: 23 additions & 0 deletions
23
media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.18.4.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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}] | ||
<media-libs/webrtc-audio-processing-0.4 | ||
>=net-libs/libnice-0.1.14[${MULTILIB_USEDEP}] | ||
" | ||
DEPEND="${RDEPEND}" | ||
|
||
GST_PLUGINS_ENABLED="webrtc webrtcdsp" | ||
GST_PLUGINS_BUILD_DIR="webrtc webrtcdsp" |