From: Dennis S. <sy...@yo...> - 2005-02-01 02:10:50
|
Heya fellahs, Major changes went into libvisual, some might be unstable, even completely broken. I've put online libvisual 0.2.0pre1, PLEASE test this release, report if it works, and especially if it does NOT work! If no critical borkness is detected, this will be the release in only a few days from now. Available: http://www.plasser.nl/synap/libvisual/snapshots/libvisual-0.2.0.tar.bz2 http://www.plasser.nl/synap/libvisual/snapshots/libvisual- plugins-0.2.0.tar.bz2 http://www.plasser.nl/synap/libvisual/snapshots/libvisual- xmms-0.2.0.tar.bz2 http://www.plasser.nl/synap/libvisual/snapshots/libvisual- bmp-0.2.0.tar.bz2 NOTE: G-Force and nebulus are now merged INTO libvisual-plugins. NEWS: libvisual: New in 0.2.0pre1: 2005-02-01: * VisTransform subsystem. (Dennis) * visual_palette_color_cycle() function. (Dennis) * visual_param_container_copy_match() function. (Dennis) * visual_param_container_copy() function. (Dennis) * visual_timer_elapsed_msecs() function. (Dennis) * VisCPU subsystem. (Dennis) * visual_mem_copy(), will contain mmx, sse versions later on. (Dennis) * MMX version of the 32bits bilinear filter. (Jean-Christophe) * Fixed the visual_video_blit_overlay(). (Dennis) * MMX versions of the 32bits alpha overlay. (Dennis) * VisPluginEnviron system added. (Vitaly, Dennis) * Nearest scalers. (Chong Kai Xiong, Dennis) * Bilinear scalers. (Jean-Christophe, Dennis) * VisError error values, and human readable errors. (Dennis) * Objectification of all libvisual structures. (Dennis) * Complete VisObject system. (Dennis) * VisSongInfo, use the bilinear filterer, scaler for coverart. (Dennis) * VisPalette VisParamEntry type. (Dennis) * VisObject VisParamEntry type. (Dennis) * VisThread threading wrapper system. (Dennis) * VisUI Complete userinterface abstraction layer. (Dennis) * Have a string only plugin type, plugins are now members of domains. (Dennis, Vitaly) * Many many fixes, improvements and such. (Everyone) libvisual-plugins: New in 0.2.0pre1: 2005-02-01: * Adding pseudotoad flower actor plugin, ported. (Dennis) * Adding dancing particles plugin, ported. (Dennis) * Including G-Force in package. (Dennis) * Including Nebulus in package. (Dennis) * Adding corona actor plugin, ported. (Dennis, Jean-Christophe) * Fixed bumpscope actor plugin. (Dennis) * MMX code added to JESS, alphablend, oinksie (Dennis) * Fixing many bugs in plugins. (Everyone) * Adding VisUI userinterfaces to plugins, not usable yet because there is no client support yet. (Dennis) the other stuff is purely maintaince and api updateness. Cheers, Dennis |
From: Duilio J. P. <dp...@fc...> - 2005-02-02 03:48:48
Attachments:
libvisual-plugins-0.2.0-duilio01.patch
|
I have only one building problem with libvisual-plugins, because I haven't installed libvisual on an usual place, but instead on /home/duilio/share. For this reason compilation in plugins/actor/G-Force/Common/GeneralTools/ fails. To fix that only needs to define AM_CXXFLAGS = @LIBVISUAL_CFLAGS@ for to make the right includes. There is the same problem in plugins/actor/dancingparticles/, but here the point is that we must define: AM_CXXFLAGS = @LIBVISUAL_CFLAGS@ instead of the current AM_CFLAGS = @LIBVISUAL_CFLAGS@ because we are compiling C++ sources. I send attached a patch for these two things. All the plugins works well for me except for the Dancing Particles, which gives the following error (when switching from corona): libvisual INFO: XMMS plugin: negotiating plugin libvisual Dancing Particles plugin xmms: relocation error: /home/duilio/share/lib/libvisual/actor/actor_dancingparticles.so: undefined symbol: _Z11about_errorPcz I have compiled everything without extra options to configure: no extra optimization and no debugging. Bye, Duilio. January 31 2005 - 23:10, Dennis Smit wrote: > Heya fellahs, > > Major changes went into libvisual, some might be unstable, even > completely broken. > > I've put online libvisual 0.2.0pre1, PLEASE test this release, report > if it works, and especially if it does NOT work! |
From: Dennis S. <sy...@yo...> - 2005-02-02 12:29:16
|
Heya, I think both errors are fixed: www.plasser.nl/synap/snapshots/libvisual/libvisual-plugins-0.2.0.tar.bz2 Please try, and thanks a lot for the patch + reporting!!! On Wed, 2005-02-02 at 00:59 -0300, Duilio Javier Protti wrote: > I have only one building problem with libvisual-plugins, because I > haven't installed libvisual on an usual place, but instead on > /home/duilio/share. For this reason compilation in > plugins/actor/G-Force/Common/GeneralTools/ fails. To fix that only needs > to define > > AM_CXXFLAGS = @LIBVISUAL_CFLAGS@ > > for to make the right includes. > There is the same problem in plugins/actor/dancingparticles/, but here > the point is that we must define: > > AM_CXXFLAGS = @LIBVISUAL_CFLAGS@ > > instead of the current > > AM_CFLAGS = @LIBVISUAL_CFLAGS@ > > because we are compiling C++ sources. I send attached a patch for these > two things. > > All the plugins works well for me except for the Dancing Particles, > which gives the following error (when switching from corona): > > libvisual INFO: XMMS plugin: negotiating plugin libvisual Dancing > Particles plugin > xmms: relocation error: > /home/duilio/share/lib/libvisual/actor/actor_dancingparticles.so: > undefined symbol: _Z11about_errorPcz > > I have compiled everything without extra options to configure: no extra > optimization and no debugging. > > > Bye, > Duilio. > > January 31 2005 - 23:10, Dennis Smit wrote: > > Heya fellahs, > > > > Major changes went into libvisual, some might be unstable, even > > completely broken. > > > > I've put online libvisual 0.2.0pre1, PLEASE test this release, report > > if it works, and especially if it does NOT work! > |