Requirements:
- gtk+2 or gtk+3 (default)
- burning suite: cdrtools / cdrkit (with symlinks: cdrecord->wodim, cdda2wav->icedax, genisoimage->mkisofs)
- detection: libdvdread, libcddb, libcdio
- audio burning and extracting: flac (flac<->wav), mpg123 (mp3->wav), lame (wav->mp3), vorbis-tools (ogg<->wav)
- video DVD ripping: mencoder with mandatory xvid and optional mp3 codec support - simpleburn.sh can be edited to change quality & codecs
- video / audio preview: gmplayer (or symlink with same command line options)

Installation procedure:
1) extract the archive containing the program sources,
2) enter the directory containing the sources,
3) run the command `cmake .'; options:
	`-DCMAKE_INSTALL_PREFIX=/usr': to install into `/usr' instead of `/usr/local';
	`-DGTK2=on': to use GTK+2 instead of GTK+3
4) run the command `make',
5) run the command `make install'
	(or `make install DESTDIR=absolute_path_to_somedir' to place the files
	in a temporary location instead of the expected one).


If gmplayer is not available, gnome-mplayer (for example) can be used, using a bin/gmplayer script like:
--------------------------------------------------
#!/bin/sh
gnome-mplayer $3
--------------------------------------------------
Indeed, when asked for preview, simpleburn runs a command like:
gmplayer -dvd-device /dev/cdrom dvd://1 -alang fr
gmplayer -cdrom-device /dev/cdrom cdda://1
