Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/ultrastar-ng/files: ultrastar-ng-0.2.1-bash4.patch
Date: Fri, 01 May 2009 01:25:37
Message-Id: E1LzhVP-0005Au-3P@stork.gentoo.org
1 zmedico 09/05/01 01:25:35
2
3 Added: ultrastar-ng-0.2.1-bash4.patch
4 Log:
5 Add missing patch from bug #267316.
6 (Portage version: 2.1.6.11_p13577/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 games-arcade/ultrastar-ng/files/ultrastar-ng-0.2.1-bash4.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ultrastar-ng/files/ultrastar-ng-0.2.1-bash4.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ultrastar-ng/files/ultrastar-ng-0.2.1-bash4.patch?rev=1.1&content-type=text/plain
13
14 Index: ultrastar-ng-0.2.1-bash4.patch
15 ===================================================================
16 --- configure.in.orig 2007-11-05 12:58:20.000000000 +0100
17 +++ configure.in 2009-04-24 13:20:01.000000000 +0200
18 @@ -191,7 +191,8 @@
19 $ac_includes_default
20 /* cairo headers */
21 #include <cairo.h>
22 -USNG_EOF)
23 +USNG_EOF
24 +)
25 AC_SUBST(CAIRO_FLAGS)
26 AC_SUBST(CAIRO_LIBS)
27
28 @@ -203,7 +204,8 @@
29 /* libxml2 headers */
30 #include <libxml/parser.h>
31 #include <libxml/tree.h>
32 -USNG_EOF)
33 +USNG_EOF
34 +)
35 AC_SUBST(XML_FLAGS)
36 AC_SUBST(XML_LIBS)
37
38 @@ -219,7 +221,8 @@
39 /* other SDL headers */
40 #include <SDL/SDL_image.h>
41 #include <SDL/SDL_rotozoom.h>
42 -USNG_EOF)
43 +USNG_EOF
44 +)
45 AC_SUBST(SDL_FLAGS)
46 AC_SUBST(SDL_LIBS)
47
48 @@ -230,7 +233,8 @@
49 $ac_includes_default
50 /* pango cairo headers */
51 #include <pango/pangocairo.h>
52 -USNG_EOF)
53 +USNG_EOF
54 +)
55 AC_SUBST(PANGOCAIRO_FLAGS)
56 AC_SUBST(PANGOCAIRO_LIBS)
57
58 @@ -364,7 +368,8 @@
59 /* video headers */
60 #define USE_GSTREAMER_VIDEO 1
61 #include <gst/gst.h>
62 - USNG_EOF)
63 + USNG_EOF
64 + )
65 ;;
66 xine*)
67 VIDEO_FLAGS=`xine-config --cflags`
68 @@ -374,7 +379,8 @@
69 /* video headers */
70 #define USE_LIBXINE_VIDEO 1
71 #include <xine.h>
72 - USNG_EOF)
73 + USNG_EOF
74 + )
75 ;;
76 smpeg*)
77 VIDEO_FLAGS=""
78 @@ -384,7 +390,8 @@
79 /* video headers */
80 #define USE_SMPEG 1
81 #include <smpeg/smpeg.h>
82 - USNG_EOF)
83 + USNG_EOF
84 + )
85 ;;
86 no*)
87 ;;
88 @@ -428,7 +435,8 @@
89 /* video headers */
90 #define USE_LIBXINE_AUDIO 1
91 #include <xine.h>
92 - USNG_EOF)
93 + USNG_EOF
94 + )
95 ;;
96 gstreamer*)
97 AUDIO_FLAGS=`pkg-config --cflags gstreamer-0.10`
98 @@ -438,7 +446,8 @@
99 /* video headers */
100 #define USE_GSTREAMER_AUDIO 1
101 #include <gst/gst.h>
102 - USNG_EOF)
103 + USNG_EOF
104 + )
105 ;;
106 no*)
107 AC_MSG_ERROR("I'm sure you wish audio in this game please install eather xine or gstreamer")
108 @@ -485,7 +494,8 @@
109 #define USE_LIBRSVG 1
110 #include <librsvg/rsvg.h>
111 #include <librsvg/rsvg-cairo.h>
112 - USNG_EOF)
113 + USNG_EOF
114 + )
115 ;;
116 cairo*)
117 SVG_FLAGS=`pkg-config --cflags libsvg-cairo`
118 @@ -496,7 +506,8 @@
119 #define USE_LIBSVG_CAIRO 1
120 #include <svg.h>
121 #include <svg-cairo.h>
122 - USNG_EOF)
123 + USNG_EOF
124 + )
125 ;;
126 no*)
127 AC_MSG_ERROR("Ultrstar-ng doesn't support non svg rendering please install eather cairo-svg or librsvg")
128 @@ -513,7 +524,8 @@
129 $ac_includes_default
130 /* graphic driver */
131 #define USE_SDL 1
132 - USNG_EOF)
133 + USNG_EOF
134 + )
135 ;;
136 opengl*)
137 GL_LIBS="-lGL -lGLU"
138 @@ -522,7 +534,8 @@
139 /* graphic driver */
140 #define USE_OPENGL 1
141 #include <SDL/SDL_opengl.h>
142 - USNG_EOF)
143 + USNG_EOF
144 + )
145 ;;
146 esac