From: Dennis S. <sy...@yo...> - 2004-04-18 16:52:23
|
Hello people, I've written most of the xmms libvisual plugin this afternoon and it's available at libvisual.sf.net It'll need the latest snapshots of libvisual and libsdl + the ussual xmms stuff. Resize is borked due to libvisual borkage, will be fixed in the 0.1 release. To switch visual plugins press 'a' or 's' within the plugin window. >PLEASE< test. I haven't yet seen a test report and i'd really like to know how things are working. Cheers, Dennis |
From: Vitaly V. B. <vi...@ma...> - 2004-04-18 17:53:24
|
Sun, 18.04.2004, 19:52, Dennis Smit wrote: > >PLEASE< test. I haven't yet seen a test report and i'd really > like to know how things are working. It works. xmms-1.2.8 SDL-1.2.5a There is a minor problem during compilation process. CFLAGS do not contain -I${prefix_with_libvisual}/include directive, so I have to edit Makefile.am files. -- Vitaly |
From: Dennis S. <sy...@yo...> - 2004-04-18 18:03:32
|
On Sun, 2004-04-18 at 20:53 +0300, Vitaly V. Bursov wrote: > Sun, 18.04.2004, 19:52, Dennis Smit wrote: > > > >PLEASE< test. I haven't yet seen a test report and i'd really > > like to know how things are working. > It works. > > xmms-1.2.8 > SDL-1.2.5a > > There is a minor problem during compilation process. CFLAGS do not > contain -I${prefix_with_libvisual}/include directive, so I have to edit > Makefile.am files. Hmms that is quite odd seen it takes the CFLAGS from pkg-config AC_SUBST(CFLAGS, "-I./ -O3 -rdynamic -ggdb $LIBVISUAL_CFLAGS $GTK_CFLAGS -I$prefix/include/xmms $SDL_CFLAGS") If you're able to debug this it would be great! Thanks for checking out btw, did you also try libgoom ? JC hasn't yet uploaded a new snapshot at the goom page but you could try: http://www.plasser.nl/synap/libvisual/snapshots/goom2k4-dev15-pre-synap.tar.gz for now. Does 'a' and 's' keys also work ? Cheers, Dennis |
From: Vitaly V. B. <vi...@ma...> - 2004-04-18 20:15:48
|
Sun, 18.04.2004, 21:03, Dennis Smit wrote: > On Sun, 2004-04-18 at 20:53 +0300, Vitaly V. Bursov wrote: > > There is a minor problem during compilation process. CFLAGS do not > > contain -I${prefix_with_libvisual}/include directive, so I have to edit > > Makefile.am files. >=20 >=20 > Hmms that is quite odd seen it takes the CFLAGS from pkg-config >=20 > AC_SUBST(CFLAGS, "-I./ -O3 -rdynamic -ggdb $LIBVISUAL_CFLAGS $GTK_CFLAGS > -I$prefix/include/xmms $SDL_CFLAGS") >=20 > If you're able to debug this it would be great! Oh, the problem is that LIBVISUAL_CFLAGS=3D/prefix/include/libvisual while it should be LIBVISUAL_CFLAGS=3D/prefix/include > Thanks for checking out btw, did you also try libgoom ? > JC hasn't yet uploaded a new snapshot at the goom page > but you could try: > http://www.plasser.nl/synap/libvisual/snapshots/goom2k4-dev15-pre-synap.t= ar.gz >=20 > for now. Goom segfaults. Can't tell more for now. > Does 'a' and 's' keys also work ? Yes. -- Vitaly |
From: Dennis S. <sy...@yo...> - 2004-04-18 20:50:42
|
On Sun, 2004-04-18 at 23:16 +0300, Vitaly V. Bursov wrote: > Oh, the problem is that LIBVISUAL_CFLAGS=/prefix/include/libvisual > while it should be LIBVISUAL_CFLAGS=/prefix/include Thanks a lot, fixed locally and will be included in the next snapshot. I'll start importing my local CVS trees into the sourceforge trees soon, however after this week i'll lack internet connectivity for half a month, or more. (Moving to a new house) > > Thanks for checking out btw, did you also try libgoom ? > > JC hasn't yet uploaded a new snapshot at the goom page > > but you could try: > > http://www.plasser.nl/synap/libvisual/snapshots/goom2k4-dev15-pre-synap.tar.gz > > > > for now. > Goom segfaults. Can't tell more for now. Hmms alright, a stacktrace would be great, also on what architecture are you ? Cheers, Dennis |
From: Vitaly V. B. <vi...@ma...> - 2004-04-18 21:46:44
|
Sun, 18.04.2004, 23:50, Dennis Smit wrote: > On Sun, 2004-04-18 at 23:16 +0300, Vitaly V. Bursov wrote: > > > Thanks for checking out btw, did you also try libgoom ? > > > JC hasn't yet uploaded a new snapshot at the goom page > > > but you could try: > > > http://www.plasser.nl/synap/libvisual/snapshots/goom2k4-dev15-pre-syn= ap.tar.gz > > >=20 > > > for now. > > Goom segfaults. Can't tell more for now. > Hmms alright, a stacktrace would be great, also Looks like removing -O9 from CFLAGS (to build a clean debug-ready version) solved problem. Suspect a gcc 3.2.3 bug :) but things are still unstable a bit. > on what architecture are you ? Athlon XP, VIA KT400, GeForce2 MX 400 Linux 2.6.5 :) |
From: Dennis S. <sy...@yo...> - 2004-04-18 21:53:35
|
On Mon, 2004-04-19 at 00:47 +0300, Vitaly V. Bursov wrote: > Sun, 18.04.2004, 23:50, Dennis Smit wrote: > > On Sun, 2004-04-18 at 23:16 +0300, Vitaly V. Bursov wrote: > > > > > Thanks for checking out btw, did you also try libgoom ? > > > > JC hasn't yet uploaded a new snapshot at the goom page > > > > but you could try: > > > > http://www.plasser.nl/synap/libvisual/snapshots/goom2k4-dev15-pre-synap.tar.gz > > > > > > > > for now. > > > Goom segfaults. Can't tell more for now. > > Hmms alright, a stacktrace would be great, also > Looks like removing -O9 from CFLAGS (to build a clean debug-ready > version) solved problem. Suspect a gcc 3.2.3 bug :) > but things are still unstable a bit. > > > on what architecture are you ? > Athlon XP, VIA KT400, GeForce2 MX 400 > Linux 2.6.5 :) > Odd odd, it's working flawless here, and i run it all the time for several weeks already, hope it'll get better over time :) |