Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
wavegain
Commits:
ecb179b5 by Jelle van der Waa at 2026-02-28T16:24:00+01:00
Rebuild package signed by foutrelis
The packager key with the fingerprint
`86CFFCA918CF3AF47147588051E8B148A9999C34` is about to be decommissioned.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = wavegain
pkgdesc = A command line tool to normalize sound files
pkgver = 1.3.1
- pkgrel = 4
+ pkgrel = 5
url = http://rarewares.org/others.php
arch = x86_64
license = LGPL
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=wavegain
_realname=WaveGain
pkgver=1.3.1
-pkgrel=4
+pkgrel=5
pkgdesc="A command line tool to normalize sound files"
arch=('x86_64')
url="http://rarewares.org/others.php"
@@ -17,6 +17,8 @@ build() {
cd "$srcdir/$_realname-$pkgver"
CFLAGS+=' -fcommon' #
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+ # Ignore new GCC default flags which cause compiler errors
+ CFLAGS+=' -Wno-format-security -Wno-implicit-function-declaration'
#make -f Makefile.linux
gcc ${LDFLAGS} ${CFLAGS} *.c -o wavegain -DHAVE_CONFIG_H -lm
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wavegain/-/commit/ecb179b5ab0e39578b27b37651712e29a240fd69
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wavegain/-/commit/ecb179b5ab0e39578b27b37651712e29a240fd69
You're receiving this email because of your account on gitlab.archlinux.org.