Versions
v1.24.11 :: 1.0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- amd64 ~arm64
v1.24.10-r1 :: 1.0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~amd64 ~arm64
v1.22.12 :: 1.0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- amd64 ~arm64
v1.22.11 :: 1.0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- amd64 ~arm64
USE flags
abi_mips
- n32
- 64-bit (32-bit pointer) libraries
- n64
- 64-bit libraries
- o32
- 32-bit libraries
abi_s390
- 32
- 32-bit (s390) libraries
- 64
- 64-bit (s390x) libraries
abi_x86
- 32
- 32-bit (x86) libraries
- 64
- 64-bit (amd64) libraries
- x32
- x32 ABI libraries
Dependencies
dev-libs / glib : The GLib library of C routines
media-libs / gst-plugins-bad : Less plugins for GStreamer
media-libs / gstreamer : Open source multimedia framework
media-libs / webrtc-audio-processing : AudioProcessing library from the webrtc.org codebase
media-plugins / gst-plugins-sctp : SCTP plugins for GStreamer
net-libs / libnice : An implementation of the Interactice Connectivity Establishment standard (ICE)
Runtime Dependencies
dev-libs / glib : The GLib library of C routines
media-libs / gst-plugins-bad : Less plugins for GStreamer
media-libs / gstreamer : Open source multimedia framework
media-libs / webrtc-audio-processing : AudioProcessing library from the webrtc.org codebase
media-plugins / gst-plugins-sctp : SCTP plugins for GStreamer
net-libs / libnice : An implementation of the Interactice Connectivity Establishment standard (ICE)
Depending packages
media-sound / pulseeffects : Limiter, compressor, reverberation, equalizer auto volume effects for Pulseaudio
Bugs
- 947650
- media-plugins/gst-plugins-webrtc, media-plugins/gst-plugins-dtls(?): merge into webrtcdsp?
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-plugins/gst-plugins-webrtc: Stabilize 1.24.11 amd64, #948199
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-plugins/gst-plugins-webrtc: add 1.24.11
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-plugins/gst-plugins-webrtc: drop 1.24.10
Bug: https://bugs.gentoo.org/947523 Signed-off-by: Sam James <sam@gentoo.org> - Matthew White · gentoo
media-plugins/gst-plugins-webrtc: fix compilation
Upstream decided to auto-enable srtp, sctp and dtls options, when the webrtc option is enabled: fd4828bafe613eec33e8f3faef5ab5181a73c8b6. This adds a patch to partially revert the upstream commit in order to allow the stand-alone compilation of webrtc. Fixes the following: 'ERROR: Feature ... cannot be disabled: webrtc option is enabled' Closes: https://bugs.gentoo.org/947523 Package-Manager: portage-3.0.66.1-r1 Signed-off-by: Matthew White <mehw.is.me@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/39996 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-plugins/gst-plugins-webrtc: Stabilize 1.22.12 amd64, #947485
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
media-plugins/gst-plugins-webrtc: add 1.24.10
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-plugins/gst-plugins-webrtc: add 1.22.12
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
media-plugins/gst-plugins-webrtc: drop 1.20.5, 1.20.6
Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
media-plugins/gst-plugins-webrtc: Stabilize 1.22.11 amd64, #928779
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
media-plugins/gst-plugins-webrtc: add 1.22.11, EAPI-8, touchups
Drop gst-plugins-{base,bad} deps, we rely on the eclass and indirect RDEPEND for these in all other packages too. Do a single gstreamer_system_package() call as a micro-optimization, as it supports multiple arguments for less internal calls to gstreamer_get_plugin_dir(). Closes: https://bugs.gentoo.org/813159 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Haelwenn (lanodan) Monnier · gentoo
media-libs/gstreamer: add 1.22.10, drop 1.22.3 (security)
- eclass / gst-plugins-good: Add "soup" option in the special cases - gst-plugins-good: Backport fix against tests being enabled on libsoup presence automagic-style <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6058> Closes: https://bugs.gentoo.org/836163 Closes: https://bugs.gentoo.org/908978 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
media-plugins/gst-plugins-webrtc: keyword 1.22.3-r2 for ~arm64
Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
media-plugins/gst-plugins-webrtc: drop 1.20.3, 1.20.4
Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-plugins/gst-plugins-webrtc: install libgstwebrtcnice too
Closes: https://bugs.gentoo.org/911317 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-plugins/gst-plugins-webrtc: fix plugin installation via manual install
Thanks to leio for the suggestion. Closes: https://bugs.gentoo.org/907470 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
media-plugins/gst-plugins-webrtc: Stabilize 1.20.6 amd64, #908277
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
media-plugins/gst-plugins-webrtc: Stabilize 1.20.5 amd64, #907451
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-plugins/gst-plugins-webrtc: add 1.20.6
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
media-plugins/gst-plugins-webrtc: add 1.22.3
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - brahmajit das · gentoo
media-plugins/gst-plugins-webrtc: add 1.20.5
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: brahmajit das <listout@protonmail.com> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
media-plugins/gst-plugins-webrtc: Stabilize 1.20.4 amd64, #884731
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - brahmajit das · gentoo
media-libs/gstreamer: Version bump to 1.20.4
Closes: https://bugs.gentoo.org/877325 Signed-off-by: brahmajit das <listout@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/28086 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
media-plugins/gst-plugins-webrtc: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
media-plugins/gst-plugins-webrtc: Stabilize 1.20.3 amd64, #867784
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Igor V. Kovalenko · gentoo
media-plugins/gst-plugins-webrtc: add 1.20.3
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
media-plugins/gst-plugins-webrtc: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-plugins/gst-plugins-webrtc: Stabilize 1.20.2 amd64, #848426
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Igor V. Kovalenko · gentoo
media-libs/gstreamer: Version bump, 1.20.2
Bug: https://bugs.gentoo.org/843770 Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Igor V. Kovalenko · gentoo
media-libs/gstreamer: Version bump, 1.18.6
Bug: https://bugs.gentoo.org/835368 Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/24625 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Igor V. Kovalenko · gentoo
media-libs/gstreamer: Version bump, 1.20.1
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Igor V. Kovalenko · gentoo
media-libs/gstreamer: Clean up 1.20.0 ebuild empty IUSE
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Igor V. Kovalenko · gentoo
media-libs/gstreamer: Bump to 1.20.0
Gstreamer 1.20.0 version bump, includes - all existing 1.18.4 plugins except for two dropped upstream (gst-plugins-libmms and gst-plugins-ofa) - libnice-0.1.18 version bump required by gst-plugins-webrtc in 1.20.0 - required multilib change for libldac for new plugin gst-plugins-ldac - required multilib change for libopenaptx and libfreeaptx for new plugin gst-plugins-openaptx As discussed, this change adds a LICENSE to each of gstreamer modules which now require explicit opt-in for (A)GPL plugins for (A)GPL plugins we will not perform explicit license acceptance for affected gstreamer plugin, instead we will rely on a user accepting the license of dependency: - gstreamer change added explicit opt-in https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1084 - I looked at affected gstreamer plugins and looks like all are correctly license-compatible according to compatibility matrix https://www.gnu.org/licenses/gpl-faq.html#AllCompatibility - if a user is not willing to accept the license of corresponding (A)GPL dependency, such dependency will not be available and affected gstreamer plugin will not be built - Upstream gstreamer team will look into updating/fixing plugin license display available via gst-inspect-1.0 <plugin name> | grep License as currently it is just "GPL" which is not specific enough (should be GPL-2, GPL-2+, GPL-3 etc.) Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
media-plugins/gst-plugins-webrtc: specify slot for webrtc-audio-processing dep
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-plugins/gst-plugins-webrtc: Stabilize 1.18.4-r1 amd64, #812836
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Haelwenn (lanodan) Monnier · gentoo
media-plugins/gst-plugins-webrtc: Depend on media-plugins/gst-plugins-sctp
Closes: https://bugs.gentoo.org/809485 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/22131 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-plugins/gst-plugins-webrtc: Stabilize 1.16.3 amd64, #808751
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Igor V. Kovalenko · gentoo
media-plugins/gst-plugins-webrtc: Build with installed deps, 1.18.4
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Haelwenn (lanodan) Monnier · gentoo
media-plugins/gst-plugins-webrtc: Version bump, 1.18.4
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
media-plugins/gst-plugins-webrtc: remove old
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
media-plugins/gst-plugins-webrtc: bump to 1.16.3
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
media-plugins/gst-plugins-webrtc: new package for gstreamer WebRTC elements
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 <leio@gentoo.org>