Lol,
If I didn't said anything it's because nothing hurts my eyes ;)
Else, as you can see with the commits, I made the modification.
Phil

Le Monday 19 December 2005 01:02, Youness Alaoui a écrit :
> ok, we'll schedule it from wednesday, but you didn't answer my original
>
> request :
> > >>> Hey, Phil (or anyone else without enough Makefile.in knowledge) can
> > >>> you please look at this diff I applied on the makefile and make sure
> > >>> it's a safe fix, a good fix and that we need such things...
> > >>> Also, if you could add the symlinks I talked about about the amsn-
> > >>> remote and amsn-remote-CLI in /usr/bin
> > >>>
> > >>> Thanks
> > >>> KaKaRoTo
>
> On Sun, 18 Dec 2005 18:56:47 -0500, Le Philousophe - Phil
>
> <[EMAIL PROTECTED]> wrote:
> > Tagging the 21 is good for me : but not after because my dad wants I
> > insall
> > FC4 on his Mandrake so I wont be able to do the RPM for mdk after that.
> > But I always have a FC3 maybe it is equivalent... Needs testing....
> > Phil
> >
> > Le Sunday 18 December 2005 05:09, Youness Alaoui a écrit :
> >> oh, ok, Jerome, I understand you, I also am in a big, huge exam
> >> period.. I
> >> have an extremly annoying (mechanics of deformable objects) course
> >> which I
> >> already failed and this is my last chance to get it right and I have
> >> already really bad marks at my first exams.. I need to work like a mad
> >> man
> >> to get this course (hopping I will)... so I understand you.. ok, well,
> >> for
> >> the release, we can tag it afterwards.. I suggest all those of you who
> >> have time to look at the bug reports system and fix the bugs that come
> >> up...
> >> anyways, for the packages, I'm doing almost all the packages and Phil is
> >> doing the rpms, so there is no 'wait for packagers' unless for
> >> slackware...
> >>
> >> let's make this the biggest release of our time :)
> >>
> >> KaKaRoTo
> >>
> >> On Sat, 17 Dec 2005 17:43:41 -0500, Jérôme Gagnon-Voyer
> >>
> >> <[EMAIL PROTECTED]> wrote:
> >> > I have 3 exams, monday, tuesday, and wednesday also ;-) So we can keep
> >> > that as a kind of "test-time without commits" for few days, then tag
> >>
> >> the
> >>
> >> > release on 21, send everything to packagers and put that online at the
> >> > same time we launch the website. Anyway I don't have choice, I won't
> >> > make a release during my biggest exam time of the semester ;-)
> >> >
> >> > Phil, I still see a lot of bugreports about the webcam properties on
> >> > Linux.
> >> > http://amsn.sourceforge.net/bugs/admin/index.php?
> >> > bug=&submit=Go&query=expected
> >>
> >> +floating&date_filter=&cvs_filter=&amsn_filter=&tcl_filter=&os_filter=&f
> >>
> >> > lag_filter=0#
> >> > Expected floating point but got...different from the bugreports we had
> >> > before  your last fix.
> >> >
> >> > Notes: Vivia: it's good on Mac PLZ EVERYBODY TELL US IF IT'S GOOD ON
> >> > YOUR SIDE OR NOT.
> >> >
> >> > Le 05-12-17 à 15:37, Youness Alaoui a écrit :
> >> >> once this is done, I'll try to fix the notes problem, if I'm not
> >>
> >> able,
> >>
> >> >> we'll leave it like that, we know anyways that 0.95 is not perfect...
> >> >>
> >> >> We're almost there!!! Lee is making great progress with the website
> >>
> >> and
> >>
> >> >> we're almost done...
> >> >> Jerome, could you supervise the rest, I have an exam soon and I
> >>
> >> really
> >>
> >> >> hope I'll be able to pass the course, so I need to work hard... thx
> >> >>
> >> >> KaKaroTo
> >> >>
> >> >> On Fri, 16 Dec 2005 17:06:44 -0500, Youness Alaoui
> >> >>
> >> >> <[EMAIL PROTECTED]> wrote:
> >> >>> Hey, Phil (or anyone else without enough Makefile.in knowledge) can
> >> >>> you please look at this diff I applied on the makefile and make sure
> >> >>> it's a safe fix, a good fix and that we need such things...
> >> >>> Also, if you could add the symlinks I talked about about the amsn-
> >> >>> remote and amsn-remote-CLI in /usr/bin
> >> >>>
> >> >>> Thanks
> >> >>> KaKaRoTo
> >> >>>
> >> >>> ------- Forwarded message -------
> >> >>> From: "Alaoui Youness" <[EMAIL PROTECTED]>
> >> >>> To: [EMAIL PROTECTED]
> >> >>> Subject: [Amsn-commits] msn Makefile.in,1.17,1.18
> >> >>> Date: Fri, 16 Dec 2005 15:11:12 -0500
> >> >>>
> >> >>> Update of /cvsroot/amsn/msn
> >> >>> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25192
> >> >>>
> >> >>> Modified Files:
> >> >>>        Makefile.in
> >> >>> Log Message:
> >> >>> Adding Taj Morton's patch, adds autopackage rules and slightly
> >> >>> modified makefile...
> >> >>>
> >> >>>
> >> >>>
> >> >>> Index: Makefile.in
> >> >>> ===================================================================
> >> >>> RCS file: /cvsroot/amsn/msn/Makefile.in,v
> >> >>> retrieving revision 1.17
> >> >>> retrieving revision 1.18
> >> >>> diff -C2 -d -r1.17 -r1.18
> >> >>> *** Makefile.in        4 Dec 2005 11:41:47 -0000       1.17
> >> >>> --- Makefile.in        16 Dec 2005 20:11:09 -0000      1.18
> >> >>> ***************
> >> >>> *** 140,143 ****
> >> >>> --- 140,144 ----
> >> >>>        rm -Rf $(dstdir)/$(PACKAGE)
> >> >>>        mkdir --parents $(dstdir)/$(PACKAGE)
> >> >>> +      mkdir -p $(slnkdir)
> >> >>>        @for p in $?; do \
> >> >>>                        cp -Rf --parents $(srcdir)/$$p 
> >> >>> $(dstdir)/$(PACKAGE); \
> >> >>> ***************
> >> >>> *** 148,151 ****
> >> >>> --- 149,159 ----
> >> >>>                done
> >> >>>        ln -sf $(dstdir)/$(PACKAGE)/amsn $(slnkdir)/amsn
> >> >>> +      chmod -R +rx $(dstdir)/$(PACKAGE)
> >> >>> +
> >> >>> +      mkdir -p $(dstdir)/icons/hicolor
> >> >>> +      cp -R $(srcdir)/icons/* $(dstdir)/icons/hicolor
> >> >>> +
> >> >>> +      mkdir -p $(dstdir)/applications
> >> >>> +      cp $(srcdir)/amsn.desktop $(dstdir)/applications
> >> >>>
> >> >>>    rpm-install:: $(FILES_TO_INSTALL)
> >> >>>
> >> >>>
> >> >>>
> >> >>> -------------------------------------------------------
> >> >>> This SF.net email is sponsored by: Splunk Inc. Do you grep through
> >>
> >> log
> >>
> >> >>> files
> >> >>> for problems?  Stop!  Download the new AJAX search engine that makes
> >> >>> searching your log files as easy as surfing the  web.  DOWNLOAD
> >>
> >> SPLUNK!
> >>
> >> >>> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> >> >>> _______________________________________________
> >> >>> Amsn-commits mailing list
> >> >>> [EMAIL PROTECTED]
> >> >>> https://lists.sourceforge.net/lists/listinfo/amsn-commits
> >> >>
> >> >> --KaKaRoTo
> >> >>
> >> >>
> >> >> -------------------------------------------------------
> >> >> This SF.net email is sponsored by: Splunk Inc. Do you grep through
> >>
> >> log
> >>
> >> >> files
> >> >> for problems?  Stop!  Download the new AJAX search engine that makes
> >> >> searching your log files as easy as surfing the  web.  DOWNLOAD
> >>
> >> SPLUNK!
> >>
> >> >> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> >> >> _______________________________________________
> >> >> Amsn-devel mailing list
> >> >> Amsn-devel@lists.sourceforge.net
> >> >> https://lists.sourceforge.net/lists/listinfo/amsn-devel
> >> >
> >> > -------------------------------------------------------
> >> > This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> >> > files
> >> > for problems?  Stop!  Download the new AJAX search engine that makes
> >> > searching your log files as easy as surfing the  web.  DOWNLOAD
> >>
> >> SPLUNK!
> >>
> >> > http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
> >> > _______________________________________________
> >> > Amsn-devel mailing list
> >> > Amsn-devel@lists.sourceforge.net
> >> > https://lists.sourceforge.net/lists/listinfo/amsn-devel
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> > files
> > for problems?  Stop!  Download the new AJAX search engine that makes
> > searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> > http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
> > _______________________________________________
> > Amsn-devel mailing list
> > Amsn-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/amsn-devel



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to