]> git.street.me.uk Git - andy/viking.git/blob - src/libjpeg/README.orig
Some spelling fixes in a comment
[andy/viking.git] / src / libjpeg / README.orig
1                                       EXIF
2                                       ----
3
4 'exif' is a small command-line utility to show EXIF information hidden
5 in JPEG files. I wrote it to demonstrate the power of libexif.
6
7 It depends on 
8  * libexif (http://www.sourceforge.net/projects/libexif)
9  * popt
10
11 Have fun!
12
13 Lutz <lutz@users.sourceforge.net>
14
15
16 BUILDING
17 --------
18
19 Assuming libexif and popt are installed, building exif from the source
20 tar ball should be a simple matter of:
21
22   ./configure
23   make
24   sudo make install
25
26 If your libexif is installed in a non-standard location, you must point
27 configure at the location of its libexif.pc file using the pkg-config
28 path, like this:
29
30   ./configure PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
31
32 When building from CVS, run this before configuring:
33
34   autoreconf -i
35
36
37 INTERNATIONALIZATION
38 --------------------
39
40 All translations for exif, except cs, ru and en_CA, are coordinated by
41 the Translation Project at http://translationproject.org/.  This means
42 that ALL changes to the .po files (except those few exceptions) MUST be
43 made through the TP web site, or they will be eventually overwritten
44 and lost.  If you are interested in translating exif into a new
45 language, simply join TP and start!  A translation disclaimer is NOT
46 required for exif; by making a translation, you agree implicitly to
47 provide it under the same license terms as the rest of exif (GPL).
48 When a new version of exif is available for translation, an exif
49 maintainer will contact the Translation Project and all interested TP
50 members will be automatically notified.