The underlying problem seems to be.
configure: *** checking feature: rtmp library ***
configure: *** for plug-ins: rtmp ***
checking for RTMP... no
configure: Package 'gnutls', required by 'librtmp', not found
configure: *** These plugins will not be built: rtmp
It would appear that despite the move to Requires.private documented in the changelog using pkg-config for librtmp still requires libgnutls28-dev to be installed.

without libgnutls28-dev installed:
root@debian:/gst-plugins-bad0.10-0.10.23# pkg-config --cflags librtmp
Package gnutls was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnutls.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gnutls', required by 'librtmp', not found
root@debian:/gst-plugins-bad0.10-0.10.23# pkg-config --exists --print-errors librtmp
Package gnutls was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnutls.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gnutls', required by 'librtmp', not found
root@debian:/gst-plugins-bad0.10-0.10.23#

with libgnutls28-dev installed:
root@debian:/gst-plugins-bad0.10-0.10.23# pkg-config --exists --print-errors librtmp
root@debian:/gst-plugins-bad0.10-0.10.23# pkg-config --cflags librtmp
-I/usr/include/p11-kit-1
root@debian:/gst-plugins-bad0.10-0.10.23#

_______________________________________________
pkg-gstreamer-maintainers mailing list
pkg-gstreamer-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-gstreamer-maintainers

Reply via email to