public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-proxy/ziproxy/files: ziproxy-2.7.2-libpng14.patch
@ 2010-03-08 20:06 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-08 20:06 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/03/08 20:06:18

  Added:                ziproxy-2.7.2-libpng14.patch
  Log:
  Fix building with libpng14.
  (Portage version: 2.2_rc65/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-proxy/ziproxy/files/ziproxy-2.7.2-libpng14.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/ziproxy/files/ziproxy-2.7.2-libpng14.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/ziproxy/files/ziproxy-2.7.2-libpng14.patch?rev=1.1&content-type=text/plain

Index: ziproxy-2.7.2-libpng14.patch
===================================================================
--- configure.in
+++ configure.in
@@ -24,7 +24,7 @@
 AC_CHECK_LIB(jpeg, jpeg_start_decompress,, AC_MSG_ERROR([libjpeg not found.]))
 
 USE_LIB(png)
-AC_CHECK_LIB(png, png_check_sig,, AC_MSG_ERROR([libpng not found.]), -lz -lm)
+AC_CHECK_LIB(png, png_sig_cmp,, AC_MSG_ERROR([libpng not found.]), -lz -lm)
 
 USE_LIB(pthread)
 AC_CHECK_LIB(pthread, pthread_create,, AC_MSG_ERROR([libpthread not found.]), -lpthread)
diff -ur ziproxy-2.7.2.orig/src/image.c ziproxy-2.7.2/src/image.c
--- ziproxy-2.7.2.orig/src/image.c	2009-09-28 18:07:39.000000000 +0300
+++ ziproxy-2.7.2/src/image.c	2010-03-08 22:12:55.000000000 +0200
@@ -457,7 +457,7 @@
 				color_type == PNG_COLOR_TYPE_GRAY_ALPHA)
 	{
 		grayscale=1;	
-        if(bit_depth < 8) png_set_gray_1_2_4_to_8(png_ptr);
+        if(bit_depth < 8) png_set_expand_gray_1_2_4_to_8(png_ptr);
 	}else grayscale=0;
 	
 	if (bit_depth == 16)






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

* [gentoo-commits] gentoo-x86 commit in net-proxy/ziproxy/files: ziproxy-2.7.2-libpng14.patch
@ 2010-04-13 10:23 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 3+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-04-13 10:23 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/04/13 10:23:43

  Modified:             ziproxy-2.7.2-libpng14.patch
  Log:
  Fix broken patch (bug #312947).
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-proxy/ziproxy/files/ziproxy-2.7.2-libpng14.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/ziproxy/files/ziproxy-2.7.2-libpng14.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/ziproxy/files/ziproxy-2.7.2-libpng14.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/ziproxy/files/ziproxy-2.7.2-libpng14.patch?r1=1.1&r2=1.2

Index: ziproxy-2.7.2-libpng14.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/ziproxy/files/ziproxy-2.7.2-libpng14.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ziproxy-2.7.2-libpng14.patch	8 Mar 2010 20:06:18 -0000	1.1
+++ ziproxy-2.7.2-libpng14.patch	13 Apr 2010 10:23:43 -0000	1.2
@@ -1,5 +1,5 @@
---- configure.in
-+++ configure.in
+--- ziproxy-2.7.2.orig/configure.in
++++ ziproxy-2.7.2/configure.in
 @@ -24,7 +24,7 @@
  AC_CHECK_LIB(jpeg, jpeg_start_decompress,, AC_MSG_ERROR([libjpeg not found.]))
  






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

* [gentoo-commits] gentoo-x86 commit in net-proxy/ziproxy/files: ziproxy-2.7.2-libpng14.patch
@ 2011-10-01 15:24 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-01 15:24 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/01 15:24:14

  Removed:              ziproxy-2.7.2-libpng14.patch
  Log:
  old
  
  (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)



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

end of thread, other threads:[~2011-10-01 15:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-01 15:24 [gentoo-commits] gentoo-x86 commit in net-proxy/ziproxy/files: ziproxy-2.7.2-libpng14.patch Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-13 10:23 Diego Petteno (flameeyes)
2010-03-08 20:06 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