audacity4-nocloud-git

LOW
maintainer kryksyh 0 votes scanned 2026-09-01 09:47:42.175833
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: kryksyh <kryksyh@gmail.com>
2pkgname=audacity4-nocloud-git
3_pkgname=audacity
4pkgver=r0
5pkgrel=1
6pkgdesc="Audacity 4, the next generation of the popular multi-track audio editor (no cloud integration)"
7arch=('x86_64')
8url="https://github.com/audacity/audacity"
9license=('GPL-3.0-or-later')
10depends=(
11 qt6-base
12 qt6-declarative
13 qt6-svg
14 qt6-tools
15 qt6-shadertools
16 qt6-5compat
17 expat
18 libogg
19 libvorbis
20 flac
21 opus
22 opusfile
23 lame
24 mpg123
25 wavpack
26 libsndfile
27 portaudio
28 wxwidgets-gtk3
29 zlib
30 libpng
31 freetype2
32 harfbuzz
33 alsa-lib
34 mesa
35)
36makedepends=(
37 git
38 cmake
39 ninja
40 gcc
41 pkgconf
42 python
43 nasm
44)
45provides=('audacity4')
46conflicts=('audacity4' 'audacity4-bin' 'audacity4-alpha' 'audacity4-git')
47source=(
48 "git+https://github.com/audacity/audacity.git"
49 "git+https://github.com/musescore/muse_framework.git"
50 "git+https://github.com/musescore/muse_deps.git"
51)
52sha256sums=('SKIP' 'SKIP' 'SKIP')
53
54pkgver() {
55 cd "$srcdir/$_pkgname"
56 git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | cut -d'.' -f2-
57}
58
59prepare() {
60 cd "$srcdir/$_pkgname"
61 git submodule init
62 git config submodule.muse.url "$srcdir/muse_framework"
63 git config submodule.muse_deps.url "$srcdir/muse_deps"
64 git -c protocol.file.allow=always submodule update
65}
66
67build() {
68 cd "$srcdir/$_pkgname"
69 cmake \
70 -G Ninja \
71 -S . \
72 -B build \
73 -D CMAKE_BUILD_TYPE=Release \
74 -D CMAKE_INSTALL_PREFIX=/usr \
75 -D EXTDEPS_OVERRIDE_ALL=SYSTEM \
76 -D MUSE_APP_INSTALL_SUFFIX=4 \
77 -D MUSE_ENABLE_UNIT_TESTS=OFF \
78 -D MUSE_MODULE_DIAGNOSTICS_CRASHPAD_CLIENT=OFF \
79 -D MUSE_MODULE_UPDATE=OFF \
80 -D AU4_BUILD_MODE=release \
81 -D AU_BUILD_CLOUD_AUDIOCOM=OFF \
82 -D AU_BUILD_USAGEINFO_MODULE=OFF
83 cmake --build build
84}
85
86package() {
87 cd "$srcdir/$_pkgname"
88 DESTDIR="$pkgdir" cmake --install build
89}
90

Scan history

Scanned at (UTC)SeverityRules
2026-09-01 09:47:42 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion