Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c88d636009f796e5694e2371c64e6dd9da6edaa9

commit c88d636009f796e5694e2371c64e6dd9da6edaa9
Author: James Buren <[EMAIL PROTECTED]>
Date:   Wed May 28 19:04:13 2008 -0500

wavegain-1.2.6-1-i686/x86_64
* (new package) - an audio normalizer built with ReplayGain algorithms

[ vmiklos: up2date, depends cleanup ]

diff --git a/source/multimedia/wavegain/FrugalBuild 
b/source/multimedia/wavegain/FrugalBuild
new file mode 100644
index 0000000..237bbc0
--- /dev/null
+++ b/source/multimedia/wavegain/FrugalBuild
@@ -0,0 +1,25 @@
+# Compiling Time: 0.01 SBU
+# Maintainer: VMiklos <[EMAIL PROTECTED]>
+# Contributor: James Buren <[EMAIL PROTECTED]>
+
+pkgname=wavegain
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="an audio file normalizer using ReplayGain algorithms"
+url="http://www.rarewares.org/others.php";
+depends=('libsndfile')
+groups=('multimedia')
+archs=('i686' 'x86_64')
+up2date="Flastarchive $url srcs.zip"
+source=(http://www.rarewares.org/files/others/${pkgname}-${pkgver}srcs.zip)
+sha1sums=('1427140c788b8a217275692f61c2bc42bd134f6c')
+
+build()
+{
+       Fcd WaveGain-$pkgver
+       Fsed 'gcc' 'gcc ${CFLAGS}' Makefile.linux
+       make -f Makefile.linux || Fdie
+       Fexerel /usr/bin/wavegain
+}
+
+# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to