libnice: remove dep gssdp-igd

this removes gssdp-igd from the dependencies of libnice, as gssdp will
switch to gtk4 with version 1.4.0. This will introduce a
new dependency loop which will be prevented by this commit:

gst-plugins-bad1-1.18.5_1 -> gtk4-4.4.0_2 -> gssdp-1.4.0.1_1
-> gupnp-igd-0.2.5_3 -> libnice-0.1.18_3 -> gst-plugins-bad1-1.18.5_1
-> ...
This commit is contained in:
Enno Boland 2021-12-13 00:17:44 +01:00 committed by Enno T. Boland
parent 866d91f567
commit 98a9cab232

View file

@ -7,7 +7,7 @@ build_helper="gir"
configure_args="-Dcrypto-library=openssl -Dgtk_doc=disabled -Dtests=disabled
-Dexamples=disabled -Dintrospection=$(vopt_if gir enabled disabled)"
hostmakedepends="glib-devel pkg-config"
makedepends="gstreamer1-devel gupnp-igd-devel openssl-devel libglib-devel"
makedepends="gstreamer1-devel openssl-devel libglib-devel"
short_desc="Implementation of the IETF's draft ICE (for P2P UDP data streams)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"