the bug in b.g.o.: http://bugzilla.gnome.org/show_bug.cgi?id=345395
On Tue, 2006-06-20 at 09:16 +0200, Stephane Delcroix wrote: > Hi everyone, > > I'm quite proud to give you this patch, adding support for loading > plug-ins into F-Spot. I'll submit it to b.g.o. soon. > > For now, all Plugins in all .dll in $HOME/.gnome2/f-spot/plugins are > loaded, but I plan to write another plugin to enable them at will. > > The patch include Thomas's solution to #344534, so you can compile > plug-ins from outside the source tree using: > > mcs -target:library -pkg:f-spot MyPlugin.cs > > Find also attached below 2 plugins, one displaying a dialog about > plugins, and a first Export Plug-in, for sending mail (the export code > is just a cut and paste from F-Spot core code). > > Those 2 plugins compile with: > > mcs -target:library -pkg:f-spot -pkg:gnome-sharp-2.0 DialogPlugin.cs > mcs -target:library -pkg:f-spot -pkg:gnome-sharp-2.0 SendMailPlugin.cs > > It's a first and very early version, so write a lot of comments about > it... > > rgds, > > Stephane > _______________________________________________ > F-spot-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/f-spot-list -- Stephane Delcroix [EMAIL PROTECTED] _______________________________________________ F-spot-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/f-spot-list
