Date: Tuesday, July 7, 2020 @ 21:25:23
  Author: foutrelis
Revision: 660411

archrelease: copy trunk to community-staging-x86_64

Added:
  wavegain/repos/community-staging-x86_64/
  wavegain/repos/community-staging-x86_64/PKGBUILD
    (from rev 660410, wavegain/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: wavegain/repos/community-staging-x86_64/PKGBUILD (from rev 660410, 
wavegain/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-07 21:25:23 UTC (rev 660411)
@@ -0,0 +1,33 @@
+# Maintainer: Ray Rashif <[email protected]>
+# Contributor: Corrado Primier <[email protected]>
+
+pkgname=wavegain
+_realname=WaveGain
+pkgver=1.3.1
+pkgrel=4
+pkgdesc="A command line tool to normalize sound files"
+arch=('x86_64')
+url="http://rarewares.org/others.php";
+license=('LGPL')
+depends=('libsndfile')
+source=(http://www.rarewares.org/files/others/$pkgname-${pkgver}srcs.zip)
+sha512sums=('6ce78c3fd238d49f47df5108c050f7be222778ab4cc8cbe7aeef518a0f925950c527c513a38d8c044b88157e22e581b496d9415f2c76f71010a412789165dd59')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
+  #make -f Makefile.linux
+  gcc ${LDFLAGS} ${CFLAGS} *.c -o wavegain -DHAVE_CONFIG_H -lm
+
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+
+  install -Dm755 "$srcdir/$_realname-$pkgver/wavegain" \
+    "$pkgdir/usr/bin/wavegain"
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to