This is a frontend to cdlabelgen by B. W. Fitzpatrick <fitz at red-bean.com>
and newly maintained by Avinash Chopde
http://freshmeat.net/projects/cdinsert/

Based on the interface from gcombust by Jonas Munsin <jmunsin at iki.fi>
http://freshmeat.net/projects/gcombust/homepage/ 

Based on the cddb code from cdcd (still?)
Initially written by Tony Arcieri       <tarcieri@gjhsnews.mesa.k12.co.us>
Fabrice Bauzac                          <noon@users.sourceforge.net>

Based on code from xmms 
http://www.xmms.org

and gcdlabelgen by Kent Nyberg <blurkis at BonBon.net>
http://freshmeat.net/projects/gcdlabelgen/download/ 

thnx to hor - for lots of code from xcdroast
and of course to the authors of the other programs i lended code from :)

license is GPL 2.0

INSTALLATION:
./configure
make
make install

PACKAGE CREATION:
redhat:
make rpm
or
rpmbuild -tb gtkcdlabel-%{version}.tar.bz2

debian/ubuntu
make release

FAQ/PROBLEMS:

Q: I get lots of (gtkcdlabel:6269): libglade-WARNING **: could not find signal handler 'xxxxxxxxxxxxx'.
   when i start gtkcdlabel - and no button works. Whats wrong?
A: Your linker is too old. Update or simply do the following
   LDFLAGS="${LDFLAGS:- -export-dynamic}" ; export LDFLAGS
   ./configure
  make
 
