Hello,
I've uploaded the OpenGL::Script module that provides script functionality for OpenGL and I need to upload the patched OpenGL module also. How to include these modules into the offical modules list? And, how to register as alternative the OpenGL module maintainer? Sorry, if it is described in the 04pause.html. I didn't find any clearly description of these processes, just recomendation to email to [EMAIL PROTECTED] Thank you, ----------------------------------------------------------------- Ilya Zakharevich <[EMAIL PROTECTED]> writes: > On Fri, Feb 15, 2002 at 02:54:29AM +0300, Danil Pismenny wrote: > > As you have no time, I can separate patched part to the new module, > > something like OpenGL::MesaOS and OpenGL::MesaOS::Image (because I > > didn't fix anything, I just added the new functions), or I can patch > > the common OpenGL module (I did it already) and upload it to the > > CPAN (I just get the ID there). > > Feel free to upload it to CPAN, but I think you *need* to register as > an (alternative?) maintainer of OpenGL. BTW, if you do, I have an > extra patch from the users (included). > > Hope this helps, > Ilya > From: Martien Verbruggen <[EMAIL PROTECTED]> > Subject: Re: OpenGL, a minor patch > To: Ilya Zakharevich <[EMAIL PROTECTED]> > Date: Tue, 27 Feb 2001 20:58:53 +1100 > Reply-To: Martien Verbruggen <[EMAIL PROTECTED]> > > On Tue 27 Feb 02:58 AM, Ilya Zakharevich wrote: > > > On Tue, Feb 27, 2001 at 12:10:47PM +1100, Martien Verbruggen wrote: > > > diff -c OpenGL-0.53-new/Makefile.PL OpenGL-0.53/Makefile.PL > > > *** OpenGL-0.53-new/Makefile.PL Tue Feb 27 12:03:48 2001 > > > --- OpenGL-0.53/Makefile.PL Fri Nov 17 09:06:23 2000 > > > > Took me some time to understand what happened... It is inverted, right? > > Yep :} > > I'll create a new one, sorry. > > diff -bc OpenGL-0.53/Makefile.PL OpenGL-0.53-new/Makefile.PL > *** OpenGL-0.53/Makefile.PL Fri Nov 17 09:06:23 2000 > --- OpenGL-0.53-new/Makefile.PL Tue Feb 27 12:03:48 2001 > *************** > *** 25,30 **** > --- 25,36 ---- > > $DEFS = "-DHAVE_GL"; # Primary OpenGL system > > + # Mesa 3D version 3.4 needs this so that all extension constants (even > + # obsolete ones) will be defined. Without this, about 13 or so won't be > + # known. It can't hurt for other distributions, so we won't even check. > + > + $DEFS .= " -DGL_GLEXT_LEGACY"; > + > # GL Utility library (on OS/2 built into -lopengl) > $DEFS .= " -DHAVE_GLU" if $l =~ /(^|\s)-l(\w*GLU|opengl)\b/; > > > Martien > -- > Martien Verbruggen | > Interactive Media Division | > Commercial Dynamics Pty. Ltd. | What's another word for Thesaurus? > NSW, Australia | > ---------- > -- Danil Pismenny http://dapi.chaz.ru/