packages: gqcam/fixes.patch, gqcam/gqcam.spec - load prototype for memcpy
glen
glen at pld-linux.org
Thu Dec 29 22:44:58 CET 2011
Author: glen Date: Thu Dec 29 21:44:58 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- load prototype for memcpy
---- Files affected:
packages/gqcam:
fixes.patch (1.1 -> 1.2) , gqcam.spec (1.17 -> 1.18)
---- Diffs:
================================================================
Index: packages/gqcam/fixes.patch
diff -u packages/gqcam/fixes.patch:1.1 packages/gqcam/fixes.patch:1.2
--- packages/gqcam/fixes.patch:1.1 Thu Dec 29 22:36:18 2011
+++ packages/gqcam/fixes.patch Thu Dec 29 22:44:53 2011
@@ -9,3 +9,13 @@
strcpy(camera->timer_struct.command, gtk_entry_get_text(GTK_ENTRY(camera->timer_struct.commandentry)));
camera->timer_struct.iscommand = 1;
}
+--- gqcam-0.9.1/jpeg.c~ 2005-04-04 04:25:09.000000000 +0300
++++ gqcam-0.9.1/jpeg.c 2011-12-29 23:43:48.739527083 +0200
+@@ -1,6 +1,7 @@
+ /* jpeg decompression code added from libjpeg with original comments */
+
+ #include <stdio.h>
++#include <string.h>
+
+ #include "jpeg.h"
+ #define SIZEOF(object) ((size_t) sizeof(object))
================================================================
Index: packages/gqcam/gqcam.spec
diff -u packages/gqcam/gqcam.spec:1.17 packages/gqcam/gqcam.spec:1.18
--- packages/gqcam/gqcam.spec:1.17 Thu Dec 29 22:40:02 2011
+++ packages/gqcam/gqcam.spec Thu Dec 29 22:44:53 2011
@@ -3,7 +3,7 @@
Summary(pl.UTF-8): Linuksowy klon oprogramowania QuickPict przychodzącego z QuickCam
Name: gqcam
Version: 0.9.1
-Release: 0.2
+Release: 0.3
License: GPL v2
Group: X11/Applications/Multimedia
Source0: ftp://ftp.debian.org/debian/pool/main/g/gqcam/%{name}_%{version}.orig.tar.gz
@@ -94,6 +94,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.18 2011/12/29 21:44:53 glen
+- load prototype for memcpy
+
Revision 1.17 2011/12/29 21:40:02 glen
- fix linking. builds now, but app segfaults for cs330 cam
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gqcam/fixes.patch?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gqcam/gqcam.spec?r1=1.17&r2=1.18&f=u
More information about the pld-cvs-commit
mailing list