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: ongyx
Last Packager: ongyx
Votes: 15
Popularity: 0.000000
First Submitted: 2015-11-02 16:13 (UTC)
Last Updated: 2024-09-10 16:47 (UTC)

Required by (130)

Sources (1)

Latest Comments

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

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.

parkerlreed commented on 2019-02-06 15:28 (UTC) (edited on 2019-02-06 15:38 (UTC) by parkerlreed)

@ZeroDot1 This is a git package. It will always pull latest. There's no reason to bump the pkgver just for new release updates.

From the wiki: "Note: VCS packages are not considered out of date when the pkgver changes, do not flag them as the maintainer will merely unflag the package and ignore you. AUR maintainers should not commit mere pkgver bumps."

oberon2007 commented on 2018-03-25 08:59 (UTC)

Ah, yes. I don't know why it was added originally by my predecessor. Will check...

GottamRev1 commented on 2018-03-25 08:41 (UTC)

@oberon2007 This line "options=('!makeflags')".

oberon2007 commented on 2018-03-24 08:19 (UTC)

@GottamRev1 What exactly do you mean? Can you be more specific? I don't see the PKGBUILD overriding anything...?