summaryrefslogtreecommitdiff
path: root/audacity
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-11-07 15:42:14 +0000
committerTim Biermann <tbier@posteo.de>2020-11-07 15:42:14 +0000
commitf60fbcf4a265d2abd76d38dfb27cfb2ef1585948 (patch)
treed9a31f879d17992eb118f6444de6619dd534d21b /audacity
parentc2d262a5e98ef61adff5d74b54735715f63592c3 (diff)
downloadcontrib-f60fbcf4a265d2abd76d38dfb27cfb2ef1585948.tar.gz
contrib-f60fbcf4a265d2abd76d38dfb27cfb2ef1585948.tar.xz
audacity: updated cmake syntax
Diffstat (limited to 'audacity')
-rw-r--r--audacity/.signature4
-rw-r--r--audacity/Pkgfile7
2 files changed, 7 insertions, 4 deletions
diff --git a/audacity/.signature b/audacity/.signature
index 1af642029..e528668c0 100644
--- a/audacity/.signature
+++ b/audacity/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3whTOD81loAVymng9ETBPz44Adx+DKHNODNUVi2EOP29lD3rKxQoalT24LhpQV0DlcY4dfxiTjdRRSd9J5a/ZwA=
-SHA256 (Pkgfile) = abfe130114aa577240dbdb384168c3cc68e693368ef4c387db51428ee8a4a388
+RWSagIOpLGJF37RzhDX8r4IgL7Xc/WaORtwND2lqLdU0cqLgxU5HSrtt+mM7eA0Fm1e6axXUHqKaL9jjV4iJ9Vr5P4GRfq6cSAg=
+SHA256 (Pkgfile) = 278bfa97a24a4661d2200ded252902b7de054de233dfd5ea137e055ed9d6850a
SHA256 (.footprint) = 24e65bf69a344429e27f38b3f8175bf2f60c99e7b62bdab34a05d07bb3e72bd0
SHA256 (Audacity-2.4.2.tar.gz) = cdb4800c8e9d1d4ca19964caf8d24000f80286ebd8a4db566c2622449744c099
SHA256 (lame.pc) = cfb5ec8878759dc1076f667553bdd7176023b026fe6aaf102ac11717c39433bf
diff --git a/audacity/Pkgfile b/audacity/Pkgfile
index 0cd0c3861..3bc5b3451 100644
--- a/audacity/Pkgfile
+++ b/audacity/Pkgfile
@@ -25,8 +25,11 @@ build() {
cmake -S$name-Audacity-$version -Bbuild -GNinja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
- -DBUILD_SHARED_LIBS=True \
- -DCMAKE_BUILD_TYPE=Release
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS -DNDEBUG" \
+ -DCMAKE_C_FLAGS_RELEASE="$CFLAGS -DNDEBUG" \
+ -Wno-dev \
+ -DBUILD_SHARED_LIBS=True
cmake --build build
DESTDIR=$PKG cmake --install build

Generated by cgit