Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/rss-glx/files: rss-glx-0.8.1-gcc43.patch rss-glx-0.8.1-gentoo.patch rss-glx-0.8.1-imagemagick.patch
Date: Sun, 01 Feb 2009 05:12:56
Message-Id: E1LTUdZ-0003Lv-W7@stork.gentoo.org
1 dirtyepic 09/02/01 05:12:53
2
3 Added: rss-glx-0.8.1-gcc43.patch
4 rss-glx-0.8.1-gentoo.patch
5 rss-glx-0.8.1-imagemagick.patch
6 Log:
7 Revision bump.
8 Bug #220825 - configure error w/ >=libtool-2
9 Bug #221286 - install into /usr/lib instead of /usr/lib64
10 Bug #227071 - GCC 4.3 compile error
11 Should also fix bug #245415 (libtool again).
12 Drop 3dnow and sse USE flags (were removed upstream in 0.8.1)
13 (Portage version: 2.2_rc23/cvs/Linux x86_64)
14
15 Revision Changes Path
16 1.1 x11-misc/rss-glx/files/rss-glx-0.8.1-gcc43.patch
17
18 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rss-glx/files/rss-glx-0.8.1-gcc43.patch?rev=1.1&view=markup
19 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rss-glx/files/rss-glx-0.8.1-gcc43.patch?rev=1.1&content-type=text/plain
20
21 Index: rss-glx-0.8.1-gcc43.patch
22 ===================================================================
23 --- rss-glx_0.8.1-orig/reallyslick/cpp_src/skyrocket_sound.cpp
24 +++ rss-glx_0.8.1/reallyslick/cpp_src/skyrocket_sound.cpp
25 @@ -24,6 +24,7 @@
26 #include <AL/al.h>
27 #include <AL/alut.h>
28
29 +#include <cstdlib>
30 #include <list>
31
32 #include "loadTexture.h"
33 --- rss-glx_0.8.1-orig/reallyslick/Implicit/impSurface.cpp
34 +++ rss-glx_0.8.1/reallyslick/Implicit/impSurface.cpp
35 @@ -21,6 +21,7 @@
36 #include <Implicit/impSurface.h>
37 #include <math.h>
38 #include <iostream>
39 +#include <cstring>
40
41
42
43
44
45
46 1.3 x11-misc/rss-glx/files/rss-glx-0.8.1-gentoo.patch
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rss-glx/files/rss-glx-0.8.1-gentoo.patch?rev=1.3&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rss-glx/files/rss-glx-0.8.1-gentoo.patch?rev=1.3&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rss-glx/files/rss-glx-0.8.1-gentoo.patch?r1=1.2&r2=1.3
51
52
53
54
55 1.1 x11-misc/rss-glx/files/rss-glx-0.8.1-imagemagick.patch
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rss-glx/files/rss-glx-0.8.1-imagemagick.patch?rev=1.1&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rss-glx/files/rss-glx-0.8.1-imagemagick.patch?rev=1.1&content-type=text/plain
59
60 Index: rss-glx-0.8.1-imagemagick.patch
61 ===================================================================
62 --- rss-glx_0.8.1-orig/other_src/Makefile.am
63 +++ rss-glx_0.8.1/other_src/Makefile.am
64 @@ -23,6 +23,7 @@ EXTRA_DIST = $(man_MANS)
65 noinst_PROGRAMS = stringify
66 stringify_LDADD = @BZIP2@
67
68 +matrixview_CFLAGS = @Wand_CFLAGS@
69 matrixview_LDADD = @BZIP2@ @Wand_LIBS@
70 matrixview_textures.c: stringify matrixview_textures/cfont matrixview_textures/cpics
71 ./stringify matrixview_textures/cfont matrixview_textures/cpics > matrixview_textures.c