Fabio Checconi | 14 Jan 09:55
Picon

[PATCH] Fix compilation and bitmap depth on debian sid

Hi all,
    this list seems to be not so active, anyway I've tried zinf after
a long time, and I had several problems building and running it.  This
patch fixes the build issues reported here:

http://sourceforge.net/mailarchive/forum.php?thread_name=20070811210027.1d4e2c92%40darkstar.localhost&forum_name=zinf-support

and seems to be a correct fix to this tracker issue:

http://sourceforge.net/tracker/index.php?func=detail&aid=1033026&group_id=51494&atid=463479

Still getting segfaults on theme changes and on exit.
Patch on top of 2.2.5, please consider applying.

I'm posting the patch here and not on the tracker to ask also for the
project status... is anyone still working on zinf?

--

diff -Naurp zinf-2.2.5.orig/base/include/player.h zinf-2.2.5/base/include/player.h
--- zinf-2.2.5.orig/base/include/player.h	2004-02-02 18:39:35.000000000 +0100
+++ zinf-2.2.5/base/include/player.h	2008-01-11 20:01:32.000000000 +0100
@@ -155,13 +155,13 @@ class Player : public EventQueue

     #define _EQUALIZER_ENABLE_
     #ifdef  _EQUALIZER_ENABLE_
-    void Player::SetEQData(Event *pEvent);
+    void SetEQData(Event *pEvent);
     #endif // _EQUALIZER_ENABLE_
     #undef  _EQUALIZER_ENABLE_    
(Continue reading)

Kristian Kvilekval | 14 Jan 18:03
Picon
Gravatar

Re: [PATCH] Fix compilation and bitmap depth on debian sid

I'll look over the patch and apply it.   

I don't think there is a lot of active development, currently.

David hough completed a nice new front end for zinf, that was to be 
the next version, however, development stalled.   It does however,
work pretty well and I use it everyday.

You need to configure the build with 
configure --enable-experimental

and change the default browser UI in ~/.zinf/preferences
MusicBrowserUI: musicbrowsermm.ui

On Mon, 2008-01-14 at 09:55 +0100, Fabio Checconi wrote:
> Hi all,
>     this list seems to be not so active, anyway I've tried zinf after
> a long time, and I had several problems building and running it.  This
> patch fixes the build issues reported here:
> 
> http://sourceforge.net/mailarchive/forum.php?thread_name=20070811210027.1d4e2c92%40darkstar.localhost&forum_name=zinf-support
> 
> and seems to be a correct fix to this tracker issue:
> 
> http://sourceforge.net/tracker/index.php?func=detail&aid=1033026&group_id=51494&atid=463479
> 
> Still getting segfaults on theme changes and on exit.
> Patch on top of 2.2.5, please consider applying.
> 
> I'm posting the patch here and not on the tracker to ask also for the
(Continue reading)

Fabio Checconi | 14 Jan 20:39
Picon

Re: [PATCH] Fix compilation and bitmap depth on debian sid

> From: Kristian Kvilekval <kris <at> cs.ucsb.edu>
> Date: Mon, Jan 14, 2008 09:03:11AM -0800
>
> I'll look over the patch and apply it.   
> 

Thank you.

> I don't think there is a lot of active development, currently.
> 
> David hough completed a nice new front end for zinf, that was to be 
> the next version, however, development stalled.   It does however,
> work pretty well and I use it everyday.
> 

I'll try it, but I have some problems generating the configure for
the cvs version of zinf, and I didn't have the time to investigate
them (they look like autotools version mismatches.)

Thank you very much for your attention.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
David Hough | 20 Jan 19:56

[PATCH] Fix compilation and bitmap depth on debian sid

Hi,

This is has finally reminded me to do something which I've been
meaning to do for far too long, which is upload the recent (well when
I say recent...) work I've done locally on Zinf (admittedly not much
but hey it's something...)

So, I've put a mercurial repository online at

http://hg.thepriorities.com/zinf/main

Probably the most interesting change is the inclusion of project files
to build it using Visual Studio 2005! I've also done some work to
finally remove the old music database and move everything over to
using the new one instead (some functionality in my repo are still
broken because of this).

Cheers,
David

On 14/01/2008, Fabio Checconi <fabio <at> gandalf.sssup.it> wrote:
> > From: Kristian Kvilekval <kris <at> cs.ucsb.edu>
> > Date: Mon, Jan 14, 2008 09:03:11AM -0800
> >
> > I'll look over the patch and apply it.
> >
>
> Thank you.
>
>
(Continue reading)

Kristian Kvilekval | 21 Jan 02:19
Picon
Gravatar

Re: [PATCH] Fix compilation and bitmap depth on debian sid


Cool.. I'll see about pushing it upto sourceforge.

One thing.. Your last merge seemed to remove the bitmap fix.  Did you
find another work around for getting the proper window depth?

On Sun, 2008-01-20 at 18:56 +0000, David Hough wrote:
> Hi,
> 
> This is has finally reminded me to do something which I've been
> meaning to do for far too long, which is upload the recent (well when
> I say recent...) work I've done locally on Zinf (admittedly not much
> but hey it's something...)
> 
> So, I've put a mercurial repository online at
> 
> http://hg.thepriorities.com/zinf/main
> 
> Probably the most interesting change is the inclusion of project files
> to build it using Visual Studio 2005! I've also done some work to
> finally remove the old music database and move everything over to
> using the new one instead (some functionality in my repo are still
> broken because of this).
> 
> Cheers,
> David
> 
> On 14/01/2008, Fabio Checconi <fabio <at> gandalf.sssup.it> wrote:
> > > From: Kristian Kvilekval <kris <at> cs.ucsb.edu>
> > > Date: Mon, Jan 14, 2008 09:03:11AM -0800
(Continue reading)

David Hough | 21 Jan 15:17

Re: [PATCH] Fix compilation and bitmap depth on debian sid

Yeah, we all seem to have come up with a subtly different solution to
the bitmap depth problem (see
http://hg.thepriorities.com/zinf/main/rev/6fac96bf7e10)

I just went with the one that seemed simpler when I merged. As far as
I can tell from reading the GTK/GDK docs they are all equvialent in
that they get the depth of the root window, but I could be wrong.

Cheers,
David

On 21/01/2008, Kristian Kvilekval <kris <at> cs.ucsb.edu> wrote:
>
> Cool.. I'll see about pushing it upto sourceforge.
>
> One thing.. Your last merge seemed to remove the bitmap fix.  Did you
> find another work around for getting the proper window depth?
>
>
> On Sun, 2008-01-20 at 18:56 +0000, David Hough wrote:
> > Hi,
> >
> > This is has finally reminded me to do something which I've been
> > meaning to do for far too long, which is upload the recent (well when
> > I say recent...) work I've done locally on Zinf (admittedly not much
> > but hey it's something...)
> >
> > So, I've put a mercurial repository online at
> >
> > http://hg.thepriorities.com/zinf/main
(Continue reading)


Gmane