shoutpy ------- http://dingoskidneys.com/shoutpy/ A Python (Boost.Python) and C++ wrapper for libshout 2.1 or higher. The libshout API remains the same up to at least version 2.2.2 Installing ---------- You must have Boost.Python >= version 1.31. Edit config.py if boost.python or libshout is installed outside your compiler's normal search path or you are not using gcc and boost.python 1.31. To compile and install: python setup.py install In gentoo, you may install the notable dependencies thus: ACCEPT_KEYWORDS=~x86 emerge libshout && emerge boost A gentoo ebuild is provided. A deprecated boost-jam setup, probably more trouble than it is worth (edit Jamrules and boost-build.jam to point to your boost installation) is also provided; you will need to install the boost sources and the latest boost-jam before you can use this. Then type bjam and look for the module and C++ source client under ./bin/ . If it works for you, you will get a considerably smaller binary. (c) 2004-2006 Daniel Holth