VU meter plugin
For XMMS and Audacious

How to install the Audacious version:


Download source:
svn checkout svn://svn.code.sf.net/p/vumeterplugin/code/trunk vumeterplugin


Compile sources & install globally (requires root privileges):
sh build_init.sh
./configure
make
make install


Compile sources & install to homedir (method 1):
sh build_init.sh
./configure --enable-locdist
make
make install


Compile sources & install to homedir (method 2):
sh build_init.sh
./configure
make
cp src/.libs/libvumeter.so ~/local/share/audacious/Plugins
cp -R skins/* ~/.local/share/audacious/VU_Meter_skins/


Notes for Fedora:
You need to install following packages to compile this plugin:
  » audacious-devel