Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 May 2021 18:42:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 255667] audio/audacity can't import Opus files
Message-ID:  <bug-255667-7788@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: uqs@FreeBSD.org
                CC: xxjack12xx@gmail.com
             Flags: maintainer-feedback?(xxjack12xx@gmail.com)
                CC: xxjack12xx@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.o=
pus

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 =3D> /usr/local/lib/libopus.so.0 (0x803c01000)

--=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-255667-7788>