Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: third_party/libexif/README.chromium

Issue 10808112: Slightly simplify third_party/libexif/README.chromium. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/libexif/LICENSE ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: EXIF Library 1 Name: libexif
2 Short Name: libexif
kmadhusu 2012/07/24 22:15:10 I followed this template (http://src.chromium.org/
Lei Zhang 2012/07/24 22:23:38 No, but less than half of the README.chromium file
3 URL: http://libexif.sourceforge.net/ 2 URL: http://libexif.sourceforge.net/
4 Version: 0.6.21 3 Version: 0.6.21
5 License: LGPL 2.1 4 License: LGPL 2.1
6 License File: LICENSE 5 License File: sources/COPYING
7 Date: 2012-06-04 6 Date: 2012-06-04
8 Security Critical: yes. 7 Security Critical: yes.
9 8
10 Description: 9 Description:
11 libexif is a library for parsing, editing, and saving EXIF data. Many maker 10 libexif is a library for parsing, editing, and saving EXIF data. Many maker
12 notes from Canon, Casio, Epson, Fuji, Nikon, Olympus, Pentax and Sanyo cameras 11 notes from Canon, Casio, Epson, Fuji, Nikon, Olympus, Pentax and Sanyo cameras
13 are also supported. 12 are also supported.
14 13
15 Local Modifications: 14 Local Modifications:
16 - Added license header to exif-mem.c. Please refer to chromium.patch. 15 - Added license header to exif-mem.c. Please refer to chromium.patch.
17 - config.h and _stdint.h has been modified to build on all platforms. Please 16 - config.h and _stdint.h has been modified to build on all platforms. Please
18 refer to chromium.patch. 17 refer to chromium.patch.
19 - Added BIND_TEXTDOMAIN macro to conditionally bind the text domain to locale 18 - Added BIND_TEXTDOMAIN macro to conditionally bind the text domain to locale
20 directory. Please refer to chromium.patch. 19 directory. Please refer to chromium.patch.
21 - Removed ABOUT-NLS, *.m4, *-m4, binary, ChangeLog, config*, contrib, depcomp, 20 - Removed ABOUT-NLS, *.m4, *-m4, binary, ChangeLog, config*, contrib, depcomp,
22 INSTALL, install-sh, Makefile-files, *.sym, *.am, *.in, *.pc.in, *.spec, *.sh 21 INSTALL, install-sh, Makefile-files, *.sym, *.am, *.in, *.pc.in, *.spec, *.sh
23 and *.txt files. 22 and *.txt files.
24 - Removed "doc", "po", "NEWS", "mkinstalldirs", "missing", "nls" folders. 23 - Removed "doc", "po", "NEWS", "mkinstalldirs", "missing", "nls" folders.
OLDNEW
« no previous file with comments | « third_party/libexif/LICENSE ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698