Changes between Initial Version and Version 2 of Ticket #6421


Ignore:
Timestamp:
04/21/2015 04:23:07 PM (9 years ago)
Author:
Fernando de Oliveira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6421

    • Property Owner changed from blfs-book@… to Fernando de Oliveira
    • Property Status newassigned
  • Ticket #6421 – Description

    initial v2  
    22
    33[http://downloads.sourceforge.net/libmng/libmng-2.0.3.tar.xz.asc]
     4
     5Found:
     6
     7[http://upstream-tracker.org/changelogs/libmng/2.0.3/changelog.html]
     8
     9{{{
     102.0.3 (15.11.2014)
     11---------------------------
     12[szukw000@arcor.de] More changes to libmng_types.h.
     13}}}
     14
     15Other then version changes, there are essentially two changes, one for WIN32 and one equivalent to the sed in our libmng-2.0.2 page:
     16
     17{{{
     18 typedef int boolean;
     19 #endif
     20+/* For jpegsrc.v09a: */
     21+#include <stdio.h>
     22 #include <jpeglib.h>
     23 #endif /* MNG_INCLUDE_IJG6B */
     24
     25}}}