public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/libmatchbox/files: libmatchbox-1.9-libpng14.patch
@ 2010-03-09 14:57 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-09 14:57 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/03/09 14:57:48

  Added:                libmatchbox-1.9-libpng14.patch
  Log:
  Fix building with libpng14.
  (Portage version: 2.2_rc66/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-libs/libmatchbox/files/libmatchbox-1.9-libpng14.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/files/libmatchbox-1.9-libpng14.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/files/libmatchbox-1.9-libpng14.patch?rev=1.1&content-type=text/plain

Index: libmatchbox-1.9-libpng14.patch
===================================================================
http://repos.archlinux.org/wsvn/community/libmatchbox/trunk/PKGBUILD

--- libmb/mbpixbuf.c
+++ libmb/mbpixbuf.c
@@ -228,7 +228,7 @@
   if ((fd = fopen( file, "rb" )) == NULL) return NULL;
 
   fread( header, 1, 8, fd );
-  if ( ! png_check_sig( header, 8 ) ) 
+  if ( ! png_sig_cmp( header, 0, 8 ) ) 
     {
       fclose(fd);
       return NULL;






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/libmatchbox/files: libmatchbox-1.9-libpng14.patch
@ 2011-03-20 12:51 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-03-20 12:51 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/03/20 12:51:52

  Modified:             libmatchbox-1.9-libpng14.patch
  Log:
  Fix libpng-1.4.x patch wrt #359583.
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-libs/libmatchbox/files/libmatchbox-1.9-libpng14.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatchbox/files/libmatchbox-1.9-libpng14.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatchbox/files/libmatchbox-1.9-libpng14.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatchbox/files/libmatchbox-1.9-libpng14.patch?r1=1.1&r2=1.2

Index: libmatchbox-1.9-libpng14.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/files/libmatchbox-1.9-libpng14.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libmatchbox-1.9-libpng14.patch	9 Mar 2010 14:57:47 -0000	1.1
+++ libmatchbox-1.9-libpng14.patch	20 Mar 2011 12:51:52 -0000	1.2
@@ -1,4 +1,4 @@
-http://repos.archlinux.org/wsvn/community/libmatchbox/trunk/PKGBUILD
+http://projects.archlinux.org/svntogit/community.git/tree/libmatchbox/trunk/PKGBUILD?id=43f68b59fb790eb685d18a2f189c7e3055c77b30
 
 --- libmb/mbpixbuf.c
 +++ libmb/mbpixbuf.c
@@ -7,7 +7,7 @@
  
    fread( header, 1, 8, fd );
 -  if ( ! png_check_sig( header, 8 ) ) 
-+  if ( ! png_sig_cmp( header, 0, 8 ) ) 
++  if ( ! png_sig_cmp( header, 0, 8 ) == 0 ) 
      {
        fclose(fd);
        return NULL;






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-20 12:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-09 14:57 [gentoo-commits] gentoo-x86 commit in x11-libs/libmatchbox/files: libmatchbox-1.9-libpng14.patch Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-20 12:51 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox