On TCL16 x86_64 I'm trying to compile an application for which libnice-dev is a build-time dependency.
These are libnice-dev.tcz's dependencies:
libnice.tcz
gupnp-igd16-dev.tcz
gst-plugins-base-dev.tcz
But at compile time I'm getting this error:
../meson.build:41:11: ERROR: Dependency lookup for nice with method 'pkgconfig' failed: Could not generate cflags for nice:
Package gupnp-igd-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gupnp-igd-1.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gupnp-igd-1.0', required by 'nice', not found
It seems the missing .pc file is provided by gupnp-igd-dev.tcz:
$ provides.sh gupnp-igd-1.0.pc
gupnp-igd-dev.tcz
Juanito, does this seem right to you? Is there something in libnice.tcz or libnice-dev.tcz that still needs the old gupnp-igd(-dev)?