[Bug 255667] audio/audacity can't import Opus files

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 6 18:42:45 UTC 2021


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

            Bug ID: 255667
           Summary: audio/audacity can't import Opus files
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: uqs at FreeBSD.org
                CC: xxjack12xx at gmail.com
             Flags: maintainer-feedback?(xxjack12xx at gmail.com)
                CC: xxjack12xx at gmail.com

Hi there, neither audacity from my own poudriere build (which has a bunch of
WITH_VORBIS and WITH_OPUS settings), nor audacity from the official pkg
builders is able to open .opus files.

The error message is "Audacity did not recognize the type of the file foo.opus

and on the terminal I get:

20:35:16: Debug: Appending legacyaup
20:35:16: Debug: Appending libsndfile
20:35:16: Debug: Appending liboggvorbis
20:35:16: Debug: Appending libflac
20:35:16: Debug: Appending libmad
20:35:16: Debug: Appending lof


Is there some --with-opus flag missing when building?
It does link against it, but that's probably via some other dependency:

% ldd `which audacity`|grep opus
        libopus.so.0 => /usr/local/lib/libopus.so.0 (0x803c01000)

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


More information about the freebsd-ports-bugs mailing list