Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/isight-firmware-tools/files: isight-firmware-tools-1.5.90-build-O0.patch isight-firmware-tools-1.2-ift-ldadd.patch isight-firmware-tools-1.2-rules.patch isight-firmware-tools-1.4.2-hal-disable.patch
Date: Wed, 05 May 2010 22:07:05
Message-Id: 20100505220700.D5E1D2C3EB@corvid.gentoo.org
1 eva 10/05/05 22:07:00
2
3 Added: isight-firmware-tools-1.5.90-build-O0.patch
4 Removed: isight-firmware-tools-1.2-ift-ldadd.patch
5 isight-firmware-tools-1.2-rules.patch
6 isight-firmware-tools-1.4.2-hal-disable.patch
7 Log:
8 Fix udev rules, bug #316027. Fix build problem with -O0, bug #306803.
9 (Portage version: 2.2_rc67/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.1 media-video/isight-firmware-tools/files/isight-firmware-tools-1.5.90-build-O0.patch
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/isight-firmware-tools/files/isight-firmware-tools-1.5.90-build-O0.patch?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/isight-firmware-tools/files/isight-firmware-tools-1.5.90-build-O0.patch?rev=1.1&content-type=text/plain
16
17 Index: isight-firmware-tools-1.5.90-build-O0.patch
18 ===================================================================
19 diff -ru isight-firmware-tools-1.5.90/src/export.c isight-firmware-tools-1.5.90/src/export.c
20 --- isight-firmware-tools-1.5.90/src/export.c 2008-03-24 17:52:16.000000000 +0100
21 +++ isight-firmware-tools-1.5.90/src/export.c 2010-02-26 12:40:07.000000000 +0100
22 @@ -35,6 +35,8 @@
23 #include <glib/gi18n.h>
24 #include <glib/gstdio.h>
25
26 +#include <locale.h>
27 +
28 /* OPTIONS */
29 static gchar *input = NULL;
30 static gchar *output = "isight.ihx";
31 diff -ru isight-firmware-tools-1.5.90/src/extract.c isight-firmware-tools-1.5.90/src/extract.c
32 --- isight-firmware-tools-1.5.90/src/extract.c 2009-08-13 18:50:54.000000000 +0200
33 +++ isight-firmware-tools-1.5.90/src/extract.c 2010-02-26 12:39:42.000000000 +0100
34 @@ -36,6 +36,8 @@
35 #include <glib/gi18n.h>
36 #include <glib/gstdio.h>
37
38 +#include <locale.h>
39 +
40 /*
41 * Foreach file identified by their sha1sum, we store the offset where
42 * the firmware begin in the file.
43 Only in isight-firmware-tools-1.5.90/src: isight.rules.in
44 diff -ru isight-firmware-tools-1.5.90/src/load.h isight-firmware-tools-1.5.90/src/load.h
45 --- isight-firmware-tools-1.5.90/src/load.h 2009-06-18 19:31:45.000000000 +0200
46 +++ isight-firmware-tools-1.5.90/src/load.h 2010-02-26 12:40:41.000000000 +0100
47 @@ -36,6 +36,8 @@
48 #include <glib.h>
49 #include <usb.h>
50
51 +#include <locale.h>
52 +
53 #ifndef _LOAD_H_
54 #define _LOAD_H_