https://github.com/adplug/xmms
AdPlug plugin for XMMS
https://github.com/adplug/xmms
Last synced: about 1 year ago
JSON representation
AdPlug plugin for XMMS
- Host: GitHub
- URL: https://github.com/adplug/xmms
- Owner: adplug
- License: lgpl-2.1
- Created: 2015-06-21T08:17:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-30T05:26:31.000Z (about 10 years ago)
- Last Synced: 2024-03-26T03:59:33.089Z (about 2 years ago)
- Language: C++
- Size: 61.5 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
AdPlug/XMMS - AdPlug XMMS Plugin
Copyright (C) 2002 - 2016 Simon Peter
Website: http://adplug.github.io
Description
-----------
AdPlug/XMMS is an XMMS input plugin. XMMS is a cross-platform
multimedia player. AdPlug/XMMS uses the AdPlug AdLib sound player
library to play back a wide range of AdLib (OPL2) and Sound Blaster
(OPL3) music file formats on top of an OPL2/3 emulator. No OPL chip is
required for playback.
Prerequisites
-------------
The following things are needed in order to compile this program:
Item Version
---- -------
AdPlug library >= 2.2
pthreads (POSIX threads) *
XMMS >= 0.9.5.1
GLib >= 1.2
GTK+ >= 1.2
The AdPlug library can be obtained from http://adplug.github.io/.
pthreads should have come with your system.
XMMS can be obtained from http://www.xmms.org/.
GLib and GTK+ can be obtained from http://www.gtk.org/.
Installation
------------
Refer to the file 'INSTALL' for installation instructions.
If you like to set a custom installation directory for the plugin to
be installed to, like for example '$HOME/.xmms/Plugins/Input', you can
specify the variable 'xmms_input_plugin_dir' (all lowercase) to the
'configure' script, like this:
./configure xmms_input_plugin_dir=$HOME/.xmms/Plugins/Input
to install the plugin into '$HOME/.xmms/Plugins/Input' in this case.
git
---
If you checked out from git, first run:
autoreconf --install
to generate the build cruft and get the configure script. You need
recent versions of autoconf, automake and libtool to do this.
- Simon Peter