Changeset 846 for trunk/src/3rdparty/libpng/README
- Timestamp:
- May 5, 2011, 5:36:53 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/3rdparty/libpng/README (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/3rdparty/libpng/README
r561 r846 1 README for libpng version 1. 2.40 - September 10, 2009 (shared library 12.0)1 README for libpng version 1.4.0 - January 3, 2010 (shared library 14.0) 2 2 See the note about version numbers near the top of png.h 3 3 … … 5 5 6 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 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 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 12 recommended for *NIX users instead. 7 libpng-*.tar.xz or libpng-*.tar.bz2 if you want UNIX-style line endings 8 in the text files, or lpng*.zip if you want DOS-style line endings. 13 9 14 10 Version 0.89 was the first official release of libpng. Don't let the … … 59 55 60 56 The changes made to the library, and bugs fixed are based on discussions 61 on the png-mng-implement mailing list62 and not on material submitted privately to Guy, Andreas, or Glenn. They will 63 forward any goodsuggestions to the list.57 on the PNG-implement mailing list and not on material submitted 58 privately to Guy, Andreas, or Glenn. They will forward any good 59 suggestions to the list. 64 60 65 61 For a detailed description on using libpng, read libpng.txt. For … … 82 78 you are so inclined. 83 79 84 zlib should be available at the same place that libpng is, or at 85 ftp://ftp. simplesystems.org/pub/png/src/80 zlib should be available at the same place that libpng is, or at. 81 ftp://ftp.info-zip.org/pub/infozip/zlib 86 82 87 83 You may also want a copy of the PNG specification. It is available 88 84 as an RFC, a W3C Recommendation, and an ISO/IEC Standard. You can find 89 these at http://www.libpng.org/pub/png/ pngdocs.html85 these at http://www.libpng.org/pub/png/documents/ 90 86 91 87 This code is currently being archived at libpng.sf.net in the … … 106 102 107 103 This release was created and will be supported by myself (of course 108 based in a large way on Guy's and Andreas' earlier work), and the PNG group. 109 110 Send comments/corrections/commendations to png-mng-implement at lists.sf.net 111 (subscription required; visit 104 based in a large way on Guy's and Andreas' earlier work), and the PNG 105 development group. 106 107 Send comments/corrections/commendations to png-mng-implement at 108 lists.sourceforge.net (subscription required; visit 112 109 https://lists.sourceforge.net/lists/listinfo/png-mng-implement 113 110 to subscribe) or to glennrp at users.sourceforge.net 114 111 115 112 You can't reach Guy, the original libpng author, at the addresses 116 given in previous versions of this document. He and Andreas will read mail117 addressed to the png-mng-implement list, however.113 given in previous versions of this document. He and Andreas will 114 read mail addressed to the png-implement list, however. 118 115 119 116 Please do not send general questions about PNG. Send them to 120 the (png- mng-misc at lists.sourceforge.net, subscription required, visit121 https://lists.sourceforge.net/lists/listinfo/png-mng-implement to subscribe) 117 the (png-list at ccrc.wustl.edu, subscription required, write to 118 majordomo at ccrc.wustl.edu with "subscribe png-list" in your message). 122 119 On the other hand, 123 120 please do not send libpng questions to that address, send them to me 124 or to the png- mng-implement list. I'll121 or to the png-implement list. I'll 125 122 get them in the end anyway. If you have a question about something 126 123 in the PNG specification that is related to using libpng, send it … … 130 127 131 128 Please do not send suggestions on how to change PNG. We have 132 been discussing PNG for twelve years now, and it is official and129 been discussing PNG for nine years now, and it is official and 133 130 finished. If you have suggestions for libpng, however, I'll 134 131 gladly listen. Even if your suggestion is not used immediately, … … 145 142 Y2KINFO => Statement of Y2K compliance 146 143 example.c => Example code for using libpng functions 147 libpng-*-*-diff.txt => Diff from previous release148 144 libpng.3 => manual page for libpng (includes libpng.txt) 149 145 libpng.txt => Description of libpng and its functions … … 179 175 pngsuite => Test images 180 176 visupng => Contains a MSVC workspace for VisualPng 181 projects => Contains project files and workspaces for building DLL 182 beos => Contains a Beos workspace for building libpng 183 c5builder => Contains a Borland workspace for building libpng 184 and zlib 185 visualc6 => Contains a Microsoft Visual C++ (MSVC) workspace 186 for building libpng and zlib 187 netware.txt => Contains instructions for downloading a set of 188 project files for building libpng and zlib on 189 Netware. 190 wince.txt => Contains instructions for downloading a Microsoft 191 Visual C++ (Windows CD Toolkit) workspace for 192 building libpng and zlib on WindowsCE 177 projects => Contains project files and workspaces for 178 building a DLL 179 c5builder => Contains a Borland workspace for building 180 libpng and zlib 181 visualc6 => Contains a Microsoft Visual C++ (MSVC) 182 workspace for building libpng and zlib 193 183 scripts => Directory containing scripts for building libpng: 194 184 descrip.mms => VMS makefile for MMS or MMK 195 makefile.std => Generic UNIX makefile (cc, creates static libpng.a) 185 makefile.std => Generic UNIX makefile (cc, creates static 186 libpng.a) 196 187 makefile.elf => Linux/ELF makefile symbol versioning, 197 gcc, creates libpng1 2.so.0.1.2.40)188 gcc, creates libpng14.so.14.1.4.0) 198 189 makefile.linux => Linux/ELF makefile 199 (gcc, creates libpng12.so.0.1.2.40) 200 makefile.gcmmx => Linux/ELF makefile 201 (gcc, creates libpng12.so.0.1.2.40, 202 uses assembler code tuned for Intel MMX platform) 190 (gcc, creates libpng14.so.14.1.4.0) 203 191 makefile.gcc => Generic makefile (gcc, creates static libpng.a) 204 192 makefile.knr => Archaic UNIX Makefile that converts files with … … 215 203 makefile.ibmc => IBM C/C++ version 3.x for Win32 and OS/2 (static) 216 204 makefile.intel => Intel C/C++ version 4.0 and later 217 libpng.icc => Project file, IBM VisualAge/C++ 4.0 or later 218 makefile.netbsd => NetBSD/cc makefile, PNGGCCRD, makes libpng.so. 219 makefile.ne12bsd => NetBSD/cc makefile, PNGGCCRD, makes libpng12.so 205 makefile.mingw => Mingw/gcc makefile 206 makefile.netbsd => NetBSD/cc makefile, makes libpng.so. 207 makefile.ne14bsd => NetBSD/cc makefile, makes 208 libpng14.so 220 209 makefile.openbsd => OpenBSD makefile 221 210 makefile.sgi => Silicon Graphics IRIX (cc, creates static lib) 222 211 makefile.sggcc => Silicon Graphics 223 (gcc, creates libpng1 2.so.0.1.2.40)212 (gcc, creates libpng14.so.14.1.4.0) 224 213 makefile.sunos => Sun makefile 225 214 makefile.solaris => Solaris 2.X makefile 226 (gcc, creates libpng1 2.so.0.1.2.40)215 (gcc, creates libpng14.so.14.1.4.0) 227 216 makefile.so9 => Solaris 9 makefile 228 (gcc, creates libpng1 2.so.0.1.2.40)217 (gcc, creates libpng14.so.14.1.4.0) 229 218 makefile.32sunu => Sun Ultra 32-bit makefile 230 219 makefile.64sunu => Sun Ultra 64-bit makefile … … 243 232 makefile.dj2 => DJGPP 2 makefile 244 233 makefile.msc => Microsoft C makefile 245 makefile.vcawin32=> makefile for Microsoft Visual C++ 5.0 and246 later (uses assembler code tuned for Intel MMX247 platform)248 234 makefile.vcwin32 => makefile for Microsoft Visual C++ 4.0 and 249 235 later (does not use assembler code) 250 236 makefile.os2 => OS/2 Makefile (gcc and emx, requires pngos2.def) 251 pngos2.def => OS/2 module definition file used by makefile.os2 237 png32ce.def => module definition for makefile.cegccg 238 pngos2.def => OS/2 module definition file used by 239 makefile.os2 240 pngwin.def => module definition file used by 241 makefile.cygwin and makefile.mingw 252 242 makefile.watcom => Watcom 10a+ Makefile, 32-bit flat memory model 253 243 makevms.com => VMS build script … … 256 246 Good luck, and happy coding. 257 247 258 -Glenn Randers-Pehrson (current maintainer )248 -Glenn Randers-Pehrson (current maintainer, since 1998) 259 249 Internet: glennrp at users.sourceforge.net 260 250 261 251 -Andreas Eric Dilger (former maintainer, 1996-1997) 262 252 Internet: adilger at enel.ucalgary.ca 263 Web: http:// members.shaw.ca/adilger/253 Web: http://www-mddsp.enel.ucalgary.ca/People/adilger/ 264 254 265 255 -Guy Eric Schalnat (original author and former maintainer, 1995-1996)
Note:
See TracChangeset
for help on using the changeset viewer.
