r8346 - ! dirs' list truncated !
Bruno Fuddl-guestquot; Fuddl" Kleinert
fuddl-guest at alioth.debian.org
Fri Nov 7 18:32:15 UTC 2008
Author: fuddl-guest
Date: 2008-11-07 18:32:15 +0000 (Fri, 07 Nov 2008)
New Revision: 8346
Modified:
packages/branches/openarena/openarena-0.8.1/debian/patches/20_dont_build_shipped_jpeg.dpatch
Log:
* add stupid printf()-debug message to patch. TODO: need to write a libjpeg "source manager" to read from memory buffer
Modified: packages/branches/openarena/openarena-0.8.1/debian/patches/20_dont_build_shipped_jpeg.dpatch
===================================================================
--- packages/branches/openarena/openarena-0.8.1/debian/patches/20_dont_build_shipped_jpeg.dpatch 2008-11-07 18:10:40 UTC (rev 8345)
+++ packages/branches/openarena/openarena-0.8.1/debian/patches/20_dont_build_shipped_jpeg.dpatch 2008-11-07 18:32:15 UTC (rev 8346)
@@ -6,8 +6,8 @@
@DPATCH@
diff -urNad openarena-0.8.1~/Makefile openarena-0.8.1/Makefile
---- openarena-0.8.1~/Makefile 2008-11-07 18:58:48.000000000 +0100
-+++ openarena-0.8.1/Makefile 2008-11-07 18:58:48.000000000 +0100
+--- openarena-0.8.1~/Makefile 2008-11-07 19:14:03.000000000 +0100
++++ openarena-0.8.1/Makefile 2008-11-07 19:14:03.000000000 +0100
@@ -158,7 +158,7 @@
NDIR=$(MOUNT_DIR)/null
UIDIR=$(MOUNT_DIR)/ui
@@ -80,8 +80,8 @@
$(B)/client/%.o: $(SPEEXDIR)/%.c
$(DO_CC)
diff -urNad openarena-0.8.1~/code/renderer/tr_image_jpg.c openarena-0.8.1/code/renderer/tr_image_jpg.c
---- openarena-0.8.1~/code/renderer/tr_image_jpg.c 2008-11-07 18:58:16.000000000 +0100
-+++ openarena-0.8.1/code/renderer/tr_image_jpg.c 2008-11-07 19:02:20.000000000 +0100
+--- openarena-0.8.1~/code/renderer/tr_image_jpg.c 2008-11-07 19:06:49.000000000 +0100
++++ openarena-0.8.1/code/renderer/tr_image_jpg.c 2008-11-07 19:15:39.000000000 +0100
@@ -31,7 +31,9 @@
*/
@@ -101,17 +101,19 @@
/* In this example we want to open the input file before doing anything else,
* so that the setjmp() error recovery below can assume the file is open.
-@@ -70,6 +73,9 @@
+@@ -70,6 +73,11 @@
if (!fbuffer || len < 0) {
return;
}
+ puts("USING DEBIAN PATCH");
-+ if((infile = fopen((char *) filename, "rb")) == NULL)
++ if((infile = fopen((char *) filename, "rb")) == NULL) {
++ puts("DEBIAN PATCH: fopen() failed :-(");
+ return;
++ }
/* Step 1: allocate and initialize JPEG decompression object */
-@@ -85,7 +91,8 @@
+@@ -85,7 +93,8 @@
/* Step 2: specify data source (eg, a file) */
@@ -121,7 +123,7 @@
/* Step 3: read file parameters with jpeg_read_header() */
-@@ -210,6 +217,7 @@
+@@ -210,6 +219,7 @@
*/
/* And we're done! */
More information about the Pkg-games-commits
mailing list