]> git.pld-linux.org Git - packages/libpng.git/commitdiff
- updated to 1.4.7 auto/th/libpng-1_4_7-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 3 May 2011 12:56:14 +0000 (12:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated apng patch

Changed files:
    libpng-apng.patch -> 1.13
    libpng.spec -> 1.188

libpng-apng.patch
libpng.spec

index d89fbad9522cd7712937e9cc0f2ba57c77091704..161b110399a561c87b9a7ed647004cb0a4b45299 100644 (file)
@@ -2,7 +2,7 @@ Index: pngread.c
 ===================================================================
 --- pngread.c
 +++ pngread.c
-@@ -300,6 +300,11 @@
+@@ -278,6 +278,11 @@
  #ifdef PNG_READ_zTXt_SUPPORTED
        PNG_zTXt;
  #endif
@@ -14,7 +14,7 @@ Index: pngread.c
        png_uint_32 length = png_read_chunk_header(png_ptr);
        PNG_CONST png_bytep chunk_name = png_ptr->chunk_name;
  
-@@ -343,6 +348,9 @@
+@@ -321,6 +326,9 @@
                    !(png_ptr->mode & PNG_HAVE_PLTE))
              png_error(png_ptr, "Missing PLTE before IDAT");
  
@@ -24,7 +24,7 @@ Index: pngread.c
           png_ptr->idat_size = length;
           png_ptr->mode |= PNG_HAVE_IDAT;
           break;
-@@ -415,12 +423,95 @@
+@@ -393,12 +401,95 @@
        else if (!png_memcmp(chunk_name, png_iTXt, 4))
           png_handle_iTXt(png_ptr, info_ptr, length);
  #endif
@@ -120,7 +120,7 @@ Index: pngread.c
  /* Optional call to update the users info_ptr structure */
  void PNGAPI
  png_read_update_info(png_structp png_ptr, png_infop info_ptr)
-@@ -461,6 +552,10 @@
+@@ -439,6 +530,10 @@
  png_read_row(png_structp png_ptr, png_bytep row, png_bytep dsp_row)
  {
     PNG_IDAT;
@@ -128,10 +128,10 @@ Index: pngread.c
 +   PNG_fdAT;
 +   PNG_IEND;
 +#endif
+ #ifdef PNG_READ_INTERLACING_SUPPORTED
     PNG_CONST int png_pass_dsp_mask[7] = {0xff, 0x0f, 0xff, 0x33, 0xff, 0x55,
        0xff};
-    PNG_CONST int png_pass_mask[7] = {0x80, 0x08, 0x88, 0x22, 0xaa, 0x55, 0xff};
-@@ -596,13 +691,39 @@
+@@ -583,13 +678,39 @@
     {
        if (!(png_ptr->zstream.avail_in))
        {
@@ -173,7 +173,7 @@ Index: pngread.c
           }
           png_ptr->zstream.avail_in = (uInt)png_ptr->zbuf_size;
           png_ptr->zstream.next_in = png_ptr->zbuf;
-@@ -620,6 +741,9 @@
+@@ -607,6 +728,9 @@
              png_benign_error(png_ptr, "Extra compressed data");
           png_ptr->mode |= PNG_AFTER_IDAT;
           png_ptr->flags |= PNG_FLAG_ZLIB_FINISHED;
@@ -183,7 +183,7 @@ Index: pngread.c
           break;
        }
        if (ret != Z_OK)
-@@ -875,6 +999,11 @@
+@@ -862,6 +986,11 @@
  #ifdef PNG_READ_zTXt_SUPPORTED
        PNG_zTXt;
  #endif
@@ -195,7 +195,7 @@ Index: pngread.c
        png_uint_32 length = png_read_chunk_header(png_ptr);
        PNG_CONST png_bytep chunk_name = png_ptr->chunk_name;
  
-@@ -974,6 +1103,14 @@
+@@ -961,6 +1090,14 @@
        else if (!png_memcmp(chunk_name, png_iTXt, 4))
           png_handle_iTXt(png_ptr, info_ptr, length);
  #endif
index c382428b725665273ae1e47343975e34bfe6f8dc..1aaefb0b55f2d818a41ebd3af37435a44fc66ce2 100644 (file)
@@ -7,13 +7,13 @@ Summary(pl.UTF-8):    Biblioteka PNG
 Summary(pt_BR.UTF-8):  Biblioteca PNG
 Summary(tr.UTF-8):     PNG kitaplığı
 Name:          libpng
-Version:       1.4.5
+Version:       1.4.7
 Release:       1
 Epoch:         2
 License:       distributable
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/libpng/%{name}-%{version}.tar.xz
-# Source0-md5: 37d420c7d8294aac438c150bb4335901
+# Source0-md5: b074cc1b0318db12a74022526e5236ff
 Patch0:                %{name}-pngminus.patch
 # http://littlesvr.ca/apng/diff/%{name}-%{version}-apng.patch | dos2unix
 Patch1:                %{name}-apng.patch
This page took 0.036157 seconds and 4 git commands to generate.