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:   [Bug 215306] multimedia/ffmpeg: New RTMP group breaks configuration
Message-ID:  <bug-215306-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215306

            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@FreeBSD.org
          Reporter: greenreaper@hotmail.com
          Assignee: multimedia@FreeBSD.org
             Flags: maintainer-feedback?(multimedia@FreeBSD.org)

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=3D428587&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

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



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