Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/autotrace/files: autotrace-0.31.1-swf-output.patch autotrace-0.31.1-libs.patch
Date: Mon, 09 Jun 2008 07:55:50
Message-Id: E1K5cED-0005Qb-20@stork.gentoo.org
1 loki_val 08/06/09 07:55:45
2
3 Added: autotrace-0.31.1-swf-output.patch
4 Removed: autotrace-0.31.1-libs.patch
5 Log:
6 Added debian patches, fixed bugs 192474, 175414 and 122035. Added fonts herd and myself to metadata.
7 (Portage version: 2.1.5.4)
8
9 Revision Changes Path
10 1.1 media-gfx/autotrace/files/autotrace-0.31.1-swf-output.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/autotrace/files/autotrace-0.31.1-swf-output.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/autotrace/files/autotrace-0.31.1-swf-output.patch?rev=1.1&content-type=text/plain
14
15 Index: autotrace-0.31.1-swf-output.patch
16 ===================================================================
17 --- output-swf.c.old 2006-04-01 21:50:06.000000000 -0500
18 +++ output-swf.c 2006-04-01 21:50:28.000000000 -0500
19 @@ -24,7 +24,6 @@
20 #include "spline.h"
21 #include "color.h"
22 #include "output-swf.h"
23 -#include <ming.h>
24
25 #define FPS 24.0
26 #define IMGID 1
27
28 --- output-swf.h.old 2006-04-01 21:50:12.000000000 -0500
29 +++ output-swf.h 2006-04-01 21:50:59.000000000 -0500
30 @@ -23,6 +23,7 @@
31 #define OUTPUTSWF_H
32
33 #include "output.h"
34 +#include <ming.h>
35
36 int output_swf_writer(FILE* file, at_string name,
37 int llx, int lly, int urx, int ury,
38 @@ -31,4 +32,6 @@
39 at_msg_func msg_func,
40 at_address msg_data);
41
42 +void fileOutputMethod(byte b, void *data);
43 +
44 #endif /* Not def: OUTPUTSWF_H */
45
46
47
48 --
49 gentoo-commits@l.g.o mailing list