audacity3-nocloud-git
LOW
maintainer kryksyh
0 votes
scanned 2026-09-13 21:15:24.963188
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>
2
# Contributor: Evert Vorster <superchief@evertvorster.com>
3
# Contributor: Ong Yong Xin <ongyongxin2020+github@gmail.com>
4
# Contributor: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
5
# Contributor: Bernhard Landauer <oberon@manjaro.org>
6
# Contributor: Eric Bélanger <eric@archlinux.org>
7
8
pkgname=audacity3-nocloud-git
9
_pkgname=audacity
10
pkgver=r0
11
pkgrel=1
12
pkgdesc="A program that lets you manipulate digital audio waveforms (Audacity 3 maintenance branch, no networking)"
13
arch=('x86_64')
14
url="https://www.audacityteam.org/"
15
license=('GPL-3.0-or-later')
16
groups=('pro-audio')
17
depends=(
18
alsa-lib
19
expat
20
flac
21
gcc-libs
22
gdk-pixbuf2
23
glib2
24
glibc
25
gtk3
26
hicolor-icon-theme
27
jack
28
lame
29
libid3tag
30
libogg
31
libsbsms
32
libsndfile
33
libsoxr
34
libvorbis
35
libx11
36
lilv
37
mpg123
38
opus
39
opusfile
40
portaudio
41
portmidi
42
portsmf
43
soundtouch
44
sqlite
45
suil
46
twolame
47
util-linux-libs
48
vamp-plugin-sdk
49
wavpack
50
wxwidgets-common
51
wxwidgets-gtk3
52
)
53
makedepends=(
54
cmake
55
ffmpeg
56
git
57
gtkmm3
58
libxkbcommon-x11
59
lv2
60
python
61
rapidjson
62
vst3sdk
63
xcb-util
64
xcb-util-cursor
65
xcb-util-keysyms
66
)
67
optdepends=('ffmpeg: additional import/export capabilities')
68
provides=(
69
'audacity'
70
'ladspa-host'
71
'lv2-host'
72
'vamp-host'
73
'vst-host'
74
'vst3-host'
75
)
76
conflicts=('audacity')
77
source=("git+https://github.com/audacity/audacity.git#branch=audacity3")
78
sha256sums=('SKIP')
79
80
pkgver() {
81
cd "$srcdir/$_pkgname"
82
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | cut -d'.' -f2-
83
}
84
85
build() {
86
export VST3SDK=/usr/src/vst3sdk
87
export CFLAGS+=" -DNDEBUG -std=gnu17"
88
export CXXFLAGS+=" -DNDEBUG"
89
90
cmake \
91
-S "$srcdir/$_pkgname" \
92
-B build \
93
-D CMAKE_BUILD_TYPE=Release \
94
-D CMAKE_INSTALL_PREFIX=/usr \
95
-D AUDACITY_BUILD_LEVEL=2 \
96
-D audacity_conan_enabled=OFF \
97
-D audacity_has_networking=OFF \
98
-D audacity_has_crashreports=OFF \
99
-D audacity_has_sentry_reporting=OFF \
100
-D audacity_has_tests=OFF \
101
-D audacity_lib_preference=system \
102
-D audacity_obey_system_dependencies=ON \
103
-D audacity_use_vst3sdk=system \
104
-W no-dev
105
cmake --build build
106
}
107
108
package() {
109
DESTDIR="$pkgdir" cmake --install build
110
install -vDm 644 "$srcdir/$_pkgname/lib-src/libnyquist/nyquist/license.txt" \
111
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.nyquist"
112
}
113
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 21:15:24 | Low | 1 |