On Thu, Mar 06, 2014 at 09:50:16AM +0100, Bert Huijben wrote:
> > @@ -305,7 +309,7 @@ msvc-static = yes
> > 
> >  # General API for accessing repositories
> >  [libsvn_ra]
> > -description = Subversion Repository Access Library
> > +description = Subversion General Repository Access Library
> >  type = lib
> >  path = subversion/libsvn_ra
> >  libs = libsvn_delta libsvn_subr ra-libs apriconv apr
> 
> This hunk of the patch makes the result on the Windows shared libraries 
> slightly less accurate.
> 
> On Windows the libraries with msvc-static = true are compiled into static 
> libraries, that are then later linked into the parent libraries and 
> applications. So our libsvn_ra-1.dll doesn't just contain libsvn_ra, but also 
> libsvn_ra_svn and libsvn_ra_serf.
> 
> But now it has the description 'Subversion General Repository Access 
> Library'...
> 

Do you have any suggestions about what to do instead?

> I'm trying to find where we produce the pkg-config files, but I can't find 
> it... Do you know where we write these?

The descriptions are written into .pc.in files by gen-make.py

Reply via email to