Dmitry Vedenko
Dmitry Vedenko
Yeah, this bug wouldn't fix itself. Instead of querying codecs and supported containers, Audacity has a limited hardcoded list.
> At least ... on one computer, with the averages of a few before-and-after trials, with 6 cores and hyperthreading. You have 12 threads and just a 5x speedup. The...
Arch build is quite broken right now, I had no time to check so far
Arch support is still not fixed. We build Linux on CI continuously, AFAIK wx 3.2 build is broken. Unfortunately I have no resources right now to fix the Arch build...
You can disable unit testing in Audacity. I doesn't need Catch to run. I think the Catch version in Arch Linux just went to far away from what Audacity can...
`-Daudacity_has_tests=Off` I think
I don't see this issue as a priority. We will likely update to Catch 3, but there is no goal to have unit tests to be buildable with the system...
1. This is a library for unit testing. It is used only during the development and mainly concerns developers' setup and CI. This library is used by most of the...
BTW, you are having this issue because you use Conan for one of the dependencies, but try to use system libraries for the rest. Making a "system only" build effectively...
> which is why we [disable conan](https://gitlab.archlinux.org/archlinux/packaging/packages/audacity/-/blob/main/PKGBUILD?ref_type=heads#L90) entirely for the official package. Yep, that was for Evert :-)