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