You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(128) |
Dec
(65) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(48) |
Feb
(132) |
Mar
(95) |
Apr
(47) |
May
(54) |
Jun
(2) |
Jul
(57) |
Aug
(109) |
Sep
(131) |
Oct
(186) |
Nov
(105) |
Dec
(78) |
2007 |
Jan
(125) |
Feb
(105) |
Mar
(52) |
Apr
(104) |
May
(63) |
Jun
(116) |
Jul
(76) |
Aug
|
Sep
(18) |
Oct
(93) |
Nov
(110) |
Dec
(169) |
2008 |
Jan
(90) |
Feb
(64) |
Mar
(41) |
Apr
(23) |
May
(6) |
Jun
(18) |
Jul
(10) |
Aug
(61) |
Sep
(139) |
Oct
(50) |
Nov
(55) |
Dec
(2) |
2009 |
Jan
|
Feb
(1) |
Mar
(62) |
Apr
(22) |
May
(17) |
Jun
(19) |
Jul
(40) |
Aug
(21) |
Sep
|
Oct
(40) |
Nov
(23) |
Dec
|
2010 |
Jan
(14) |
Feb
(40) |
Mar
(9) |
Apr
(11) |
May
(19) |
Jun
(4) |
Jul
(10) |
Aug
(22) |
Sep
(15) |
Oct
|
Nov
(2) |
Dec
|
2011 |
Jan
(13) |
Feb
(10) |
Mar
|
Apr
(13) |
May
|
Jun
|
Jul
(2) |
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
(33) |
May
(20) |
Jun
|
Jul
(8) |
Aug
(7) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
Update of /cvsroot/openvrml/openvrml/mozilla-plugin/lib/gtkglext/gdk/glext In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18608/mozilla-plugin/lib/gtkglext/gdk/glext Removed Files: Tag: OpenVRML-GtkPlug-BRANCH .cvsignore Makefile.am README common-header.h gen-gdkglglext-c.pl gen-gdkglglext-h.pl gen-gdkglglxext-c.pl gen-gdkglglxext-h.pl gen-gdkglwglext-c.pl gen-gdkglwglext-h.pl glext-extra.h glext.h glxext-extra.h glxext.h list-ext.pl wglext-extra.h wglext.h Log Message: Moved openvrml-player to openvrml-gtkplug. --- gen-gdkglglext-c.pl DELETED --- --- .cvsignore DELETED --- --- common-header.h DELETED --- --- gen-gdkglwglext-c.pl DELETED --- --- wglext.h DELETED --- --- gen-gdkglwglext-h.pl DELETED --- --- gen-gdkglglxext-h.pl DELETED --- --- gen-gdkglglxext-c.pl DELETED --- --- glxext-extra.h DELETED --- --- gen-gdkglglext-h.pl DELETED --- --- glext.h DELETED --- --- README DELETED --- --- glxext.h DELETED --- --- list-ext.pl DELETED --- --- glext-extra.h DELETED --- --- Makefile.am DELETED --- --- wglext-extra.h DELETED --- |
Update of /cvsroot/openvrml/openvrml/mozilla-plugin/lib/gtkglext In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18608/mozilla-plugin/lib/gtkglext Removed Files: Tag: OpenVRML-GtkPlug-BRANCH .cvsignore AUTHORS COPYING COPYING.LIB ChangeLog ChangeLog.pre-1-0 INSTALL Makefile.am NEWS README README.win32 TODO autogen.sh configure.in gdkglext-uninstalled.pc.in gdkglext.pc.in gtkglext-uninstalled.pc.in gtkglext.nsi.in gtkglext.pc.in gtkglext.spec.in make-copyright.sh setup-gtkglext.sh Log Message: Moved openvrml-player to openvrml-gtkplug. --- setup-gtkglext.sh DELETED --- --- gtkglext.pc.in DELETED --- --- INSTALL DELETED --- --- configure.in DELETED --- --- gdkglext-uninstalled.pc.in DELETED --- --- gtkglext.nsi.in DELETED --- --- COPYING DELETED --- --- NEWS DELETED --- --- gtkglext-uninstalled.pc.in DELETED --- --- make-copyright.sh DELETED --- --- Makefile.am DELETED --- --- README DELETED --- --- .cvsignore DELETED --- --- COPYING.LIB DELETED --- --- ChangeLog.pre-1-0 DELETED --- --- gtkglext.spec.in DELETED --- --- README.win32 DELETED --- --- TODO DELETED --- --- ChangeLog DELETED --- --- gdkglext.pc.in DELETED --- --- AUTHORS DELETED --- --- autogen.sh DELETED --- |
From: Braden M. <br...@us...> - 2006-09-27 06:32:36
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/gdk/x11 In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17409/gdk/x11 Modified Files: Tag: OpenVRML-GtkPlug-BRANCH Makefile.am gdkglconfig-x11.c gdkglquery-x11.c Log Message: Merged changes to GtkGLExt. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/lib/gtkglext/gdk/x11/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1 *** Makefile.am 27 Sep 2006 00:16:09 -0000 1.1.1.1 --- Makefile.am 27 Sep 2006 06:32:34 -0000 1.1.1.1.2.1 *************** *** 50,54 **** gdkglextx11includedir = $(includedir)/gtkglext-@GTKGLEXT_API_VERSION@/gdk/x11 ! gdkglextx11include_HEADERS = $(gdkglext_x11_headers) noinst_LTLIBRARIES = libgdkglext-x11.la --- 50,54 ---- gdkglextx11includedir = $(includedir)/gtkglext-@GTKGLEXT_API_VERSION@/gdk/x11 ! noinst_HEADERS = $(gdkglext_x11_headers) noinst_LTLIBRARIES = libgdkglext-x11.la Index: gdkglconfig-x11.c =================================================================== RCS file: /cvsroot/openvrml/openvrml/lib/gtkglext/gdk/x11/gdkglconfig-x11.c,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1 *** gdkglconfig-x11.c 27 Sep 2006 00:16:09 -0000 1.1.1.1 --- gdkglconfig-x11.c 27 Sep 2006 06:32:34 -0000 1.1.1.1.2.1 *************** *** 65,69 **** sizeof (GdkGLConfigImplX11), 0, /* n_preallocs */ ! (GInstanceInitFunc) NULL }; --- 65,70 ---- sizeof (GdkGLConfigImplX11), 0, /* n_preallocs */ ! (GInstanceInitFunc) NULL, ! (const GTypeValueTable *) NULL }; Index: gdkglquery-x11.c =================================================================== RCS file: /cvsroot/openvrml/openvrml/lib/gtkglext/gdk/x11/gdkglquery-x11.c,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1 *** gdkglquery-x11.c 27 Sep 2006 00:16:09 -0000 1.1.1.1 --- gdkglquery-x11.c 27 Sep 2006 06:32:34 -0000 1.1.1.1.2.1 *************** *** 406,410 **** if (glx_get_proc_address != NULL) { ! proc_address = glx_get_proc_address (proc_name); GDK_GL_NOTE (IMPL, g_message (" ** glXGetProcAddress () - %s", proc_address ? "succeeded" : "failed")); --- 406,410 ---- if (glx_get_proc_address != NULL) { ! proc_address = glx_get_proc_address ((const GLubyte *) proc_name); GDK_GL_NOTE (IMPL, g_message (" ** glXGetProcAddress () - %s", proc_address ? "succeeded" : "failed")); |
From: Braden M. <br...@us...> - 2006-09-27 06:32:36
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/m4macros In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17409/m4macros Modified Files: Tag: OpenVRML-GtkPlug-BRANCH Makefile.am Log Message: Merged changes to GtkGLExt. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/lib/gtkglext/m4macros/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1 *** Makefile.am 27 Sep 2006 00:16:11 -0000 1.1.1.1 --- Makefile.am 27 Sep 2006 06:32:34 -0000 1.1.1.1.2.1 *************** *** 11,17 **** m4datadir = $(datadir)/aclocal ! m4data_DATA = gtkglext-$(API_VER).m4 ! ! $(m4data_DATA): $(top_builddir)/config.status DISTCLEANFILES = gtkglext-$(API_VER).m4 --- 11,15 ---- m4datadir = $(datadir)/aclocal ! noinst_DATA = gtkglext-$(API_VER).m4 DISTCLEANFILES = gtkglext-$(API_VER).m4 |
From: Braden M. <br...@us...> - 2006-09-27 06:32:36
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/gtk In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17409/gtk Modified Files: Tag: OpenVRML-GtkPlug-BRANCH Makefile.am Log Message: Merged changes to GtkGLExt. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/lib/gtkglext/gtk/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1 *** Makefile.am 27 Sep 2006 00:16:11 -0000 1.1.1.1 --- Makefile.am 27 Sep 2006 06:32:34 -0000 1.1.1.1.2.1 *************** *** 87,95 **** gtkglextincludedir = $(includedir)/gtkglext-@GTKGLEXT_API_VERSION@/gtk ! gtkglextinclude_HEADERS = $(gtkglext_headers) INCLUDES = $(common_includes) ! lib_LTLIBRARIES = $(gtkglext_targetlib) EXTRA_LTLIBRARIES = \ --- 87,95 ---- gtkglextincludedir = $(includedir)/gtkglext-@GTKGLEXT_API_VERSION@/gtk ! noinst_HEADERS = $(gtkglext_headers) INCLUDES = $(common_includes) ! noinst_LTLIBRARIES = $(gtkglext_targetlib) EXTRA_LTLIBRARIES = \ *************** *** 105,115 **** libgtkglext_win32_@API_MJ@_@API_MI@_la_LIBADD = $(common_libadd) libgtkglext_win32_@API_MJ@_@API_MI@_la_DEPENDENCIES = $(gtkglext_def) - - # - # Extra rules - # - - install-data-local: install-ms-lib - - uninstall-local: uninstall-ms-lib - --- 105,106 ---- |
From: Braden M. <br...@us...> - 2006-09-27 06:32:36
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/gdk/win32 In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17409/gdk/win32 Modified Files: Tag: OpenVRML-GtkPlug-BRANCH Makefile.am Log Message: Merged changes to GtkGLExt. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/lib/gtkglext/gdk/win32/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1 *** Makefile.am 27 Sep 2006 00:16:08 -0000 1.1.1.1 --- Makefile.am 27 Sep 2006 06:32:34 -0000 1.1.1.1.2.1 *************** *** 48,52 **** gdkglextwin32includedir = $(includedir)/gtkglext-@GTKGLEXT_API_VERSION@/gdk/win32 ! gdkglextwin32include_HEADERS = $(gdkglext_win32_headers) noinst_LTLIBRARIES = libgdkglext-win32.la --- 48,52 ---- gdkglextwin32includedir = $(includedir)/gtkglext-@GTKGLEXT_API_VERSION@/gdk/win32 ! noinst_HEADERS = $(gdkglext_win32_headers) noinst_LTLIBRARIES = libgdkglext-win32.la |
From: Braden M. <br...@us...> - 2006-09-27 06:32:36
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/gdk/glext In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17409/gdk/glext Modified Files: Tag: OpenVRML-GtkPlug-BRANCH Makefile.am Log Message: Merged changes to GtkGLExt. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/lib/gtkglext/gdk/glext/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1 *** Makefile.am 27 Sep 2006 00:16:08 -0000 1.1.1.1 --- Makefile.am 27 Sep 2006 06:32:34 -0000 1.1.1.1.2.1 *************** *** 22,25 **** gdkglextglextincludedir = $(includedir)/gtkglext-@GTKGLEXT_API_VERSION@/gdk/glext ! gdkglextglextinclude_HEADERS = $(gdkglext_glext_public_h_sources) --- 22,25 ---- gdkglextglextincludedir = $(includedir)/gtkglext-@GTKGLEXT_API_VERSION@/gdk/glext ! noinst_HEADERS = $(gdkglext_glext_public_h_sources) |
From: Braden M. <br...@us...> - 2006-09-27 06:32:36
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/gdk In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17409/gdk Modified Files: Tag: OpenVRML-GtkPlug-BRANCH Makefile.am gdkglconfig.c Log Message: Merged changes to GtkGLExt. Index: gdkglconfig.c =================================================================== RCS file: /cvsroot/openvrml/openvrml/lib/gtkglext/gdk/gdkglconfig.c,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1 *** gdkglconfig.c 27 Sep 2006 00:16:06 -0000 1.1.1.1 --- gdkglconfig.c 27 Sep 2006 06:32:34 -0000 1.1.1.1.2.1 *************** *** 34,41 **** --- 34,47 ---- gdk_gl_config_get_type (void) { + static const char type_name[] = "GdkGLConfig"; static GType type = 0; if (!type) { + type = g_type_from_name(type_name); + } + + if (!type) + { static const GTypeInfo type_info = { sizeof (GdkGLConfigClass), *************** *** 51,55 **** type = g_type_register_static (G_TYPE_OBJECT, ! "GdkGLConfig", &type_info, 0); } --- 57,61 ---- type = g_type_register_static (G_TYPE_OBJECT, ! type_name, &type_info, 0); } Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/lib/gtkglext/gdk/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1 *** Makefile.am 27 Sep 2006 00:16:06 -0000 1.1.1.1 --- Makefile.am 27 Sep 2006 06:32:34 -0000 1.1.1.1.2.1 *************** *** 124,132 **** gdkglextincludedir = $(includedir)/gtkglext-@GTKGLEXT_API_VERSION@/gdk ! gdkglextinclude_HEADERS = $(gdkglext_headers) INCLUDES = $(common_includes) ! lib_LTLIBRARIES = $(gdkglext_targetlib) EXTRA_LTLIBRARIES = \ --- 124,132 ---- gdkglextincludedir = $(includedir)/gtkglext-@GTKGLEXT_API_VERSION@/gdk ! noinst_HEADERS = $(gdkglext_headers) INCLUDES = $(common_includes) ! noinst_LTLIBRARIES = $(gdkglext_targetlib) EXTRA_LTLIBRARIES = \ *************** *** 147,159 **** $(gdkglext_built_sources) ! DISTCLEANFILES = $(stamp_files) ! ! MAINTAINERCLEANFILES = \ ! $(gdkglext_built_sources) # Generate built header without using automake BUILT_SOURCES $(libgdkglext_x11_@API_MJ@_@API_MI@_la_OBJECTS) $(libgdkglext_win32_@API_MJ@_@API_MI@_la_OBJECTS): $(gdkglext_built_public_h_sources) ! $(srcdir)/gdkglenumtypes.h: stamp-gdkglenumtypes-h @true stamp-gdkglenumtypes-h: @REBUILD@ $(gdkglext_public_h_sources) Makefile --- 147,156 ---- $(gdkglext_built_sources) ! DISTCLEANFILES = $(stamp_files) $(gdkglext_built_sources) # Generate built header without using automake BUILT_SOURCES $(libgdkglext_x11_@API_MJ@_@API_MI@_la_OBJECTS) $(libgdkglext_win32_@API_MJ@_@API_MI@_la_OBJECTS): $(gdkglext_built_public_h_sources) ! gdkglenumtypes.h: stamp-gdkglenumtypes-h @true stamp-gdkglenumtypes-h: @REBUILD@ $(gdkglext_public_h_sources) Makefile *************** *** 164,171 **** --ftail "G_END_DECLS\n\n#endif /* __GDK_GL_ENUM_TYPES_H__ */" \ $(gdkglext_public_h_sources) ) >> xgen-geth \ ! && (cmp -s xgen-geth $(srcdir)/gdkglenumtypes.h || cp xgen-geth $(srcdir)/gdkglenumtypes.h ) \ && rm -f xgen-geth \ && echo timestamp > $(@F) ! $(srcdir)/gdkglenumtypes.c: @REBUILD@ $(gdkglext_public_h_sources) Makefile ( cd $(srcdir) && glib-mkenums \ --fhead "#include \"gdkgl.h\"" \ --- 161,168 ---- --ftail "G_END_DECLS\n\n#endif /* __GDK_GL_ENUM_TYPES_H__ */" \ $(gdkglext_public_h_sources) ) >> xgen-geth \ ! && (cmp -s xgen-geth gdkglenumtypes.h || cp xgen-geth gdkglenumtypes.h ) \ && rm -f xgen-geth \ && echo timestamp > $(@F) ! gdkglenumtypes.c: @REBUILD@ $(gdkglext_public_h_sources) Makefile ( cd $(srcdir) && glib-mkenums \ --fhead "#include \"gdkgl.h\"" \ *************** *** 175,179 **** --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ $(gdkglext_public_h_sources) ) > xgen-getc \ ! && cp xgen-getc $(srcdir)/gdkglenumtypes.c \ && rm -f xgen-getc --- 172,176 ---- --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ $(gdkglext_public_h_sources) ) > xgen-getc \ ! && cp xgen-getc $@ \ && rm -f xgen-getc *************** *** 184,193 **** #configexecinclude_DATA = gdkglext-config.h - install-exec-local: gdkglext-config.h - $(mkinstalldirs) $(DESTDIR)$(configexecincludedir) - file=$(DESTDIR)$(configexecincludedir)/gdkglext-config.h; \ - if test -r $$file && cmp -s gdkglext-config.h $$file; then :; \ - else $(INSTALL_DATA) gdkglext-config.h $$file; fi - gdkglext-config.h: stamp-gdkglext-config-h @if test -f gdkglext-config.h; then :; \ --- 181,184 ---- *************** *** 199,209 **** DISTCLEANFILES += gdkglext-config.h stamp-gdkglext-config-h - - # - # Extra rules - # - - install-data-local: install-ms-lib - - uninstall-local: uninstall-ms-lib - --- 190,191 ---- |
From: Braden M. <br...@us...> - 2006-09-27 06:32:35
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17409 Modified Files: Tag: OpenVRML-GtkPlug-BRANCH Makefile.am configure.in Log Message: Merged changes to GtkGLExt. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/lib/gtkglext/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1 *** Makefile.am 27 Sep 2006 00:16:05 -0000 1.1.1.1 --- Makefile.am 27 Sep 2006 06:32:33 -0000 1.1.1.1.2.1 *************** *** 13,17 **** gtkglext-uninstalled.pc.in \ gtkglext.spec.in \ - gtkglext.spec \ gtkglext.nsi.in \ gtkglext.nsi \ --- 13,16 ---- *************** *** 47,56 **** pkgconfigdir = $(libdir)/pkgconfig ! pkgconfig_DATA = \ gdkglext-$(GDK_TARGET)-$(API_VER).pc \ gdkglext-$(API_VER).pc \ gtkglext-$(GDK_TARGET)-$(API_VER).pc \ gtkglext-$(API_VER).pc ! $(pkgconfig_DATA): $(top_builddir)/config.status DISTCLEANFILES = \ --- 46,55 ---- pkgconfigdir = $(libdir)/pkgconfig ! noinst_DATA = \ gdkglext-$(GDK_TARGET)-$(API_VER).pc \ gdkglext-$(API_VER).pc \ gtkglext-$(GDK_TARGET)-$(API_VER).pc \ gtkglext-$(API_VER).pc ! $(noinst_DATA): $(top_builddir)/config.status DISTCLEANFILES = \ Index: configure.in =================================================================== RCS file: /cvsroot/openvrml/openvrml/lib/gtkglext/configure.in,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1 *** configure.in 27 Sep 2006 00:16:06 -0000 1.1.1.1 --- configure.in 27 Sep 2006 06:32:33 -0000 1.1.1.1.2.1 *************** *** 92,98 **** AM_CONFIG_HEADER([config.h]) - dnl Initialize maintainer mode - AM_MAINTAINER_MODE - AC_CANONICAL_HOST --- 92,95 ---- *************** *** 139,142 **** --- 136,140 ---- AC_ISC_POSIX #AM_DISABLE_STATIC + AM_DISABLE_SHARED AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL *************** *** 355,364 **** # Check for GLib ! AM_PATH_GLIB_2_0([glib_required_version], , ! [AC_MSG_ERROR([GLib 2.0 not found])]) # Check for GTK+ ! AM_PATH_GTK_2_0([gtk_required_version], , ! [AC_MSG_ERROR([GTK+ 2.0 not found])]) # Checks for libraries. --- 353,360 ---- # Check for GLib ! AM_PATH_GLIB_2_0([glib_required_version], , ) # Check for GTK+ ! AM_PATH_GTK_2_0([gtk_required_version], , ) # Checks for libraries. *************** *** 448,455 **** AC_PATH_XTRA - if test "x$no_x" = "xyes" ; then - AC_MSG_ERROR([X development libraries not found]) - fi - save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $X_CFLAGS" --- 444,447 ---- *************** *** 540,549 **** if test "x$gdktarget" = "xx11"; then ! AC_CHECK_HEADERS([GL/glx.h], , ! [AC_MSG_ERROR([Cannot find GLX header])]) fi ! AC_CHECK_HEADERS([GL/gl.h GL/glu.h], , ! [AC_MSG_ERROR([Cannot find OpenGL headers])]) if test "x$gdktarget" = "xx11"; then --- 532,539 ---- if test "x$gdktarget" = "xx11"; then ! AC_CHECK_HEADERS([GL/glx.h], , ) fi ! AC_CHECK_HEADERS([GL/gl.h GL/glu.h], , ) if test "x$gdktarget" = "xx11"; then *************** *** 605,613 **** fi - if test "x$have_GL" = "xno" ; then - # no GL found - AC_MSG_ERROR([Cannot find GL library]) - fi - # GLU --- 595,598 ---- *************** *** 651,659 **** fi - if test "x$have_GLU" = "xno" ; then - # no GLU found - AC_MSG_ERROR([Cannot find GLU library]) - fi - # Checks for SGI's GLU library if test "x$have_SGI_GLU" = "xno" ; then --- 636,639 ---- *************** *** 733,739 **** have_opengl32=yes]) AC_MSG_RESULT([$have_opengl32]) - if test "x$have_opengl32" = "xno" ; then - AC_MSG_ERROR([Cannot find GL library]) - fi AC_MSG_CHECKING([for gluNewQuadric in -lglu32]) --- 713,716 ---- *************** *** 747,753 **** have_glu32=yes]) AC_MSG_RESULT([$have_glu32]) - if test "x$have_glu32" = "xno" ; then - AC_MSG_ERROR([Cannot find GLU library]) - fi dnl AC_CHECK_LIB(opengl32, glNewList, --- 724,727 ---- |
From: Braden M. <br...@us...> - 2006-09-27 06:32:35
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/docs/reference/gtkglext In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17409/docs/reference/gtkglext Modified Files: Tag: OpenVRML-GtkPlug-BRANCH Makefile.am Log Message: Merged changes to GtkGLExt. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/lib/gtkglext/docs/reference/gtkglext/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1 *** Makefile.am 27 Sep 2006 00:16:09 -0000 1.1.1.1 --- Makefile.am 27 Sep 2006 06:32:34 -0000 1.1.1.1.2.1 *************** *** 188,211 **** $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \ fi) - - # - # Require gtk-doc when making dist - # - if ENABLE_GTK_DOC - dist-check-gtkdoc: - else - dist-check-gtkdoc: - @echo "*** gtk-doc must be installed and enabled in order to make dist" - @false - endif - - dist-hook: dist-check-gtkdoc dist-hook-local - mkdir $(distdir)/tmpl - mkdir $(distdir)/xml - mkdir $(distdir)/html - -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl - -cp $(srcdir)/xml/*.xml $(distdir)/xml - -cp $(srcdir)/html/* $(distdir)/html - - .PHONY : dist-hook-local - --- 188,189 ---- |
From: Braden M. <br...@us...> - 2006-09-27 05:08:40
|
Update of /cvsroot/openvrml/openvrml/src/openvrml-gtkplug In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17131/src/openvrml-gtkplug Log Message: Directory /cvsroot/openvrml/openvrml/src/openvrml-gtkplug added to the repository --> Using per-directory sticky tag `OpenVRML-GtkPlug-BRANCH' |
From: Braden M. <br...@us...> - 2006-09-27 05:07:27
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/m4macros In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16700/lib/gtkglext/m4macros Added Files: Tag: OpenVRML-GtkPlug-BRANCH .cvsignore Log Message: Ignore generated files. --- NEW FILE: .cvsignore --- Makefile.in |
From: Braden M. <br...@us...> - 2006-09-27 05:07:27
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/gtk In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16700/lib/gtkglext/gtk Added Files: Tag: OpenVRML-GtkPlug-BRANCH .cvsignore Log Message: Ignore generated files. --- NEW FILE: .cvsignore --- Makefile.in |
From: Braden M. <br...@us...> - 2006-09-27 05:07:27
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/gdk/x11 In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16700/lib/gtkglext/gdk/x11 Added Files: Tag: OpenVRML-GtkPlug-BRANCH .cvsignore Log Message: Ignore generated files. --- NEW FILE: .cvsignore --- Makefile.in |
From: Braden M. <br...@us...> - 2006-09-27 05:07:27
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16700/lib/gtkglext Added Files: Tag: OpenVRML-GtkPlug-BRANCH .cvsignore Log Message: Ignore generated files. --- NEW FILE: .cvsignore --- Makefile.in autom4te.cache config.h.in |
From: Braden M. <br...@us...> - 2006-09-27 05:07:27
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/gdk/glext In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16700/lib/gtkglext/gdk/glext Added Files: Tag: OpenVRML-GtkPlug-BRANCH .cvsignore Log Message: Ignore generated files. --- NEW FILE: .cvsignore --- Makefile.in |
From: Braden M. <br...@us...> - 2006-09-27 05:07:27
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/gdk/win32 In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16700/lib/gtkglext/gdk/win32 Added Files: Tag: OpenVRML-GtkPlug-BRANCH .cvsignore Log Message: Ignore generated files. --- NEW FILE: .cvsignore --- Makefile.in |
From: Braden M. <br...@us...> - 2006-09-27 05:07:26
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/gdk In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16700/lib/gtkglext/gdk Added Files: Tag: OpenVRML-GtkPlug-BRANCH .cvsignore Log Message: Ignore generated files. --- NEW FILE: .cvsignore --- Makefile.in |
From: Braden M. <br...@us...> - 2006-09-27 05:07:26
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/examples/glade In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16700/lib/gtkglext/examples/glade Added Files: Tag: OpenVRML-GtkPlug-BRANCH .cvsignore Log Message: Ignore generated files. --- NEW FILE: .cvsignore --- Makefile.in |
From: Braden M. <br...@us...> - 2006-09-27 05:07:26
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/examples In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16700/lib/gtkglext/examples Added Files: Tag: OpenVRML-GtkPlug-BRANCH .cvsignore Log Message: Ignore generated files. --- NEW FILE: .cvsignore --- Makefile.in |
From: Braden M. <br...@us...> - 2006-09-27 05:07:26
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/docs/reference/gtkglext In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16700/lib/gtkglext/docs/reference/gtkglext Added Files: Tag: OpenVRML-GtkPlug-BRANCH .cvsignore Log Message: Ignore generated files. --- NEW FILE: .cvsignore --- Makefile.in |
From: Braden M. <br...@us...> - 2006-09-27 05:07:26
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/docs/reference In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16700/lib/gtkglext/docs/reference Added Files: Tag: OpenVRML-GtkPlug-BRANCH .cvsignore Log Message: Ignore generated files. --- NEW FILE: .cvsignore --- Makefile.in |
From: Braden M. <br...@us...> - 2006-09-27 05:07:26
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/docs In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16700/lib/gtkglext/docs Added Files: Tag: OpenVRML-GtkPlug-BRANCH .cvsignore Log Message: Ignore generated files. --- NEW FILE: .cvsignore --- Makefile.in |
From: Braden M. <br...@us...> - 2006-09-26 15:42:56
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28484/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml Modified Files: openvrml.vcproj Log Message: Put DLLs, EXEs in a common directory. Index: openvrml.vcproj =================================================================== RCS file: /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.vcproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** openvrml.vcproj 22 Sep 2006 22:23:09 -0000 1.6 --- openvrml.vcproj 26 Sep 2006 15:42:51 -0000 1.7 *************** *** 68,72 **** --- 68,74 ---- <Tool Name="VCLinkerTool" + OutputFile="$(SolutionDir)..\bin\$(ProjectName)d.dll" GenerateDebugInformation="true" + ImportLibrary="$(SolutionDir)..\lib\$(TargetName).lib" /> <Tool *************** *** 150,154 **** --- 152,158 ---- <Tool Name="VCLinkerTool" + OutputFile="$(SolutionDir)..\bin\$(ProjectName).dll" LinkTimeCodeGeneration="1" + ImportLibrary="$(SolutionDir)..\lib\$(TargetName).lib" /> <Tool |
From: Braden M. <br...@us...> - 2006-09-26 15:42:56
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/sdl-viewer In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28484/ide-projects/Windows/VisualC8_0/OpenVRML/sdl-viewer Modified Files: sdl-viewer.vcproj Log Message: Put DLLs, EXEs in a common directory. Index: sdl-viewer.vcproj =================================================================== RCS file: /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/sdl-viewer/sdl-viewer.vcproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** sdl-viewer.vcproj 22 Sep 2006 22:23:09 -0000 1.5 --- sdl-viewer.vcproj 26 Sep 2006 15:42:51 -0000 1.6 *************** *** 66,71 **** <Tool Name="VCLinkerTool" ! AdditionalDependencies="ws2_32.lib opengl32.lib glu32.lib SDLmain.lib SDL.lib" ! OutputFile="$(OutDir)/sdl-viewer.exe" LinkIncremental="2" GenerateDebugInformation="true" --- 66,71 ---- <Tool Name="VCLinkerTool" ! AdditionalDependencies="opengl32.lib glu32.lib SDLmain.lib SDL.lib" ! OutputFile="$(SolutionDir)..\bin\sdl-viewerd.exe" LinkIncremental="2" GenerateDebugInformation="true" *************** *** 148,152 **** <Tool Name="VCLinkerTool" ! OutputFile="$(OutDir)/sdl-viewer.exe" LinkIncremental="1" GenerateDebugInformation="true" --- 148,153 ---- <Tool Name="VCLinkerTool" ! AdditionalDependencies="opengl32.lib glu32.lib SDLmain.lib SDL.lib" ! OutputFile="$(SolutionDir)..\bin\sdl-viewer.exe" LinkIncremental="1" GenerateDebugInformation="true" |