public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/openclonk/files: openclonk-5.5.1-jpeg9.patch openclonk-5.3.3-jpeg9.patch
@ 2015-01-02 17:19 Alfredo Tupone (tupone)
  0 siblings, 0 replies; only message in thread
From: Alfredo Tupone (tupone) @ 2015-01-02 17:19 UTC (permalink / raw
  To: gentoo-commits

tupone      15/01/02 17:19:01

  Added:                openclonk-5.5.1-jpeg9.patch
                        openclonk-5.3.3-jpeg9.patch
  Log:
  Build with jpeg-9 Bug #520884
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.1                  games-action/openclonk/files/openclonk-5.5.1-jpeg9.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/files/openclonk-5.5.1-jpeg9.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/files/openclonk-5.5.1-jpeg9.patch?rev=1.1&content-type=text/plain

Index: openclonk-5.5.1-jpeg9.patch
===================================================================
--- src/graphics/C4SurfaceLoaders.cpp.old	2015-01-02 18:01:35.768676874 +0100
+++ src/graphics/C4SurfaceLoaders.cpp	2015-01-02 18:02:17.705896683 +0100
@@ -303,7 +303,7 @@
 	// The doc says to give fake end-of-inputs if there is no more data
 	cinfo->src->next_input_byte = &end_of_input;
 	cinfo->src->bytes_in_buffer = 1;
-	return true;
+	return (boolean)true;
 }
 static void skip_input_data (j_decompress_ptr cinfo, long num_bytes)
 {
@@ -354,7 +354,7 @@
 	blub.term_source = jpeg_noop;
 
 	// a missing image is an error
-	jpeg_read_header(&cinfo, true);
+	jpeg_read_header(&cinfo, (boolean)true);
 
 	// Let libjpeg convert for us
 	cinfo.out_color_space = JCS_RGB;



1.1                  games-action/openclonk/files/openclonk-5.3.3-jpeg9.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/files/openclonk-5.3.3-jpeg9.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/files/openclonk-5.3.3-jpeg9.patch?rev=1.1&content-type=text/plain

Index: openclonk-5.3.3-jpeg9.patch
===================================================================
--- src/graphics/C4SurfaceLoaders.cpp.old	2015-01-02 17:31:30.976182860 +0100
+++ src/graphics/C4SurfaceLoaders.cpp	2015-01-02 17:31:56.488698202 +0100
@@ -306,7 +306,7 @@
 	// The doc says to give fake end-of-inputs if there is no more data
 	cinfo->src->next_input_byte = &end_of_input;
 	cinfo->src->bytes_in_buffer = 1;
-	return true;
+	return (boolean)true;
 }
 static void skip_input_data (j_decompress_ptr cinfo, long num_bytes)
 {
@@ -357,7 +357,7 @@
 	blub.term_source = jpeg_noop;
 
 	// a missing image is an error
-	jpeg_read_header(&cinfo, true);
+	jpeg_read_header(&cinfo, (boolean)true);
 
 	// Let libjpeg convert for us
 	cinfo.out_color_space = JCS_RGB;





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-02 17:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-02 17:19 [gentoo-commits] gentoo-x86 commit in games-action/openclonk/files: openclonk-5.5.1-jpeg9.patch openclonk-5.3.3-jpeg9.patch Alfredo Tupone (tupone)

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