Skip to content

onre/xmms-irix-output

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IRIX xmms output plugin

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.

Installation

$ 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.

About

IRIX xmms output plugin from SGI Freeware CDs with some fixes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published