Re: ANNOUNCE: FreeAmp 2.0 Beta 2 released

1999-11-01 Thread Mark B. Elrod

if you get it working i will gladly put binaries on the downloads page


elrod

Stan Brinkerhoff wrote:

> Any hope of a Texas Instruments TI-89 port? its got a little power.. a
> little ram.. we could make it happen
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Mark B. Elrod
> Sent: Tuesday, October 26, 1999 1:45 AM
> To: FreeAmp Developer List
> Subject: ANNOUNCE: FreeAmp 2.0 Beta 2 released
>
> Hi guys,
>
> So we cranked some more this week and we are proud to bring you 2.0 beta
> 2. On linux we are not releasing binaries but we do have tarballs for
> you. Check it out. Grab it here:
>
> http://www.freeamp.org/download-idx.html
>
> This is a general release on both the win32 and linux platform. There
> are still rough spots and a last minute change in the design of the
> Music Browser means it is still not 100% implemented but the general
> idea is there for you to mess with. Please submit bugs to Bugzilla at:
>
> http://www.freeamp.org/bugzilla
>
> here is the brief changelog for 2.0 beta 2:
>
> Changes for Linux and Windows version 2.0 beta 2
> 
>
> - Win32 and Linux are now at 100% feature parity.
> - All new user interface with Themes support. Let's see how creative
>   you guys are.
> - Totally rewritten playlist management. New Playlist Manager and
>   more robust back end.
> - Download Manager
> - Auto-update, download new components as they are released and
>   always know you have the latest bug fixes.
> - All major functionality is implemented as plugins, feel free to
>   add more!
> - Basic id3v2 metadata support. (yes we actually read data out of
>   them, not just skip them)
> - Way too many bug fixes to list here...



RE: ANNOUNCE: FreeAmp 2.0 Beta 2 released

1999-11-01 Thread Stan Brinkerhoff

Any hope of a Texas Instruments TI-89 port? its got a little power.. a
little ram.. we could make it happen


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Mark B. Elrod
Sent: Tuesday, October 26, 1999 1:45 AM
To: FreeAmp Developer List
Subject: ANNOUNCE: FreeAmp 2.0 Beta 2 released


Hi guys,

So we cranked some more this week and we are proud to bring you 2.0 beta
2. On linux we are not releasing binaries but we do have tarballs for
you. Check it out. Grab it here:

http://www.freeamp.org/download-idx.html

This is a general release on both the win32 and linux platform. There
are still rough spots and a last minute change in the design of the
Music Browser means it is still not 100% implemented but the general
idea is there for you to mess with. Please submit bugs to Bugzilla at:

http://www.freeamp.org/bugzilla

here is the brief changelog for 2.0 beta 2:

Changes for Linux and Windows version 2.0 beta 2


- Win32 and Linux are now at 100% feature parity.
- All new user interface with Themes support. Let's see how creative
  you guys are.
- Totally rewritten playlist management. New Playlist Manager and
  more robust back end.
- Download Manager
- Auto-update, download new components as they are released and
  always know you have the latest bug fixes.
- All major functionality is implemented as plugins, feel free to
  add more!
- Basic id3v2 metadata support. (yes we actually read data out of
  them, not just skip them)
- Way too many bug fixes to list here...



Re: ANNOUNCE: FreeAmp 2.0 Beta 2 released

1999-10-27 Thread Tom Spindler

> no problem with ./configure and make, but when tried to run:
> 
> ./plugins/musicbrowser.ui: undefined symbol: g_thread_init
> ./plugins/freeamp.ui: undefined symbol: g_thread_init
> ./plugins/download.ui: undefined symbol: g_thread_init  
>./plugins/freeamp.ui: undefined symbol: g_thread_init
> 
> my gthread lib is libgthread-1.2.so.0.0.3
> 
> any clues?

This probably means that glib was not compiled with threads enabled;
if so, you get to recompile glib AND gtk! woo woo!



Re: ANNOUNCE: FreeAmp 2.0 Beta 2 released

1999-10-27 Thread Isaac Richards

Dunno exactly, but it's probably something like.. You need to have
compiled gtk after you compilied glib with threading support, so that gtk
figures out that it can "support" threads.

Isaac

On 27-Oct-99 Rodolfo Borges wrote:
> 
> no problem with ./configure and make, but when tried to run:
> 
> ./plugins/musicbrowser.ui: undefined symbol: g_thread_init
> ./plugins/freeamp.ui: undefined symbol: g_thread_init
> ./plugins/download.ui: undefined symbol: g_thread_init   
> ./plugins/freeamp.ui: undefined symbol: g_thread_init
> 
> my gthread lib is libgthread-1.2.so.0.0.3
> 
> any clues?
> 
> -- 
> Rodolfo Borges [[EMAIL PROTECTED]]



Re: ANNOUNCE: FreeAmp 2.0 Beta 2 released

1999-10-27 Thread Rodolfo Borges


no problem with ./configure and make, but when tried to run:

./plugins/musicbrowser.ui: undefined symbol: g_thread_init
./plugins/freeamp.ui: undefined symbol: g_thread_init
./plugins/download.ui: undefined symbol: g_thread_init  
./plugins/freeamp.ui: undefined symbol: g_thread_init

my gthread lib is libgthread-1.2.so.0.0.3

any clues?

-- 
Rodolfo Borges [[EMAIL PROTECTED]]



Re: ANNOUNCE: FreeAmp 2.0 Beta 2 released

1999-10-26 Thread Brian Almeida

On Mon, Oct 25, 1999 at 10:45:22PM -0700, Mark B. Elrod wrote:
> 2. On linux we are not releasing binaries but we do have tarballs for
Well, here are some linux binaries for those users who run debian :)
Find them at http://bma.debian.net/~balmeida/freeamp/, or add the following
entry to your /etc/apt/sources.list:

deb http://bma.debian.net/~balmeida freeamp/

Please do not file bugs against these packages in the Debian Bug Tracking
System, as I am not uploading them to the distribution.

Enjoy,

Brian