diff options
author | Perberos <[email protected]> | 2011-11-06 19:30:49 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-06 19:30:49 -0300 |
commit | a8d28a6ce7e0c56dacba5d527d9134573a008902 (patch) | |
tree | 8852602004b5a13cc5d1ce3ecd7a314be81d1198 /README | |
download | eom-a8d28a6ce7e0c56dacba5d527d9134573a008902.tar.bz2 eom-a8d28a6ce7e0c56dacba5d527d9134573a008902.tar.xz |
inicial
Diffstat (limited to 'README')
-rw-r--r-- | README | 89 |
1 files changed, 89 insertions, 0 deletions
@@ -0,0 +1,89 @@ +Eye of MATE: an image viewing and cataloging program +----------------------------------------------------- + +Perfect vision soup: + + - 1 cauldron of snake broth + - 2 vampire ears + - 4 legs of tarantula + - 1 eye of mate + + +Description +----------- + +This is the Eye of MATE, an image viewer program. It is meant to be +a fast and functional image viewer. + +Requirements +------------ + +This package requires the following modules to be installed: glib, +GTK+, libmateui, libglade, mateconf, mate-desktop, gio, gdk-pixbuf, +mate-icon-theme, shared-mime-info, libart, and libglade. + +You can get these packages from your favourite MATE FTP mirror or at +http://download.gnome.org/sources or from other sources where MATE +packages are distributed. shared-mime-info can be downloaded +from the freedesktop.org website. + + +Optional Libraries +------------------ + +'Eye of MATE' supports the reading of EXIF information stored in +images by digital cameras. To get this working, you need the optional +libexif library. It is available at http://libexif.sourceforge.net. +If you also want to preserve your EXIF data on save make sure you have +libjpeg installed, including the development files. + +In order to make 'Eye of MATE' work as a single instance application you'll +need D-Bus installed in your system. You can get it from +http://www.freedesktop.org/wiki/Software/dbus . + +Other optional dependencies include Little cms for color management, +Python, pygtk, and mate-python for python plugins support, and +Exempi for XMP metadata reading. + +Availability +------------ + +The bleeding-edge version of this package is always available from the MATE +SVN repository (instructions at http://developer.gnome.org/tools/svn.html). +Released versions are available at http://download.gnome.org/sources/eom. + +Webpage +------- + +You can find screenshots and the latest news about 'Eye of MATE' in +http://www.gnome.org/projects/eom. + + +Reporting bugs +-------------- + +Please use the MATE bug tracking system to report bugs. You can +reach it at http://bugzilla.gnome.org. + + +License +------- + +This program is released under the terms of the GNU General Public +License. Please see the file COPYING for details. + + +Authors +------- + +Maintainer: Lucas Rocha ([email protected]) + +Felix Riemann ([email protected]) +Claudio Saaevedra ([email protected]) +Tim Gerla ([email protected]) +Arik Devens ([email protected]) +Federico Mena-Quintero ([email protected]) +Jens Finke ([email protected]) +Lutz Müller ([email protected]) +Martin Baulig ([email protected]) +Michael Meeks ([email protected]) |