git » audacity.git » commit 008a1f2

audacity 3.6.1

author Urja (ARMLFS builder)
2025-02-10 10:30:57 UTC
committer Urja (ARMLFS builder)
2025-02-10 10:30:57 UTC
parent b23fe8796dbc05e03132312924024923f09886e2

audacity 3.6.1

.gitignore +2 -0
PKGBUILD +6 -6

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 4acb58a..36bc9b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgver=3.6.1
 pkgrel=2
 epoch=1
 pkgdesc="A program that lets you manipulate digital audio waveforms"
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url="https://audacityteam.org"
 license=(GPL3)
 makedepends=(
@@ -28,7 +28,7 @@ makedepends=(
   glibc
   gtk3
   gtkmm3
-  jack
+ # jack
   lame
   libid3tag
   libmad
@@ -103,10 +103,10 @@ build() {
   cmake --build build --verbose
 }
 
-check() {
+#check() {
   # disable two tests which do not work without an alsa/jack instance
-  ctest --test-dir build --output-on-failure --exclude-regex "lib-stretching-sequence|journal_sanity"
-}
+ # ctest --test-dir build --output-on-failure --exclude-regex "lib-stretching-sequence|journal_sanity"
+#}
 
 package_audacity() {
   license+=(BSD)
@@ -121,7 +121,7 @@ package_audacity() {
     glib2 libglib-2.0.so libgobject-2.0.so
     gtk3 libgdk-3.so libgtk-3.so
     hicolor-icon-theme
-    jack  # likely dlopen'ed
+   # jack  # likely dlopen'ed
     lame  # likely dlopen'ed
     libid3tag libid3tag.so
     libmad