freebsd-ports/audio/xmms-eq/pkg-message
Jean-Yves Lefort 2992419fb5 Add xmms-eq.
EQ is a realtime graphical equalizer plugin for XMMS.

WWW: http://equ.sourceforge.net/

PR:		ports/82211
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-06-14 17:20:12 +00:00

19 lines
536 B
Text

XMMS-EQ has been installed.
***WARNING***
This plugin may crash XMMS with the message "Segmentation fault" when enabling
or disabling it from the GUI.
The temporary solution for this is to edit the XMMS configuration file
directly. It is usually located at "~/.xmms/config". The section that
indicates the effect plugins to load is called "xmms". To enable or disable it
just add or remove the string "libeq.so" to the variable "enabled_eplugins".
For example (XMMS-EQ is enabled):
[xmms]
enabled_eplugins=libeq.so
***WARNING***