[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


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215306

            Bug ID: 215306
           Summary: multimedia/ffmpeg: New RTMP group breaks configuration
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: multimedia at FreeBSD.org
          Reporter: greenreaper at hotmail.com
          Assignee: multimedia at FreeBSD.org
             Flags: maintainer-feedback?(multimedia at FreeBSD.org)

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=428587&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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-multimedia mailing list