php7: archived

This commit is contained in:
Luis
2023-10-14 14:07:17 +00:00
parent 9cbf2d3086
commit 4d24ca6dc2
4 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
name=audacity
version=3.3.3
release=1
release=2
source="$name-$version.tar.gz::https://github.com/$name/$name/archive/refs/tags/Audacity-$version.tar.gz"
build() {
@@ -15,7 +15,6 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-DCMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
-DAUDACITY_BUILD_LEVEL=2 \
-Daudacity_conan_enabled=OFF \
-Daudacity_has_vst3=OFF \
-Daudacity_has_crashreports=OFF \