[Bug 201589] [patch] audio/audacity: issues building with ffmpeg

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 15 15:05:34 UTC 2015


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

            Bug ID: 201589
           Summary: [patch] audio/audacity: issues building with ffmpeg
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: heckendorfc at gmail.com
                CC: xxjack12xx at gmail.com
                CC: xxjack12xx at gmail.com
             Flags: maintainer-feedback?(xxjack12xx at gmail.com)
          Keywords: patch

Created attachment 158801
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158801&action=edit
Adding libavformat.so FFMPEG_LIB_DEPENDS

If building with poudriere, ffmpeg won't be extracted during the build so it
won't notice the new .so bump. It will build but won't dynamically load the
ffmpeg library at runtime.

When building with ffmpeg installed, the build will fail because of what seems
like errors upstream. Some of the API changed and wasn't updated in audacity in
the src/FFmpeg.h extern entries.

Here are a couple of patches that fix the issues for me. I also submitted the
source patch upstream.

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


More information about the freebsd-ports-bugs mailing list