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/>
index | next in thread | previous in thread | raw e-mail
Laurence 'GreenReaper' Parry <greenreaper@hotmail.com> has reassigned Bugzilla 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=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 entirelyhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215306-12827-PWfb8aAOpA>
