Should work with xmms 1.2.11.
The source is from SGI Freeware CDs. I fixed a couple of warnings and removed some dead code and incomplete features which did nothing. The original installation instructions are in INSTALL.old. Do not follow them.
$ CFLAGS='-I/path/to/glib/includes -I/path/to/xmms/includes' make
$ mkdir -p ~/.xmms/Plugins/Output
$ cp libIRIX.so ~/.xmms/Plugins/Output
If building with SGUG-RSE, you need the following packages:
- glib-devel
- gtk+-devel
- xmms-devel
With those in place, the plugin should build with:
CFLAGS='-I/usr/sgug/include/gtk-1.2 -I/usr/sgug/include/glib-1.2 -I/usr/sgug/lib32/glib/include' make
...after which you can copy the resulting libIRIX.so to the local or global Plugins path.