Re: Patch for CVS version of freeamp.

2000-08-24 Thread robert

On 23 Aug, Mo DeJong wrote:
 Could someone apply this patch? It fixes the build when
 srcdir != builddir.

Done. Thanks for the patch!
 
 P.S. Does anyone have a working URL for a shoutcast file?
 I tried a couple on the web but I could not get anything to
 work. The palyer just said 0% loading and then did nothing.

In the musicbrowser, click on My Streams|FreeAmp Teamp Picks|Rob's Pick

Always works for me.


--ruaok Freezerburn! All else is only icing. -- Soul Coughing

Robert Kaye -- [EMAIL PROTECTED]  http://moon.eorbit.net/~robert

___
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev



RE: Patch for CVS version of freeamp.

2000-08-24 Thread Isaac Richards

The patch is broken.  Not all systems have a 'mkdir -p' which is why all that
DIRECTORIES stuff exists in the first place.

Isaac

On 24-Aug-2000 Mo DeJong wrote:
 Could someone apply this patch? It fixes the build when
 srcdir != builddir.
 
 P.S. Does anyone have a working URL for a shoutcast file?
 I tried a couple on the web but I could not get anything to
 work. The palyer just said 0% loading and then did nothing.
 
 Mo DeJong
 Red Hat Inc
 
 
 Index: Makefile.in
 ===
 RCS file: /src/repository/freeamp/Makefile.in,v
 retrieving revision 1.65
 diff -u -r1.65 Makefile.in
 --- Makefile.in   2000/08/17 20:03:30 1.65
 +++ Makefile.in   2000/08/23 22:09:08
 @@ -108,7 +108,7 @@
  DIRECTORIES += io/esound/src io/http io/local io/obs io/src io/soundcard
  DIRECTORIES += io/soundcard/beos io/soundcard/unix io/soundcard/unix/linux
  DIRECTORIES += io/soundcard/beos/src io/soundcard/unix/linux/src 
 -DIRECTORIES += io/wavout io/wavout/src io/wavout/include
 +DIRECTORIES += io/wavout io/wavout/src io/wavout/include io/signature/src
  DIRECTORIES += io/soundcard/unix/solaris io/soundcard/unix/solaris/src 
  DIRECTORIES += lib lib/xml lib/xml/src lib/http lib/http/src lib/zlib lmc
  DIRECTORIES += lmc/xingmp3 lmc/xingmp3/src lib/gdbm lib/zlib/src 
 lmc/vorbis 
 @@ -124,10 +124,12 @@
  DIRECTORIES += update update/unix lmc/cd lmc/cd/src io/cd io/cd/unix 
  DIRECTORIES += io/cd/unix/src lib/unzip lib/unzip/src ftc ftc/kjofol 
 ftc/winamp
  DIRECTORIES += plm/metadata/cddb base/aps lmc/vorbis/src
 +DIRECTORIES += lib/musicbrainz/expat/xmlparse lib/musicbrainz/expat/xmltok
 +DIRECTORIES += lib/musicbrainz/osdep lib/musicbrainz/lib
  
  dirs:
   for p in $(DIRECTORIES); do \
 -   test -d $$p || mkdir $$p; \
 +   test -d $$p || mkdir -p $$p; \
  done

  freeamp: $(FREEAMPOBJ) $(freeamp_DEPENDENCIES)
 ___
 [EMAIL PROTECTED]
 http://www.freeamp.org/mailman/listinfo/freeamp-dev
___
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev