The CVS stores the version the developers work on. The version in CVS will contain the latest and greatest features, but also the latest mistakes. Use at your discretion.
To get the latest version, first log into CVS using cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/evidence login -- just press Enter or Return when it asks for a password. Then enter cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/evidence co evidence to download ("check out" in CVS-speak) the actual files. This will take a while, but the cvs program should keep you updated on its progress.
Providers a small plugins that are specialists for a certain type of file.
The MP3/ID3 provider for instance knows how to read MP3 tags.
It enables evidence to show information such as song title, artist's
name, release-date and more even if they are not part of the file's name.
This information will be displayed in tooltips and in the file-info
dialog together with the usual data (file's size, its owner, date of last
modification, ...).
Most plugins also allow some of the data to be edited; in the case of the
MP3/ID3 plugin, you may edit your MP3 tags in the file-info dialog!
Plugins are not part of the main program; this way, you may easily add
plugins without having to rebuild the whole program. evidence will only
load the plugins as it needs them; if you have no MP3s for instance, the
MP3/ID3 plugin will not be loaded.
Most plugins rely on other code ("libraries") that need to install before
you can build that plugin:
Plugin | Needs |
---|---|
Ogg Vorbis-tag | libvorbis, libvorbisfile, libogg |
MP3-tag (ID3) | libid3 (3.8+) |
image | imlib2 (highly recommended for thumbnailer anyway) |
The backend tells evidence about the files on your system. There are a several backends to choose from; for instance, if you are using KDE, the KDE-backend will let evidence use the awesome power of kioslaves. The GNOME-VFS backend does similar things for GNOME-users, the efsd-backend for enlightenment 17 users. If in doubt, use the default "file" backend which does not rely on a specific Desktop Environment and will run anywhere.
The canvas is what evidence puts the icons of the icon-view and the shelf on. You may use GNOME-canvas, or the enlightenment canvas, evas. GNOME-canvas should part of your distribution of GNU/Linux and may well be on your system already. evas means more stuff to download, but it also means having a much fancier icon-view in the end.
Library | Used for... |
---|---|
freetype | needed by evas. required. |
imlib2 | fancy thumbnails. without imlib2, you will only get thumbnails (image previews) for PNG and JPG format images; with it, for about a dozen others, as well as previews for TrueType fonts. some theme-plugins such as the text-path also use imlib2 for fancier looks (but may usually be built to less effect without imlib2). highly recommened. |
ebg | enlightened background. ebony-created enlightenment 17 backgrounds use this. backgrounds are store in edb-files, so if want ebg, you'll edb as well. recommended. |
edb | enlightened data-base. ebony-created enlightenment 17 backgrounds and legacy e17 scrollbars come in this format. recommended; required when using edb. |
eet | enlightened compressed archive. now, one more format to thumbnail. will become more important in the future. optional. |