Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Dec 2016 22:12:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 215306] multimedia/ffmpeg: New RTMP group breaks configuration
Message-ID:  <bug-215306-12827-PWfb8aAOpA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-215306-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-215306-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Laurence 'GreenReaper' Parry <greenreaper@hotmail.com> has reassigned Bugzi=
lla
Automation <bugzilla@FreeBSD.org>'s request for maintainer-feedback to
multimedia@FreeBSD.org:
Bug 215306: multimedia/ffmpeg: New RTMP group breaks configuration
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215306



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

=3D=3D=3D=3D> 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=3D42858=
8&r2=3D4
28587&pathrev=3D428588

The config screen looks like this:

xqqqqqqqqqqqqqqqqqqqqqqqq RTMP(T)E protocol support qqqqqqqqqqqqqqqqqqqqqqq=
x 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 qqqqqqqqqqqqqqqqqqqqqqq=
qqx
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=3D	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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215306-12827-PWfb8aAOpA>