Package Details: audacity-git 3.6.4.r1832.gcb75634dcc-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: evorster
Last Packager: evorster
Votes: 15
Popularity: 0.000000
First Submitted: 2015-11-02 16:13 (UTC)
Last Updated: 2025-10-29 05:03 (UTC)

Required by (165)

Sources (2)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

Samueru commented on 2025-11-11 04:20 (UTC)

 error: failed to commit transaction (conflicting files)
audacity-git: /usr/lib/libFLAC.so exists in filesystem (owned by flac)
audacity-git: /usr/lib/libmp3lame.so exists in filesystem (owned by lame)
audacity-git: /usr/lib/libmp3lame.so.0 exists in filesystem (owned by lame)
audacity-git: /usr/lib/libmp3lame.so.0.0.0 exists in filesystem (owned by lame)
audacity-git: /usr/lib/libmpg123.so exists in filesystem (owned by mpg123)
audacity-git: /usr/lib/libmpg123.so.0 exists in filesystem (owned by mpg123)
audacity-git: /usr/lib/libogg.so exists in filesystem (owned by libogg)
audacity-git: /usr/lib/libogg.so.0 exists in filesystem (owned by libogg)
audacity-git: /usr/lib/libopus.so exists in filesystem (owned by opus)
audacity-git: /usr/lib/libopus.so.0 exists in filesystem (owned by opus)
audacity-git: /usr/lib/libopus.so.0.10.1 exists in filesystem (owned by opus)
audacity-git: /usr/lib/libsndfile.so exists in filesystem (owned by libsndfile)
audacity-git: /usr/lib/libsndfile.so.1 exists in filesystem (owned by libsndfile)
audacity-git: /usr/lib/libvorbis.so exists in filesystem (owned by libvorbis)
audacity-git: /usr/lib/libvorbis.so.0.4.9 exists in filesystem (owned by libvorbis)
audacity-git: /usr/lib/libvorbisenc.so exists in filesystem (owned by libvorbis)
audacity-git: /usr/lib/libvorbisenc.so.2.0.12 exists in filesystem (owned by libvorbis)
audacity-git: /usr/lib/libvorbisfile.so exists in filesystem (owned by libvorbis)
audacity-git: /usr/lib/libvorbisfile.so.3.3.8 exists in filesystem (owned by libvorbis)

evorster commented on 2025-10-29 05:05 (UTC) (edited on 2025-10-29 05:07 (UTC) by evorster)

Package now builds. I have not tested functionality, as this is still very much the beta Audacity 4, and it conflicts with the stable 3.6 branch. Package also needs a bit of work on the git submodule init.

carlosnewmusic commented on 2025-05-01 15:26 (UTC)

build error https://pastebin.com/62ztUVME

jazztickets commented on 2025-04-02 19:39 (UTC)

Package requires: qt6-networkauth qt6-declarative qt6-svg qt6-5compat qt6-tools-desktop

evorster commented on 2025-03-01 06:22 (UTC)

I've adopted this package for now. I'll be home in a week, and then I can start to pick it apart and make it compile again.

FabioLolix commented on 2024-12-17 16:57 (UTC)

yes, need qt6-networkauth but is also failing for other things as well

microcoder commented on 2024-12-17 16:55 (UTC)

[100%] Built target muse_framework-populate
-- Detected CPU Architecture: x86_64
-- Setup dependencies
-- MUSE_APP_RELEASE_CHANNEL 
-- MUSE_APP_VERSION 4.0.0
-- AU4_BUILD_CONFIGURATION: app
-- AU4_BUILD_MODE: dev
-- AU4_BUILD_NUMBER: 
-- Using Compiler GCC 14.2.1
CMake Error at _deps/muse_framework-src/buildscripts/cmake/FindQt6.cmake:60 (find_package):
  By not providing "FindQt6NetworkAuth.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt6NetworkAuth", but CMake did not find one.

  Could not find a package configuration file provided by "Qt6NetworkAuth"
  with any of the following names:

    Qt6NetworkAuthConfig.cmake
    qt6networkauth-config.cmake

  Add the installation prefix of "Qt6NetworkAuth" to CMAKE_PREFIX_PATH or set
  "Qt6NetworkAuth_DIR" to a directory containing one of the above files.  If
  "Qt6NetworkAuth" provides a separate development package or SDK, be sure it
  has been installed.
Call Stack (most recent call first):
  CMakeLists.txt:158 (include)


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...

ongyx commented on 2024-12-13 15:35 (UTC)

Due to personal circumstances and not using Audacity day-to-day anymore, I have decided to disown this package.

I hope that future maintainers are able to build from source once Audacity 4 is finished - and can compile against the latest version of Qt.

carlosnewmusic commented on 2024-12-12 19:38 (UTC)

build error https://pastebin.com/PVMDXiA1

agartner commented on 2024-11-03 01:33 (UTC) (edited on 2024-11-03 01:33 (UTC) by agartner)

This package is broken since audacity 4 because the default build target which requires exactly Qt 6.2.4.

/home/alex/tmp/aur/audacity-git/src/audacity/src/appshell/view/navigableappmenumodel.cpp: In function ‘QSet<int> possibleKeys(QKeyEvent*)’:
/home/alex/tmp/aur/audacity-git/src/audacity/src/appshell/view/navigableappmenumodel.cpp:42:47: error: conversion from ‘QList<QKeyCombination>’ to non-scalar type ‘QList<int>’ requested
   42 |     QList<int> keys = QKeyMapper::possibleKeys(correctedKeyEvent);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/alex/tmp/aur/audacity-git/src/audacity/src/appshell/view/navigableappmenumodel.cpp: In function ‘QSet<int> possibleKeys(const QChar&)’:
/home/alex/tmp/aur/audacity-git/src/audacity/src/appshell/view/navigableappmenumodel.cpp:50:47: error: conversion from ‘QList<QKeyCombination>’ to non-scalar type ‘QList<int>’ requested
   50 |     QList<int> keys = QKeyMapper::possibleKeys(&fakeKey);
      |