Package Details: audacity-git 3.6.3.r257.g652bfea82-1

Git Clone URL: https://aur.archlinux.org/audacity-git.git (read-only, click to copy)
Package Base: audacity-git
Description: A program that lets you manipulate digital audio waveforms
Upstream URL: https://www.audacityteam.org/
Keywords: audio editor
Licenses: GPL2, CCPL
Groups: pro-audio
Conflicts: audacity
Provides: audacity, ladspa-host, lv2-host, vamp-host, vst-host, vst3-host
Submitter: proudzhu
Maintainer: FabioLolix
Last Packager: ongyx
Votes: 16
Popularity: 0.47
First Submitted: 2015-11-02 16:13 (UTC)
Last Updated: 2024-09-10 16:47 (UTC)

Required by (142)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

XTREEMRAGE commented on 2020-05-21 21:21 (UTC)

I'm getting the following:

Warning: cannot resolve "libid3tag.so", a dependency of "audacity-git" Error: Failed to prepare transaction: could not satisfy dependencies: - unable to satisfy dependency 'libid3tag.so' required by audacity-git

I see it as a dependency, but somehow it will not update/install...

aurifier commented on 2020-05-21 17:39 (UTC) (edited on 2020-05-21 18:04 (UTC) by aurifier)

Apparently they updated the build process to use cmake as per https://wiki.audacityteam.org/wiki/Building_On_Linux.

I was unable to load any Nyquist plugins (log said "Critical Nyquist files could not be found") until I built manually following the new instructions for Audacity 2.4.0 on the wiki.

oberon2007 commented on 2020-04-16 20:16 (UTC)

Thank you @jusw85. Added.

jusw85 commented on 2020-04-16 17:40 (UTC)

Does not build in a clean chroot. Add git to makedepends.

==> ERROR: Cannot find the git package needed to handle git sources.

crowdigit commented on 2020-04-08 06:01 (UTC)

If you are using i3 window manager and having rendering issue, try building it with wxgtk2

themaddin commented on 2020-03-22 22:28 (UTC)

This package won't build unless lv2 is installed. Please add it as dependency or make-dependency. (I don't know if it is needed at runtime.)

kangalioo commented on 2020-01-07 17:20 (UTC)

It would be nice to have mod-script-pipe support here. It's included by default on regular releases. There is a compilation guide on the Audacity forums that includes how to build with mod-script-pipe: https://forum.audacityteam.org/viewtopic.php?f=19&t=107852. I can also add in the commands if you want

oberon2007 commented on 2019-02-26 19:30 (UTC)

Ok thanks. Removing !makeflags. It's something I had just inherited from the old PKGBUILD ;)

Maniaxx commented on 2019-02-22 19:23 (UTC)

I can confirm options=('!makeflags') is not needed indeed. It prevents multithread compiling so it's very annoying indeed. Please comment it out. Usually its used only if compile errors might occur due to race condition or similar. But that doesn't seem to be the case here.