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

Side by Side Diff: third_party/libpng/README

Issue 140074: Updates the PNG library to 1.2.37, enables some functionality for O3D (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 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/libpng/LICENSE ('k') | third_party/libpng/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 README for libpng version 1.2.36 - May 7, 2009 (shared library 12.0) 1 README for libpng version 1.2.37 - June 4, 2009 (shared library 12.0)
2 See the note about version numbers near the top of png.h 2 See the note about version numbers near the top of png.h
3 3
4 See INSTALL for instructions on how to install libpng. 4 See INSTALL for instructions on how to install libpng.
5 5
6 Libpng comes in several distribution formats. Get libpng-*.tar.gz, 6 Libpng comes in several distribution formats. Get libpng-*.tar.gz,
7 libpng-*.tar.lzma, or libpng-*.tar.bz2 if you want UNIX-style line 7 libpng-*.tar.lzma, or libpng-*.tar.bz2 if you want UNIX-style line
8 endings in the text files, or lpng*.7z or lpng*.zip if you want DOS-style 8 endings in the text files, or lpng*.7z or lpng*.zip if you want DOS-style
9 line endings. You can get UNIX-style line endings from the *.zip file 9 line endings. You can get UNIX-style line endings from the *.zip file
10 by using "unzip -a" but there seems to be no simple way to recover 10 by using "unzip -a" but there seems to be no simple way to recover
11 UNIX-style line endings from the *.7z file. The *.tar.lzma file is 11 UNIX-style line endings from the *.7z file. The *.tar.lzma file is
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 netware.txt => Contains instructions for downloading a set of 187 netware.txt => Contains instructions for downloading a set of
188 project files for building libpng and zlib on 188 project files for building libpng and zlib on
189 Netware. 189 Netware.
190 wince.txt => Contains instructions for downloading a Microsoft 190 wince.txt => Contains instructions for downloading a Microsoft
191 Visual C++ (Windows CD Toolkit) workspace for 191 Visual C++ (Windows CD Toolkit) workspace for
192 building libpng and zlib on WindowsCE 192 building libpng and zlib on WindowsCE
193 scripts => Directory containing scripts for building libpng: 193 scripts => Directory containing scripts for building libpng:
194 descrip.mms => VMS makefile for MMS or MMK 194 descrip.mms => VMS makefile for MMS or MMK
195 makefile.std => Generic UNIX makefile (cc, creates static libpng.a) 195 makefile.std => Generic UNIX makefile (cc, creates static libpng.a)
196 makefile.elf => Linux/ELF makefile symbol versioning, 196 makefile.elf => Linux/ELF makefile symbol versioning,
197 gcc, creates libpng12.so.0.1.2.36) 197 gcc, creates libpng12.so.0.1.2.37)
198 makefile.linux => Linux/ELF makefile 198 makefile.linux => Linux/ELF makefile
199 (gcc, creates libpng12.so.0.1.2.36) 199 (gcc, creates libpng12.so.0.1.2.37)
200 makefile.gcmmx => Linux/ELF makefile 200 makefile.gcmmx => Linux/ELF makefile
201 (gcc, creates libpng12.so.0.1.2.36, 201 (gcc, creates libpng12.so.0.1.2.37,
202 uses assembler code tuned for Intel MMX platform) 202 uses assembler code tuned for Intel MMX platform)
203 makefile.gcc => Generic makefile (gcc, creates static libpng.a) 203 makefile.gcc => Generic makefile (gcc, creates static libpng.a)
204 makefile.knr => Archaic UNIX Makefile that converts files with 204 makefile.knr => Archaic UNIX Makefile that converts files with
205 ansi2knr (Requires ansi2knr.c from 205 ansi2knr (Requires ansi2knr.c from
206 ftp://ftp.cs.wisc.edu/ghost) 206 ftp://ftp.cs.wisc.edu/ghost)
207 makefile.aix => AIX makefile 207 makefile.aix => AIX makefile
208 makefile.cygwin => Cygwin/gcc makefile 208 makefile.cygwin => Cygwin/gcc makefile
209 makefile.darwin => Darwin makefile 209 makefile.darwin => Darwin makefile
210 makefile.dec => DEC Alpha UNIX makefile 210 makefile.dec => DEC Alpha UNIX makefile
211 makefile.freebsd => FreeBSD makefile 211 makefile.freebsd => FreeBSD makefile
212 makefile.hpgcc => HPUX makefile using gcc 212 makefile.hpgcc => HPUX makefile using gcc
213 makefile.hpux => HPUX (10.20 and 11.00) makefile 213 makefile.hpux => HPUX (10.20 and 11.00) makefile
214 makefile.hp64 => HPUX (10.20 and 11.00) makefile, 64 bit 214 makefile.hp64 => HPUX (10.20 and 11.00) makefile, 64 bit
215 makefile.ibmc => IBM C/C++ version 3.x for Win32 and OS/2 (static) 215 makefile.ibmc => IBM C/C++ version 3.x for Win32 and OS/2 (static)
216 makefile.intel => Intel C/C++ version 4.0 and later 216 makefile.intel => Intel C/C++ version 4.0 and later
217 libpng.icc => Project file, IBM VisualAge/C++ 4.0 or later 217 libpng.icc => Project file, IBM VisualAge/C++ 4.0 or later
218 makefile.netbsd => NetBSD/cc makefile, PNGGCCRD, makes libpng.so. 218 makefile.netbsd => NetBSD/cc makefile, PNGGCCRD, makes libpng.so.
219 makefile.ne12bsd => NetBSD/cc makefile, PNGGCCRD, makes libpng12.so 219 makefile.ne12bsd => NetBSD/cc makefile, PNGGCCRD, makes libpng12.so
220 makefile.openbsd => OpenBSD makefile 220 makefile.openbsd => OpenBSD makefile
221 makefile.sgi => Silicon Graphics IRIX (cc, creates static lib) 221 makefile.sgi => Silicon Graphics IRIX (cc, creates static lib)
222 makefile.sggcc => Silicon Graphics 222 makefile.sggcc => Silicon Graphics
223 (gcc, creates libpng12.so.0.1.2.36) 223 (gcc, creates libpng12.so.0.1.2.37)
224 makefile.sunos => Sun makefile 224 makefile.sunos => Sun makefile
225 makefile.solaris => Solaris 2.X makefile 225 makefile.solaris => Solaris 2.X makefile
226 (gcc, creates libpng12.so.0.1.2.36) 226 (gcc, creates libpng12.so.0.1.2.37)
227 makefile.so9 => Solaris 9 makefile 227 makefile.so9 => Solaris 9 makefile
228 (gcc, creates libpng12.so.0.1.2.36) 228 (gcc, creates libpng12.so.0.1.2.37)
229 makefile.32sunu => Sun Ultra 32-bit makefile 229 makefile.32sunu => Sun Ultra 32-bit makefile
230 makefile.64sunu => Sun Ultra 64-bit makefile 230 makefile.64sunu => Sun Ultra 64-bit makefile
231 makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc 231 makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc
232 makefile.mips => MIPS makefile 232 makefile.mips => MIPS makefile
233 makefile.acorn => Acorn makefile 233 makefile.acorn => Acorn makefile
234 makefile.amiga => Amiga makefile 234 makefile.amiga => Amiga makefile
235 smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC 235 smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC
236 compiler (Requires SCOPTIONS, copied from 236 compiler (Requires SCOPTIONS, copied from
237 scripts/SCOPTIONS.ppc) 237 scripts/SCOPTIONS.ppc)
238 makefile.atari => Atari makefile 238 makefile.atari => Atari makefile
(...skipping 19 matching lines...) Expand all
258 -Glenn Randers-Pehrson (current maintainer) 258 -Glenn Randers-Pehrson (current maintainer)
259 Internet: glennrp at users.sourceforge.net 259 Internet: glennrp at users.sourceforge.net
260 260
261 -Andreas Eric Dilger (former maintainer, 1996-1997) 261 -Andreas Eric Dilger (former maintainer, 1996-1997)
262 Internet: adilger at enel.ucalgary.ca 262 Internet: adilger at enel.ucalgary.ca
263 Web: http://members.shaw.ca/adilger/ 263 Web: http://members.shaw.ca/adilger/
264 264
265 -Guy Eric Schalnat (original author and former maintainer, 1995-1996) 265 -Guy Eric Schalnat (original author and former maintainer, 1995-1996)
266 (formerly of Group 42, Inc) 266 (formerly of Group 42, Inc)
267 Internet: gschal at infinet.com 267 Internet: gschal at infinet.com
OLDNEW
« no previous file with comments | « third_party/libpng/LICENSE ('k') | third_party/libpng/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698