From 57c6a2567c71a99990e97f3547f57e8669cd079e Mon Sep 17 00:00:00 2001 From: root Date: Sat, 26 Jun 2010 09:59:07 +0200 Subject: vigra, déplacé dans test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/vigra/libpng-1.4.patch | 116 ------------------------------------------- 1 file changed, 116 deletions(-) delete mode 100644 extra/vigra/libpng-1.4.patch (limited to 'extra/vigra/libpng-1.4.patch') diff --git a/extra/vigra/libpng-1.4.patch b/extra/vigra/libpng-1.4.patch deleted file mode 100644 index feb9a7ee3..000000000 --- a/extra/vigra/libpng-1.4.patch +++ /dev/null @@ -1,116 +0,0 @@ - - - - - Arch Linux Repositories - - packages - - Révision 65896 - - /vigra/repos/extra-i686/libpng-1.4.patch - - - - - - - - - - - - - -
- - -
-
-
-

Dépôts Subversion packages

- -

[/] [vigra/] [repos/] [extra-i686/] [libpng-1.4.patch] - Révision 65896

-

-Différence avec la précédente | -Responsabilité | -Download | -Afficher le Journal -

-
-
-diff -Naur vigra1.6.0-orig/src/impex/png.cxx vigra1.6.0/src/impex/png.cxx
---- vigra1.6.0-orig/src/impex/png.cxx   2010-01-20 19:46:57.000000000 -0500
-+++ vigra1.6.0/src/impex/png.cxx        2010-01-20 19:47:55.000000000 -0500
-@@ -270,8 +270,8 @@
-         // expand gray values to at least one byte size
-         if ( color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8 ) {
-             if (setjmp(png->jmpbuf))
--                vigra_postcondition( false,png_error_message.insert(0, "error in png_set_gray_1_2_4_to_8(): ").c_str());
--            png_set_gray_1_2_4_to_8(png);
-+                vigra_postcondition( false,png_error_message.insert(0, "error in png_set_expand_gray_1_2_4_to_8(): ").c_str());
-+            png_set_expand_gray_1_2_4_to_8(png);
-             bit_depth = 8;
-         }
- 
-
-
-

-Différence avec la précédente | -Responsabilité | -Download | -Afficher le Journal -

-
-
- Copyright © 2002-2009 Judd Vinet and Aaron Griffin.
- The Arch Linux name and logo are recognized trademarks. Some rights - reserved.
- - The registered trademark Linux® is used pursuant to a sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis. -
- - -- cgit v1.2.3-54-g00ecf