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

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

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);
      |   

ongyx commented on 2024-09-10 16:52 (UTC)

To the person who flagged this as out-of-date, please don't do so again as this is a VCS package. Use the comment section to report any issues with building the PKGBUILD, thanks!

In the meantime, I've cleaned up the PKGBUILD and added in options present in the binary PKGBUILD from extras/.

ongyx commented on 2023-11-20 13:55 (UTC)

@evorster Thanks for the heads up, I've updated the PKGBUILD with the new provides array.

evorster commented on 2023-11-14 09:13 (UTC) (edited on 2023-11-14 09:14 (UTC) by evorster)

Hi there! The system version of audacity provides a little more than just audacity, and when you want to replace it with the git version, it some packages complain. To fix that, change the provides section to:

provides=(
    audacity
    ladspa-host
    lv2-host
    vamp-host
    vst-host
    vst3-host
    )

suntchan1 commented on 2023-11-11 06:28 (UTC)

[ 44%] Generating LightThemeAsCeeCode.h...

(process:35750): GLib-GObject-CRITICAL **: 07:21:06.565: g_object_get: assertion 'G_IS_OBJECT (object)' failed free(): invalid pointer make[2]: *** [libraries/lib-theme-resources/CMakeFiles/lib-theme-resources.dir/build.make:678: /var/tmp/pamac-build-presence/audacity-git/src/audacity/libraries/lib-theme-resources/LightThemeAsCeeCode.h] Abandon make[1]: *** [CMakeFiles/Makefile2:2496: libraries/lib-theme-resources/CMakeFiles/lib-theme-resources.dir/all] Error 2 make[1]: *** Attente des tâches non terminées.... [ 44%] Linking CXX shared library ../../Release/lib/audacity/lib-shuttlegui.so [ 44%] Built target lib-shuttlegui make: *** [Makefile:156: all] Error 2 ==> ERREUR : Une erreur s’est produite dans build(). Abandon…

ongyx commented on 2023-09-12 15:51 (UTC)

I've added the new dependencies for Audacity and vst3sdk to the PKGBUILD. Apologies for the long delays as I've been pretty busy with IRL work.