--- old/BemusedServerDlg.cpp 2006-10-23 12:21:49.966254743 +0300 +++ ./BemusedServerDlg.cpp 2006-10-23 12:22:37.309294887 +0300 @@ -46,7 +46,7 @@ #include #endif -#include +#include #include "BemusedServerDlg.h" @@ -232,7 +232,7 @@ tcpport=7654; channel=10; tcp=false; - strcpy(winampPath,"xmms"); + strcpy(winampPath,"audacious"); startAutomatically=1; ifstream conffile("/etc/bemused.conf"); if (!conffile) { --- old/Makefile 2006-10-23 12:24:22.834781996 +0300 +++ ./Makefile 2006-10-23 12:22:03.506264230 +0300 @@ -1,7 +1,7 @@ SHELL = /bin/sh -LIB = -lxmms -lbluetooth -INCL = -I/usr/include/xmms -I./ +LIB = -laudacious -lbluetooth +INCL = -I/usr/include/audacious -I./ bemusedlinuxserver: main.cpp BemusedServerDlg.cpp $(CXX) -o bemusedlinuxserver $(INCL) $(LIB) `gtk-config --libs --cflags` main.cpp BemusedServerDlg.cpp --- old/Makefile.affix 2006-10-23 12:24:18.611402850 +0300 +++ ./Makefile.affix 2006-10-23 12:22:14.786605915 +0300 @@ -1,8 +1,8 @@ # Makefile for compiling Bemused for Affix # 2004, Andrei Emeltchenko -LIBS = -lxmms -laffix -laffix_sdp -laffix_sdpsvc -L/usr/local/lib -INCL = -I/usr/include/xmms -I./ +LIBS = -laudacious -laffix -laffix_sdp -laffix_sdpsvc -L/usr/local/lib +INCL = -I/usr/include/audacious -I./ CXXFLAGS = $(INCL) -DAFFIX `gtk-config --cflags` LDFLAGS = $(LIBS) --- old/bemused.conf 2006-10-23 12:21:44.512056565 +0300 +++ ./bemused.conf 2006-10-23 12:23:27.291947079 +0300 @@ -1,12 +1,13 @@ # bemused config file Version 1.73 (no changes since 1.71) +# Gentoo-specific changes: Audacious as a default player instead of xmms # lines with a # at the beinning are for comments and not readen by the bemusedserver # You only need to set up options which have no default and which ware not optinal -# Path to xmms (if xmms is in path only xmms) (default is xmms) -xmmsdir=xmms +# Path to xmms-compatible player (default is audacious) +xmmsdir=audacious # channel for what the serial port service is registered (with sdptool look in README) (default 10) #channel=10