Package Details: audacity-3.1-wxgtk2 3.1.3-4

Git Clone URL: https://aur.archlinux.org/audacity-3.1-wxgtk2.git (read-only, click to copy)
Package Base: audacity-3.1-wxgtk2
Description: Free, open source multi-track audio editor and recorder (installed to /opt)
Upstream URL: https://audacityteam.org
Licenses: GPL-3.0-or-later
Groups: pro-audio
Submitter: Drommer
Maintainer: Drommer
Last Packager: Drommer
Votes: 1
Popularity: 0.000000
First Submitted: 2023-04-24 16:23 (UTC)
Last Updated: 2026-02-24 18:55 (UTC)

Latest Comments

1 2 Next › Last »

Drommer commented on 2026-03-12 00:29 (UTC)

@susanne Compilation requires the 'conan1' package which requires 'python-node-semver' version <= 0.8.1. This package must be compiled manually.

susanne commented on 2026-03-03 14:57 (UTC)

fails to build--

File "<frozen importlib._bootstrap>", line 1398, in _gcd_import
File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
File "<frozen importlib._bootstrap>", line 1314, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 491, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1398, in _gcd_import
File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 938, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 759, in exec_module File "<frozen importlib._bootstrap>", line 491, in _call_with_frames_removed
File "/usr/lib/python3.14/site-packages/conans/init.py", line 4, in <module>
from conans.client.build.msbuild import MSBuild
File "/usr/lib/python3.14/site-packages/conans/client/build/msbuild.py", line 15, in <module>
from conans.tools import vcvars_command as tools_vcvars_command
File "/usr/lib/python3.14/site-packages/conans/tools.py", line 31, in <module>
from conans.client.tools.version import Version
File "/usr/lib/python3.14/site-packages/conans/client/tools/version.py", line 5, in <module>
from semver import SemVer
ModuleNotFoundError: No module named 'semver'
==> FEHLER: Ein Fehler geschah in prepare().
Breche ab...
:: Unable to build audacity-3.1-wxgtk2 - makepkg exited with code: 4
=>> Try again? [y/N]:

florosus commented on 2025-06-07 09:57 (UTC) (edited on 2025-06-07 10:00 (UTC) by florosus)

Update 2025-06-07:

Conan gets a little confused with CMake versions, so export CMAKE_POLICY_VERSION_MINIMUM=3.5 is required before the cmake -G line. I also put in -DCMAKE_POLICY_VERSION_MINIMUM=3.5 as one of the options, but that didn't do anything.

Also note: gcc12 can take hours to compile, even with MAKEFLAGS=-j8 in /etc/makepkg.conf on a 4 core CPU.

Would be interesting to try to get this to compile with modern gcc.

susanne commented on 2023-10-10 18:17 (UTC)

just discovered this build, great, thanks a lot!

Drommer commented on 2023-09-19 14:24 (UTC)

Updated, try now.

wchouser3 commented on 2023-09-17 14:25 (UTC)

failed to build

In file included from /home/wchouser3/.cache/yay/audacity-3.1-wxgtk2/src/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/nyqstk/stkinit.cpp:6: /home/wchouser3/.cache/yay/audacity-3.1-wxgtk2/src/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/nyqstk/include/Stk.h:360:18: error: declaration does not declare anything [-fpermissive] 360 | #define intptr_t long | ^~~~ make[2]: *** [lib-src/libnyquist/CMakeFiles/libnyquist.dir/build.make:944: lib-src/libnyquist/CMakeFiles/libnyquist.dir/nyquist/nyqstk/stkinit.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:756: lib-src/libnyquist/CMakeFiles/libnyquist.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: audacity-3.1-wxgtk2-exit status 4 -> Failed to install the following packages. Manual intervention is required: audacity-3.1-wxgtk2 - exit status 4

wchouser3 commented on 2023-09-17 14:24 (UTC)

This version is also right before they broke the UI. On 3.3.3 you have to unmaximize then re-maximize the window to get the horizontal scroll bar appear. This isn't an issue on the Windows version, so I imagine they don't care.

FabioLolix commented on 2023-06-11 17:36 (UTC)

Thanks for your answer