Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/libpng/README

    r2 r561  
    1 README for libpng version 1.2.29 - May 8, 2008 (shared library 12.0)
     1README for libpng version 1.2.40 - September 10, 2009 (shared library 12.0)
    22See the note about version numbers near the top of png.h
    33
     
    77libpng-*.tar.lzma, or libpng-*.tar.bz2 if you want UNIX-style line
    88endings in the text files, or lpng*.7z or lpng*.zip if you want DOS-style
    9 line endings.
     9line endings.  You can get UNIX-style line endings from the *.zip file
     10by using "unzip -a" but there seems to be no simple way to recover
     11UNIX-style line endings from the *.7z file.  The *.tar.lzma file is
     12recommended for *NIX users instead.
    1013
    1114Version 0.89 was the first official release of libpng.  Don't let the
     
    5659
    5760The changes made to the library, and bugs fixed are based on discussions
    58 on the PNG-implement mailing list
     61on the png-mng-implement mailing list
    5962and not on material submitted privately to Guy, Andreas, or Glenn.  They will
    6063forward any good suggestions to the list.
     
    112115You can't reach Guy, the original libpng author, at the addresses
    113116given in previous versions of this document.  He and Andreas will read mail
    114 addressed to the png-implement list, however.
     117addressed to the png-mng-implement list, however.
    115118
    116119Please do not send general questions about PNG.  Send them to
     
    119122On the other hand,
    120123please do not send libpng questions to that address, send them to me
    121 or to the png-implement list.  I'll
     124or to the png-mng-implement list.  I'll
    122125get them in the end anyway.  If you have a question about something
    123126in the PNG specification that is related to using libpng, send it
     
    192195       makefile.std     =>  Generic UNIX makefile (cc, creates static libpng.a)
    193196       makefile.elf     =>  Linux/ELF makefile symbol versioning,
    194                             gcc, creates libpng12.so.0.1.2.29)
     197                            gcc, creates libpng12.so.0.1.2.40)
    195198       makefile.linux   =>  Linux/ELF makefile
    196                             (gcc, creates libpng12.so.0.1.2.29)
     199                            (gcc, creates libpng12.so.0.1.2.40)
    197200       makefile.gcmmx   =>  Linux/ELF makefile
    198                             (gcc, creates libpng12.so.0.1.2.29,
     201                            (gcc, creates libpng12.so.0.1.2.40,
    199202                            uses assembler code tuned for Intel MMX platform)
    200203       makefile.gcc     =>  Generic makefile (gcc, creates static libpng.a)
     
    218221       makefile.sgi     =>  Silicon Graphics IRIX (cc, creates static lib)
    219222       makefile.sggcc   =>  Silicon Graphics
    220                             (gcc, creates libpng12.so.0.1.2.29)
     223                            (gcc, creates libpng12.so.0.1.2.40)
    221224       makefile.sunos   =>  Sun makefile
    222225       makefile.solaris =>  Solaris 2.X makefile
    223                             (gcc, creates libpng12.so.0.1.2.29)
     226                            (gcc, creates libpng12.so.0.1.2.40)
    224227       makefile.so9     =>  Solaris 9 makefile
    225                             (gcc, creates libpng12.so.0.1.2.29)
     228                            (gcc, creates libpng12.so.0.1.2.40)
    226229       makefile.32sunu  =>  Sun Ultra 32-bit makefile
    227230       makefile.64sunu  =>  Sun Ultra 64-bit makefile
Note: See TracChangeset for help on using the changeset viewer.