Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2017 16:58:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 224464] audio/faad installs incorrect include/neaacdec.h, which breaks multimedia/libquicktime
Message-ID:  <bug-224464-12827@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 224464
           Summary: audio/faad installs incorrect include/neaacdec.h,
                    which breaks multimedia/libquicktime
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: mi@FreeBSD.org
                CC: multimedia@FreeBSD.org
                CC: multimedia@FreeBSD.org

The ${LOCALBASE}/include/neaacdec.h installed by audio/faad defines the
FAAD2_VERSION as "unknown".

This breaks the FAAD2-option of multimedia/libquicktime, because the
configure-script tries to parse the FAAD2_VERSION:

     if(sscanf(FAAD2_VERSION, "%d.%d", &faad_major, &faad_minor) < 2)
       return -1;

The above test fails and the configure declares faad to be unavailable. It =
then
proceeds to build libquicktime without faad (instead erroring-out) and the =
port
fails to install, because ${STAGEDIR}${PREFIX}/lib/libquicktime/lqt_faad2.so
does not exist.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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