From: Thomas K. <tho...@us...> - 2006-07-03 23:21:19
|
Hi! Please Cc me answers, I'm not on this list. Attached are some fixes for libvisual-0.4.0: patch-ab: First chunk: Add DragonFly support Second chunk: Also check for -pthread as thread library. Third chunk: gcc-2.95 does not know the i386 MMX registers used in the assembler statements, do disable them. patch-ac: Fix build with BSD make. Please include them in the next release! Btw, when will there be updates for libvisual-xmms and libvisual-bmp for 0.4.0? Cheers, Thomas |
From: Dennis S. <den...@gm...> - 2006-07-16 18:46:38
|
Hello Thomas, Sorry for my late response. Your patches are all against auto generated files. Could you update your patches using configure.ac and Makefile.am Thanks! Cheers, Dennis On 7/4/06, Thomas Klausner <tho...@us...> wrote: > > Hi! > > Please Cc me answers, I'm not on this list. > > Attached are some fixes for libvisual-0.4.0: > > patch-ab: > First chunk: Add DragonFly support > > Second chunk: > Also check for -pthread as thread library. > > Third chunk: > gcc-2.95 does not know the i386 MMX registers used in the assembler > statements, do disable them. > > patch-ac: > Fix build with BSD make. > > Please include them in the next release! > > Btw, when will there be updates for libvisual-xmms and libvisual-bmp > for 0.4.0? > > Cheers, > Thomas > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > _______________________________________________ > Libvisual-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-devel > > > > |
From: Thomas K. <tho...@us...> - 2006-07-16 19:20:46
Attachments:
libvisual-Makefile.am.diff
libvisual-configure.ac.diff
|
Hi Dennis! On Sun, Jul 16, 2006 at 08:46:33PM +0200, Dennis Smit wrote: > Sorry for my late response. No problem. > Your patches are all against auto generated files. True, sorry for that. > Could you update your patches using configure.ac and Makefile.am The patches applied cleanly against configure.ac and Makefile.am (with some fuzz), here they are. Cheers, Thomas > On 7/4/06, Thomas Klausner <tho...@us...> wrote: > > > >Hi! > > > >Please Cc me answers, I'm not on this list. > > > >Attached are some fixes for libvisual-0.4.0: > > > >patch-ab: > >First chunk: Add DragonFly support > > > >Second chunk: > >Also check for -pthread as thread library. > > > >Third chunk: > >gcc-2.95 does not know the i386 MMX registers used in the assembler > >statements, do disable them. > > > >patch-ac: > >Fix build with BSD make. > > > >Please include them in the next release! > > > >Btw, when will there be updates for libvisual-xmms and libvisual-bmp > >for 0.4.0? > > > >Cheers, > >Thomas > > > > > >Using Tomcat but need to do more? Need to support web services, security? > >Get stuff done quickly with pre-integrated technology to make your job > >easier > >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > > > >_______________________________________________ > >Libvisual-devel mailing list > >Lib...@li... > >https://lists.sourceforge.net/lists/listinfo/libvisual-devel > > > > > > > > |
From: Dennis S. <sy...@yo...> - 2006-08-23 18:34:20
|
Hello, Again sorry for responding so incredibly late. I merged your patch for lv-plugins, however I am not too sure about Makefile.am patch for libvisual. - cp -f $< $@ + cp -f libvisual.pc $(PKG_CONFIG_FILE) Is there any special reason for this ? All the other patches have been merged, again thanks a lot! On Sun, 2006-07-16 at 21:20 +0200, Thomas Klausner wrote: > Hi Dennis! > > On Sun, Jul 16, 2006 at 08:46:33PM +0200, Dennis Smit wrote: > > Sorry for my late response. > > No problem. > > > Your patches are all against auto generated files. > > True, sorry for that. > > > Could you update your patches using configure.ac and Makefile.am > > The patches applied cleanly against configure.ac and Makefile.am > (with some fuzz), here they are. > > Cheers, > Thomas > > > On 7/4/06, Thomas Klausner <tho...@us...> wrote: > > > > > >Hi! > > > > > >Please Cc me answers, I'm not on this list. > > > > > >Attached are some fixes for libvisual-0.4.0: > > > > > >patch-ab: > > >First chunk: Add DragonFly support > > > > > >Second chunk: > > >Also check for -pthread as thread library. > > > > > >Third chunk: > > >gcc-2.95 does not know the i386 MMX registers used in the assembler > > >statements, do disable them. > > > > > >patch-ac: > > >Fix build with BSD make. > > > > > >Please include them in the next release! > > > > > >Btw, when will there be updates for libvisual-xmms and libvisual-bmp > > >for 0.4.0? > > > > > >Cheers, > > >Thomas > > > > > > > > >Using Tomcat but need to do more? Need to support web services, security? > > >Get stuff done quickly with pre-integrated technology to make your job > > >easier > > >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > > > > > > >_______________________________________________ > > >Libvisual-devel mailing list > > >Lib...@li... > > >https://lists.sourceforge.net/lists/listinfo/libvisual-devel > > > > > > > > > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Libvisual-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-devel |
From: Thomas K. <tho...@us...> - 2006-08-23 19:13:04
|
Hi Dennis! On Wed, Aug 23, 2006 at 08:34:01PM +0200, Dennis Smit wrote: > Again sorry for responding so incredibly late. No problem. > I merged your patch for lv-plugins, however I am not too sure about > Makefile.am patch for libvisual. > > - cp -f $< $@ > + cp -f libvisual.pc $(PKG_CONFIG_FILE) > > Is there any special reason for this ? Sure: BSD make does not parse $< and $@ like GNU make does, and making the names explicit works for both. > All the other patches have been merged, again thanks a lot! Thank you! Thomas |
From: Dennis S. <sy...@yo...> - 2006-08-23 19:40:16
|
On Wed, 2006-08-23 at 21:12 +0200, Thomas Klausner wrote: > Hi Dennis! > > On Wed, Aug 23, 2006 at 08:34:01PM +0200, Dennis Smit wrote: > > Again sorry for responding so incredibly late. > > No problem. > > > I merged your patch for lv-plugins, however I am not too sure about > > Makefile.am patch for libvisual. > > > > - cp -f $< $@ > > + cp -f libvisual.pc $(PKG_CONFIG_FILE) > > > > Is there any special reason for this ? > > Sure: BSD make does not parse $< and $@ like GNU make does, > and making the names explicit works for both. Ok that is very clear, merging the patch, all the stuff will hit CVS in a few weeks. Cheers, Dennis |