[arch-commits] Commit in imlib2/trunk (PKGBUILD libpng14.patch)

Eric Bélanger eric at archlinux.org
Wed Jan 20 03:45:43 UTC 2010


    Date: Tuesday, January 19, 2010 @ 22:45:42
  Author: eric
Revision: 64377

upgpkg: imlib2 1.4.2-6
    Fixed libpng patch

Modified:
  imlib2/trunk/PKGBUILD
  imlib2/trunk/libpng14.patch

----------------+
 PKGBUILD       |    6 +++---
 libpng14.patch |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-20 03:40:51 UTC (rev 64376)
+++ PKGBUILD	2010-01-20 03:45:42 UTC (rev 64377)
@@ -5,7 +5,7 @@
 
 pkgname=imlib2
 pkgver=1.4.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support"
 url="http://sourceforge.net/projects/enlightenment/"
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 source=("http://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2" \
         'bufferoverflow.patch' libpng14.patch)
 md5sums=('9f15568e76ebda9092c571e0df261f54' '76def1fe0ac2ac1686ff24d29979606f'\
-         'f3cd56755cef7ea62de2702b2300cea1')
+         '68f671641e298ef7eead0aded4087c53')
 sha1sums=('c3fb5de49e1e493544879f41262ec1ca525fc670' 'da84cea18ab852206e742f6e705665b4eb816405'\
-         '75baf96b3b409b4cf94d1fe5674ce875d375cb52')
+         '43bb830f222f256154b42d0f1ca26938073a5603')
 
 build() {
   cd $srcdir/$pkgname-$pkgver

Modified: libpng14.patch
===================================================================
--- libpng14.patch	2010-01-20 03:40:51 UTC (rev 64376)
+++ libpng14.patch	2010-01-20 03:45:42 UTC (rev 64377)
@@ -6,7 +6,7 @@
          /* if we haven't read the header before, set the header data */
          fread(buf, 1, PNG_BYTES_TO_CHECK, f);
 -        if (!png_check_sig(buf, PNG_BYTES_TO_CHECK))
-+        if (!png_sig_cmp(buf, 0, PNG_BYTES_TO_CHECK))
++        if (png_sig_cmp(buf, 0, PNG_BYTES_TO_CHECK))
            {
               fclose(f);
               return 0;




More information about the arch-commits mailing list