1. 29 8月, 2016 1 次提交
  2. 14 8月, 2016 1 次提交
  3. 02 7月, 2016 1 次提交
    • J
      pngcp: tool to copy PNG files · 0ac91cc6
      John Bowler 提交于
      This adds pngcp to the build together with a pngcp.dfa configuration test; the
      test revealed some configuration bugs which are fixed by corrections to the
      _SUPPORTED macros.
      
      pngcp builds on all tested configurations and a number of bugs have been fixed
      to make this happen relative to the version in libpng 1.7 contrib/examples.
      pngcp.dfa will have to be different for 1.7 but pngcp.c should work fine (not
      yet tested).  pngcp itself is still missing a usage message; this is a
      preliminary version, although since it behaves the same way as 'cp' most unoids
      shouldn't have a problem using it correctly.
      Signed-off-by: NJohn Bowler <jbowler@acm.org>
      0ac91cc6
  4. 18 5月, 2016 1 次提交
  5. 17 5月, 2016 1 次提交
  6. 06 4月, 2016 1 次提交
  7. 23 2月, 2016 1 次提交
  8. 19 2月, 2016 1 次提交
  9. 18 2月, 2016 1 次提交
  10. 27 9月, 2015 2 次提交
  11. 26 9月, 2015 2 次提交
  12. 22 3月, 2015 1 次提交
  13. 16 3月, 2015 1 次提交
  14. 15 12月, 2014 2 次提交
  15. 07 2月, 2014 1 次提交
  16. 30 12月, 2013 1 次提交
    • J
      [libpng16] Allow unversioned links created on install to be disabled in · d0479d24
      John Bowler 提交于
      configure.  In configure builds 'make install' changes/adds links like png.h
      and libpng.a to point to the newly installed, versioned, files (e.g.
      libpng17/png.h and libpng17.a). Three new configure options and some
      rearrangement of Makefile.am allow creation of these links to be disabled.
      d0479d24
  17. 17 10月, 2013 1 次提交
  18. 16 10月, 2013 1 次提交
  19. 15 10月, 2013 2 次提交
  20. 05 10月, 2013 1 次提交
    • J
      [libpng16] Made changes for compatibility with automake 1.14: · 940b37b1
      John Bowler 提交于
          1) Added the 'compile' program to the list of programs that must be cleaned
             in autogen.sh
          2) Added 'subdir-objects' which causes .c files in sub-directories to be
             compiled such that the corresponding .o files are also in the
             sub-directory.  This is because automake 1.14 warns that the
             current behavior of compiling to the top level directory may be removed
             in the future.
          3) Updated dependencies on pnglibconf.h to match the new .o locations and
             added all the files in contrib/libtests and contrib/tools that depend
             on pnglibconf.h
          4) Added 'BUILD_SOURCES = pnglibconf.h'; this is the automake recommended
             way of handling the dependencies of sources that are machine generated;
             unfortunately it only works if the user does 'make all' or 'make check',
             so the dependencies (3) are still required.
      940b37b1
  21. 28 6月, 2013 1 次提交
  22. 09 5月, 2013 3 次提交
  23. 08 5月, 2013 2 次提交
  24. 03 3月, 2013 1 次提交
  25. 02 3月, 2013 1 次提交
  26. 23 2月, 2013 1 次提交
  27. 16 2月, 2013 3 次提交
  28. 09 2月, 2013 1 次提交
    • J
      [libpng16] Fixed missing dependency in --prefix builds The intermediate · b8d0534e
      John Bowler 提交于
      internal 'prefix.h' file can only be generated correctly after
      pnglibconf.h, however the dependency was not in Makefile.am.  The
      symptoms are unpredictable depending on the order make chooses to
      build pngprefix.h and pnglibconf.h, often the error goes unnoticed
      because there is a system pnglibconf.h to use instead.
      b8d0534e
  29. 27 12月, 2012 1 次提交
  30. 15 12月, 2012 1 次提交
  31. 14 12月, 2012 1 次提交