[arch-commits] Commit in imlib2/repos (3 files)

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


    Date: Tuesday, January 19, 2010 @ 22:49:34
  Author: eric
Revision: 64380

Merged revisions 64377 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/imlib2/trunk

........
  r64377 | eric | 2010-01-19 22:45:42 -0500 (Tue, 19 Jan 2010) | 2 lines
  
  upgpkg: imlib2 1.4.2-6
      Fixed libpng patch
........

Modified:
  imlib2/repos/testing-i686/	(properties)
  imlib2/repos/testing-i686/PKGBUILD
  imlib2/repos/testing-i686/libpng14.patch

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


Property changes on: imlib2/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /imlib2/trunk:1-64020
   + /imlib2/trunk:1-64379

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2010-01-20 03:48:31 UTC (rev 64379)
+++ testing-i686/PKGBUILD	2010-01-20 03:49:34 UTC (rev 64380)
@@ -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: testing-i686/libpng14.patch
===================================================================
--- testing-i686/libpng14.patch	2010-01-20 03:48:31 UTC (rev 64379)
+++ testing-i686/libpng14.patch	2010-01-20 03:49:34 UTC (rev 64380)
@@ -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