Help - Search - Members - Calendar
Full Version: TTA on FreeBSD?
Hydrogenaudio Forums > Lossless Audio Compression > Lossless / Other Codecs
wizkid
Has anyone sucessfully built any parts of the TTA package on fbsd? The bmp plugin particularly. Is the bmp plugin source just a patch for the xmms plugin? Any information on how I would go about to do this would be greatly appreciated. unsure.gif
caligae
QUOTE (wizkid @ Nov 26 2004, 01:32 AM)
Has anyone sucessfully built any parts of the TTA package on fbsd? The bmp plugin particularly. Is the bmp plugin source just a patch for the xmms plugin? Any information on how I would go about to do this would be greatly appreciated.  unsure.gif
*


Haven't yet tried to build it. But to me it looks like a patch against the bmp source. So try to unpack the bmp source, apply the patch there and happy building.
wizkid
Ok, I'll give it a go. Just need to figure out how to apply patches heh. *Goes to rtfm*
wizkid
I give up. I get so many cryptic errors i don't know where to start. If anyone manages to get bmp with TTA support to compile on fbsd, pls let me know.
caligae
QUOTE (wizkid @ Nov 26 2004, 05:35 PM)
I give up. I get so many cryptic errors i don't know where to start. If anyone manages to get bmp with TTA support to compile on fbsd, pls let me know.
*


This works for me at least, but no guarantee given smile.gif

CODE
cd /usr/ports/multimedia/beep-media-player/
make patch
cd work
patch -p0 < bmp-tta-plugin-1.2.patch
cd bmp-0.9.7rc2/
aclocal19 -I m4/
autoconf259
automake19
cd Input/tta/

In id3.c change
#include <malloc.h>
to
#include <stdlib.h>

make

finally copy .libs/libtta.so into your ~/.bmp/Plugins directory


Not tested if it actually works (I don't have any tta files) but at least bmp shows it in the plugin list
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.