request for rename of directory

2000-08-26 Thread Roger Hardiman
do people think to this? Roger -- Roger Hardiman Strathclyde Uni Telepresence Research Group, Glasgow, Scotland. http://www.telepresence.strath.ac.uk 0141 548 2897 [EMAIL PROTECTED] ___ [EMAIL PROTECTED] http://www.freeamp.org/mailman/listinfo/freeamp-dev

Patch for INSTALL to tell us to run autoconf first

2000-08-27 Thread Roger Hardiman
Hi all > If so, I would > suggest going through the autoconf process and then try to do the build > again. I think the INSTALL text file should tell us to run autoconf. I certainly need to run it on FreeBSD before running ./configure so generate a fresh script without all the linux specific part

checking for musicbrainz in configure.in

2000-09-19 Thread Roger Hardiman
Hi I see the new configure.in file checks for the library called musicbrainz. AC_CHECK_LIB(musicbrainz, mb_GenerateSignature, , So, now this is an external library, where do I find it. Roger ___ [EMAIL PROTECTED] http://www.freeamp.org/mailman/list

Re: checking for musicbrainz in configure.in

2000-09-19 Thread Roger Hardiman
Roger Hardiman wrote: > > So, now this is an external library, where do I find it. Sorry, what I meant was, where do I find the source for the library in CVS. (I has all gone from /lib/musicbrainz) Roger ___ [EMAIL PROTECTED] http://www.freea

Re: checking for musicbrainz in configure.in

2000-09-19 Thread Roger Hardiman
[EMAIL PROTECTED] wrote: > In a seperate directory do a cvs co mb_client. aah, thanks. Was this announced to the developers anywhere? Did I miss anything? Roger ___ [EMAIL PROTECTED] http://www.freeamp.org/mailman/listinfo/freeamp-dev

cddb.cpp stack overflow. Patches included

2000-10-07 Thread Roger Hardiman
;xxx followed by an additional free(p_data) A patch is attached. Please please can we get this committed to FreeAMP before the 2.1 release. With this fix, can play MP3s and HTTP streams on FreeBSD. Console mode only at this time, but enough to say we have a working FreeBSD solution. Thanks

RC2 build error - Patch for Invalid entry in configure.in.

2000-10-08 Thread Roger Hardiman
OSDEPPLUGINS="$OSDEPPLUGINS plugins/download.ui" OSDEPPLUGINS="$OSDEPPLUGINS plugins/winamp.ftf" OSDEPPLUGINS="$OSDEPPLUGINS plugins/kjofol.ftf" With this fix in place, I've got the full GTK GUI working on FreeBSD. Please can someone commit this patch. Thanks Roger -- Roger Hardiman FreeBSD Project [EMAIL PROTECTED] ___ [EMAIL PROTECTED] http://www.freeamp.org/mailman/listinfo/freeamp-dev

Are Plugins INSTALL_DATA or INSTALL_PROGRAM

2000-11-13 Thread Roger Hardiman
r)/freeamp/`echo $$p|sed '$(transform)'`; \ else :; fi; \ done $(INSTALL_DATA) $(srcdir)/ftc/winamp/winamp_theme.xml $(DESTDIR)$(libdir)/freeamp/plugins/winamp_theme.xml -- Roger Hardiman Strathclyde Uni Telepresence Research