maintainer-feedback requested: [Bug 215306] multimedia/ffmpeg: New RTMP group breaks configuration

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 14 22:12:25 UTC 2016


Laurence 'GreenReaper' Parry <greenreaper at hotmail.com> has reassigned Bugzilla
Automation <bugzilla at FreeBSD.org>'s request for maintainer-feedback to
multimedia at FreeBSD.org:
Bug 215306: multimedia/ffmpeg: New RTMP group breaks configuration
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215306



--- Description ---
The Makefile has been broken with the latest release 3.2.2_1,1, resulting in:

====> You cannot select multiple options from the RTMP radio
Config is invalid. Re-edit? [Y/n] n

The change in question:
https://svnweb.freebsd.org/ports/head/multimedia/ffmpeg/Makefile?r1=428588&r2=4
28587&pathrev=428588

The config screen looks like this:

xqqqqqqqqqqqqqqqqqqqqqqqq RTMP(T)E protocol support qqqqqqqqqqqqqqqqqqqqqqqx x
( )GCRYPT	     Use GNU crypt library instead of OpenSSL		x x
(*) GMP 	      GMP (multiple precision arithmetic) support	 x x
( )LIBRTMP	     RTMP(T)E protocol support via librtmp		x x
( ) OPENSSL	      SSL/TLS support via OpenSSL			 x x
x xqqqqqqqqqqqqqqqqqqqqqqqqqqq SSL protocol support qqqqqqqqqqqqqqqqqqqqqqqqqx
x
( ) GNUTLS	      SSL/TLS support via GnuTLS			 x x
(*) OPENSSL	      SSL/TLS support via OpenSSL			 x x
mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

On my system OpenSSL is selected and GMP is also selected, which it doesn't
like. Maybe it was tested by someone using GNUTLS or with GMP turned off?

In any case, this group which includes GCrypt, GMP librtmp and OpenSSL is
obviously not at all right:

OPTIONS_RADIO_RTMP=	GCRYPT GMP LIBRTMP OPENSSL

I don't know if that is "right", but to get it to compile, I:
* put GMP back in OPTIONS_DEFINE
* added LIBRTMP to OPTIONS_DEFINE
* removed RTMP from OPTIONS_RADIO
* commented out OPTIONS_RADIO_RTMP entirely


More information about the freebsd-multimedia mailing list