You are not logged in.
Pages: 1
This is volume normalizer xmms plugin with dynamic compression support. I think should be usefull. Binary has been created with following flags...
CXXFLAGS="-march=pentium3 -O3 -pipe"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
...and is available here
PKGBUILD (relase 1):
# $Id: $
# Contributor: forest76 <forestt@poczta.onet.pl>
pkgname=xmms-volnorm
pkgver=0.8.1
pkgrel=1
pkgdesc="Volume normalizer plugin for XMMS"
url="http://volnorm.sourceforge.net"
depends=('glibc' 'xmms')
source=(http://volnorm.sourceforge.net/volnorm-$pkgver.tar.gz)
build() {
cd $startdir/src/volnorm-$pkgver
./configure --prefix=/usr
make || return 1
make
prefix=$startdir/pkg/usr libdir=$startdir/pkg/usr/lib/xmms/Effect
install
}
Offline
Pages: 1