Re: Upgrade dbus-sharp to 0.3, restoring FreeBSD support



done

s

On Fri, 2006-12-15 at 08:49 +0000, Stephane Delcroix wrote:
> Hi Christophe,
> 
> Alp is so productive lately !
> I'll upgrade the version of dbus-sharp used in f-spot later today. So,
> yeah, it'll be available in the next released version of f-spot.
> 
> regards,
> 
> s
> 
> On Thu, 2006-12-14 at 22:21 +0100, Christoph Moench-Tegeder wrote:
> > Hi,
> > 
> > Alp Toker just released dbus-sharp 0.3 which supports FreeBSD again.
> > I just replaced the "old" dbus-sharp and dbus-sharp-glib directories
> > in f-spot-0.3.0, edited dbus-sharp's Makefile/Makefile.in (autoconf
> > didn't agree with me) and built the new f-spot. Due to a change in
> > dbus-sharp I had to retrofit src/Core.cs with the following diff
> > 
> > diff -Nru f-spot-0.3.0_orig/src/Core.cs f-spot-0.3.0/src/Core.cs
> > --- f-spot-0.3.0_orig/src/Core.cs	Wed Nov 29 06:38:25 2006
> > +++ f-spot-0.3.0/src/Core.cs	Thu Dec 14 21:24:10 2006
> > @@ -57,9 +57,9 @@
> >  
> >  		public void RegisterServer ()
> >  		{
> > -			NameReply nameReply = Bus.Session.RequestName (ServicePath);
> > +			RequestNameReply nameReply = Bus.Session.RequestName (ServicePath);
> >  #if DEBUG_DBUS
> > -			Console.WriteLine("NameReply {0}", nameReply);
> > +			Console.WriteLine("RequestNameReply {0}", nameReply);
> >  #endif
> >  			Bus.Session.Register (ServicePath, CorePath, this);
> >  		}
> > 
> > f-spot-0.3.0 seems to work fine on FreeBSD, can we expect a 0.3.1 with
> > dbus-sharp 0.3? I'll gladly help where I can.
> > 
> > Regards
> > Christoph
> > 
-- 
Stephane Delcroix
stephane delcroix org




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]