summaryrefslogtreecommitdiff
path: root/recipes/libnice
AgeCommit message (Collapse)AuthorFilesLines
2020-07-09libnice.recipe: Port interface discovery APIs to UWPNirbheek Chauhan4-0/+407
The following APIs are not allowed: `GetIfTable` `GetBestInterface` `GetIpAddrTable`, so replace with equivalents. In the process, also unbreak the service discovery APIs. Upstream MR has more details: https://gitlab.freedesktop.org/libnice/libnice/-/merge_requests/154 WACK wasn't reporting an error for `GetIpAddrTable`, but the documentation says it is only available on desktop: https://docs.microsoft.com/en-us/windows/win32/api/iphlpapi/nf-iphlpapi-getipaddrtable#requirements Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/546>
2020-06-16libnice.recipe: Port to WinRT/UWPNirbheek Chauhan2-0/+108
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/511>
2020-06-15libnice.recipe: Bump to 0.1.17Nirbheek Chauhan1-0/+30
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/512>
2019-05-15recipes: libnice: upgrade to 0.1.16Tim-Philipp Müller2-289/+0
Patch 0001-nicesrc-spin-the-agent-mainloop-in-a-separate-thread.patch is no longer needed, libnice now drops all packets before a conncheck has succeeded as per WebRTC's recommendations, and webrtcbin also works around the lack of this patch. Patch 0001-meson-install-.pc-file-for-static-gstreamer-plugin.patch is upstream now. https://gitlab.freedesktop.org/gstreamer/cerbero/merge_requests/173
2019-01-16libnice: build with MesonTim-Philipp Müller1-0/+36
2019-01-14libnice: update to 0.1.15 releaseTim-Philipp Müller4-98/+8
2018-02-21recipes: Fix libnice build on windowsEdward Hervey2-0/+61
2018-02-21libnice: update to 0.1.14Matthew Waters5-142/+29
2015-10-22libnice: Pull in patches that fix crashes and other bugsRobert Swain4-0/+142
2015-10-20libnice: integrate patch to spin the agent's mainloop in a separate threadAlessandro Decina1-0/+253
https://github.com/EricssonResearch/cerbero/pull/32
2015-04-28libnice: Bump to 0.1.13Olivier Crête5-313/+0
2015-04-28libnice: Apply build fix patches from upstreamRobert Swain5-0/+313
2015-04-27libnice: Remove redundant patchRobert Swain1-48/+0
2015-01-29libnice,-static.recipe: Update to 0.1.10Nirbheek Chauhan2-101/+0
2014-11-20libnice: Fix RAND_bytes symbol collision with opensslNirbheek Chauhan1-0/+63
Patch taken from upstream https://bugzilla.gnome.org/show_bug.cgi?id=740081
2014-11-06libnice,-static: Fix build on win32Nirbheek Chauhan1-0/+48
Without this, libtool only generates a .a static plugin. https://ci.gstreamer.net/job/cerbero-cross-mingw32/lastFailedBuild/console
2014-11-05New recipes: libnice.recipe, libnice-static.recipeNirbheek Chauhan1-0/+38
Also add to the gstreamer-1.0-net package