Re: [Banshee-List] Building an external plugin with 0.98.1



Hi,

On Wed, 2008-03-19 at 15:29 -0500, Gabriel Burt wrote:
> 2008/3/19 Bertrand Lorentz <bertrand lorentz gmail com>:
> >  As I'd like to enjoy the greatness of the new banshee AND wake up in the
> >  morning, I'm trying to port the alarm plugin
> >  (http://code.google.com/p/banshee-unofficial-plugins/) to the new code
> >  base.
> >
> >  This leads to several questions :
> > [...]
> >  
> >  - The "libs" stuff was removed from the pkg-config file (now
> >  banshee-1.pc) just before the release. "pkg-config --libs banshee-1" now
> >  gives nothing.
> >  Is this on purpose ? That would mean I have to find another way to get
> >  to the banshee libraries (or wait, see previous question). Doing auto*
> >  stuff is not a fun way to spend Easter week-end... ;)
> 
> Not sure.  Aaron?

If anybody's interested, the alarm plugin is now working with banshee
trunk. The code is in SVN on code.google.com, see link above.

Because of the issue mentionned above, the libraries are not detected at
configure time. To work around this, you have to set the BANSHEE_LIBS
environment variable like this (all on one line) :

export BANSHEE_LIBS="-r:/usr/lib/banshee-1/Banshee.Core.dll
-r:/usr/lib/banshee-1/Hyena.dll
-r:/usr/lib/banshee-1/Banshee.Services.dll
-r:/usr/lib/banshee-1/Banshee.ThickClient.dll -r:Mono.Posix
-r:/usr/lib/mono/gtk-sharp-2.0/gtk-sharp.dll
-r:/usr/lib/mono/gtk-sharp-2.0/gconf-sharp.dll
-r:/usr/lib/mono/gtk-sharp-2.0/glib-sharp.dll"

I'll probably do a proper release when the build and install issues are
sorted out.

Have fun,

-- 
Bertrand Lorentz <bertrand lorentz gmail com>
> http://flickr.com/photos/bl8/ <

Attachment: signature.asc
Description: This is a digitally signed message part



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