Codebase list gtkglext / 63745d2
Import Debian changes 1.0.6-2.1 gtkglext (1.0.6-2.1) unstable; urgency=medium * NMU to fix an RC bug that's causing several other packages to FTBFS. (The official maintainer appears to be inactive, so there's no sense in waiting further.) * configure.in: change pango_pkg from pango to pangox to ensure that libgdkglext-x11-1.0.so.0 links against everything it needs. (Closes: #359688). * configure: regenerated. Aaron M. Ucko authored 18 years ago Mattia Rizzolo committed 7 years ago
5 changed file(s) with 28 addition(s) and 49 deletion(s). Raw diff Collapse all Expand all
2007920079 echo "$as_me:$LINENO: checking for \
2008020080 gtk+-2.0 >= 2.0.0 \
2008120081 gdk-2.0 >= 2.0.0 \
20082 pango >= 1.0.0 \
20082 pangox >= 1.0.0 \
2008320083 gmodule-2.0 >= 2.0.0 \
2008420084 " >&5
2008520085 echo $ECHO_N "checking for \
2008620086 gtk+-2.0 >= 2.0.0 \
2008720087 gdk-2.0 >= 2.0.0 \
20088 pango >= 1.0.0 \
20088 pangox >= 1.0.0 \
2008920089 gmodule-2.0 >= 2.0.0 \
2009020090 ... $ECHO_C" >&6
2009120091
2009220092 if $PKG_CONFIG --exists "\
2009320093 gtk+-2.0 >= 2.0.0 \
2009420094 gdk-2.0 >= 2.0.0 \
20095 pango >= 1.0.0 \
20095 pangox >= 1.0.0 \
2009620096 gmodule-2.0 >= 2.0.0 \
2009720097 " ; then
2009820098 echo "$as_me:$LINENO: result: yes" >&5
2010420104 BASE_DEPENDENCIES_CFLAGS=`$PKG_CONFIG --cflags "\
2010520105 gtk+-2.0 >= 2.0.0 \
2010620106 gdk-2.0 >= 2.0.0 \
20107 pango >= 1.0.0 \
20107 pangox >= 1.0.0 \
2010820108 gmodule-2.0 >= 2.0.0 \
2010920109 "`
2011020110 echo "$as_me:$LINENO: result: $BASE_DEPENDENCIES_CFLAGS" >&5
2011520115 BASE_DEPENDENCIES_LIBS=`$PKG_CONFIG --libs "\
2011620116 gtk+-2.0 >= 2.0.0 \
2011720117 gdk-2.0 >= 2.0.0 \
20118 pango >= 1.0.0 \
20118 pangox >= 1.0.0 \
2011920119 gmodule-2.0 >= 2.0.0 \
2012020120 "`
2012120121 echo "$as_me:$LINENO: result: $BASE_DEPENDENCIES_LIBS" >&5
2012820128 BASE_DEPENDENCIES_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "\
2012920129 gtk+-2.0 >= 2.0.0 \
2013020130 gdk-2.0 >= 2.0.0 \
20131 pango >= 1.0.0 \
20131 pangox >= 1.0.0 \
2013220132 gmodule-2.0 >= 2.0.0 \
2013320133 "`
2013420134 echo $BASE_DEPENDENCIES_PKG_ERRORS
2014820148 { { echo "$as_me:$LINENO: error: Library requirements (\
2014920149 gtk+-2.0 >= 2.0.0 \
2015020150 gdk-2.0 >= 2.0.0 \
20151 pango >= 1.0.0 \
20151 pangox >= 1.0.0 \
2015220152 gmodule-2.0 >= 2.0.0 \
2015320153 ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
2015420154 echo "$as_me: error: Library requirements (\
2015520155 gtk+-2.0 >= 2.0.0 \
2015620156 gdk-2.0 >= 2.0.0 \
20157 pango >= 1.0.0 \
20157 pangox >= 1.0.0 \
2015820158 gmodule-2.0 >= 2.0.0 \
2015920159 ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
2016020160 { (exit 1); exit 1; }; }
2203322033 cat confdefs.h >>conftest.$ac_ext
2203422034 cat >>conftest.$ac_ext <<_ACEOF
2203522035 /* end confdefs.h. */
22036 #include <X11/Intrinsic.h>
22036 #include <X11/Xlib.h>
2203722037 _ACEOF
2203822038 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2203922039 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2206022060 sed 's/^/| /' conftest.$ac_ext >&5
2206122061
2206222062 for ac_dir in $ac_x_header_dirs; do
22063 if test -r "$ac_dir/X11/Intrinsic.h"; then
22063 if test -r "$ac_dir/X11/Xlib.h"; then
2206422064 ac_x_includes=$ac_dir
2206522065 break
2206622066 fi
2207422074 # See if we find them without any special options.
2207522075 # Don't add to $LIBS permanently.
2207622076 ac_save_LIBS=$LIBS
22077 LIBS="-lXt $LIBS"
22077 LIBS="-lX11 $LIBS"
2207822078 cat >conftest.$ac_ext <<_ACEOF
2207922079 /* confdefs.h. */
2208022080 _ACEOF
2208122081 cat confdefs.h >>conftest.$ac_ext
2208222082 cat >>conftest.$ac_ext <<_ACEOF
2208322083 /* end confdefs.h. */
22084 #include <X11/Intrinsic.h>
22084 #include <X11/Xlib.h>
2208522085 int
2208622086 main ()
2208722087 {
22088 XtMalloc (0)
22088 XrmInitialize ()
2208922089 ;
2209022090 return 0;
2209122091 }
2212322123 do
2212422124 # Don't even attempt the hair of trying to link an X program!
2212522125 for ac_extension in a so sl; do
22126 if test -r $ac_dir/libXt.$ac_extension; then
22126 if test -r $ac_dir/libX11.$ac_extension; then
2212722127 ac_x_libraries=$ac_dir
2212822128 break 2
2212922129 fi
2549625496 # CFLAGS and LIBS
2549725497 ##################################################
2549825498
25499 GDKGLEXT_PACKAGES="gdk-2.0 pango gmodule-2.0"
25499 GDKGLEXT_PACKAGES="gdk-2.0 pangox gmodule-2.0"
2550025500 GDKGLEXT_EXTRA_CFLAGS="$GL_CFLAGS $GDKGLEXT_WIN_CFLAGS"
2550125501 GDKGLEXT_EXTRA_LIBS="$GL_LIBS $GDKGLEXT_WIN_LIBS"
2550225502 GDKGLEXT_DEP_CFLAGS="$GDKGLEXT_EXTRA_CFLAGS `$PKG_CONFIG --cflags $GDKGLEXT_PACKAGES`"
5555 m4_define([gmodule_required_version], [2.0.0])
5656
5757 # Pango
58 m4_define([pango_pkg], [pango])
58 m4_define([pango_pkg], [pangox])
5959 m4_define([pango_required_version], [1.0.0])
6060
6161 # PangoFT2
0 gtkglext (1.0.6-2.1) unstable; urgency=medium
1
2 * NMU to fix an RC bug that's causing several other packages to FTBFS.
3 (The official maintainer appears to be inactive, so there's no sense
4 in waiting further.)
5 * configure.in: change pango_pkg from pango to pangox to ensure that
6 libgdkglext-x11-1.0.so.0 links against everything it needs. (Closes:
7 #359688).
8 * configure: regenerated.
9
10 -- Aaron M. Ucko <ucko@debian.org> Tue, 4 Apr 2006 20:06:51 -0400
11
012 gtkglext (1.0.6-2) unstable; urgency=medium
113
214 * urgency=medium: this is making other packages FTBFS.
5151 }
5252 return etype;
5353 }
54
5554 GType
5655 gdk_gl_config_caveat_get_type (void)
5756 {
6867 }
6968 return etype;
7069 }
71
7270 GType
7371 gdk_gl_visual_type_get_type (void)
7472 {
8886 }
8987 return etype;
9088 }
91
9289 GType
9390 gdk_gl_transparent_type_get_type (void)
9491 {
104101 }
105102 return etype;
106103 }
107
108104 GType
109105 gdk_gl_drawable_type_mask_get_type (void)
110106 {
120116 }
121117 return etype;
122118 }
123
124119 GType
125120 gdk_gl_render_type_mask_get_type (void)
126121 {
135130 }
136131 return etype;
137132 }
138
139133 GType
140134 gdk_gl_buffer_mask_get_type (void)
141135 {
156150 }
157151 return etype;
158152 }
159
160153 GType
161154 gdk_gl_config_error_get_type (void)
162155 {
176169 }
177170 return etype;
178171 }
179
180172 GType
181173 gdk_gl_render_type_get_type (void)
182174 {
191183 }
192184 return etype;
193185 }
194
195186 GType
196187 gdk_gl_drawable_attrib_get_type (void)
197188 {
209200 }
210201 return etype;
211202 }
212
213203 GType
214204 gdk_gl_pbuffer_attrib_get_type (void)
215205 {
226216 }
227217 return etype;
228218 }
229
230219 GType
231220 gdk_gl_event_mask_get_type (void)
232221 {
240229 }
241230 return etype;
242231 }
243
244232 GType
245233 gdk_gl_event_type_get_type (void)
246234 {
255243 }
256244 return etype;
257245 }
258
259246 GType
260247 gdk_gl_drawable_type_get_type (void)
261248 {
270257 }
271258 return etype;
272259 }
273
274260
275261 /* enumerations from "gdkglconfig.h" */
276262 GType
297283 return etype;
298284 }
299285
300
301286 /* Generated data ends here */
302287
66 #include <glib-object.h>
77
88 G_BEGIN_DECLS
9
109 /* enumerations from "gdkgltokens.h" */
11
1210 GType gdk_gl_config_attrib_get_type (void);
1311 #define GDK_TYPE_GL_CONFIG_ATTRIB (gdk_gl_config_attrib_get_type())
14
1512 GType gdk_gl_config_caveat_get_type (void);
1613 #define GDK_TYPE_GL_CONFIG_CAVEAT (gdk_gl_config_caveat_get_type())
17
1814 GType gdk_gl_visual_type_get_type (void);
1915 #define GDK_TYPE_GL_VISUAL_TYPE (gdk_gl_visual_type_get_type())
20
2116 GType gdk_gl_transparent_type_get_type (void);
2217 #define GDK_TYPE_GL_TRANSPARENT_TYPE (gdk_gl_transparent_type_get_type())
23
2418 GType gdk_gl_drawable_type_mask_get_type (void);
2519 #define GDK_TYPE_GL_DRAWABLE_TYPE_MASK (gdk_gl_drawable_type_mask_get_type())
26
2720 GType gdk_gl_render_type_mask_get_type (void);
2821 #define GDK_TYPE_GL_RENDER_TYPE_MASK (gdk_gl_render_type_mask_get_type())
29
3022 GType gdk_gl_buffer_mask_get_type (void);
3123 #define GDK_TYPE_GL_BUFFER_MASK (gdk_gl_buffer_mask_get_type())
32
3324 GType gdk_gl_config_error_get_type (void);
3425 #define GDK_TYPE_GL_CONFIG_ERROR (gdk_gl_config_error_get_type())
35
3626 GType gdk_gl_render_type_get_type (void);
3727 #define GDK_TYPE_GL_RENDER_TYPE (gdk_gl_render_type_get_type())
38
3928 GType gdk_gl_drawable_attrib_get_type (void);
4029 #define GDK_TYPE_GL_DRAWABLE_ATTRIB (gdk_gl_drawable_attrib_get_type())
41
4230 GType gdk_gl_pbuffer_attrib_get_type (void);
4331 #define GDK_TYPE_GL_PBUFFER_ATTRIB (gdk_gl_pbuffer_attrib_get_type())
44
4532 GType gdk_gl_event_mask_get_type (void);
4633 #define GDK_TYPE_GL_EVENT_MASK (gdk_gl_event_mask_get_type())
47
4834 GType gdk_gl_event_type_get_type (void);
4935 #define GDK_TYPE_GL_EVENT_TYPE (gdk_gl_event_type_get_type())
50
5136 GType gdk_gl_drawable_type_get_type (void);
5237 #define GDK_TYPE_GL_DRAWABLE_TYPE (gdk_gl_drawable_type_get_type())
53
5438 /* enumerations from "gdkglconfig.h" */
55
5639 GType gdk_gl_config_mode_get_type (void);
5740 #define GDK_TYPE_GL_CONFIG_MODE (gdk_gl_config_mode_get_type())
58
5941 G_END_DECLS
6042
6143 #endif /* __GDK_GL_ENUM_TYPES_H__ */