Re: [vdr] [PATCH] Install headers, add pkgconfig file

2008-04-08 Thread Ville Skyttä
On Wednesday 12 March 2008, Ville Skyttä wrote: > On Wednesday 12 March 2008, clemens kirchgatterer wrote: > > On Tue, Mar 11, 2008 at 3:46 PM, Joerg Pulz <[EMAIL PROTECTED]> wrote: > > > Out of this four cases (there are probably more, one for every Linux > > > distribution on this planet), tel

Re: [vdr] [PATCH] Install headers, add pkgconfig file

2008-03-12 Thread Ville Skyttä
On Wednesday 12 March 2008, clemens kirchgatterer wrote: > On Tue, Mar 11, 2008 at 3:46 PM, Joerg Pulz <[EMAIL PROTECTED]> wrote: > > Out of this four cases (there are probably more, one for every Linux > > distribution on this planet), tell me which is the most reasonable > > default? > > the m

Re: [vdr] [PATCH] Install headers, add pkgconfig file

2008-03-12 Thread clemens kirchgatterer
On Wed, Mar 12, 2008 at 8:13 AM, clemens kirchgatterer <[EMAIL PROTECTED]> wrote: > On Tue, Mar 11, 2008 at 3:46 PM, Joerg Pulz <[EMAIL PROTECTED]> wrote: > > > Out of this four cases (there are probably more, one for every Linux > > distribution on this planet), tell me which is the most reas

Re: [vdr] [PATCH] Install headers, add pkgconfig file

2008-03-12 Thread clemens kirchgatterer
On Tue, Mar 11, 2008 at 3:46 PM, Joerg Pulz <[EMAIL PROTECTED]> wrote: > Out of this four cases (there are probably more, one for every Linux > distribution on this planet), tell me which is the most reasonable > default? the most reasonable default is simply to put vdr.pc in [$(DESTDIR)/]$(PR

Re: [vdr] [PATCH] Install headers, add pkgconfig file

2008-03-11 Thread Joerg Pulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 11 Mar 2008, Matthias Schwarzott wrote: On Dienstag, 11. März 2008, clemens kirchgatterer wrote: On Tue, Mar 11, 2008 at 12:27 AM, Matthias Schwarzott <[EMAIL PROTECTED]> wrote: On Montag, 10. März 2008, Ville Skyttä wrote: So you can

Re: [vdr] [PATCH] Install headers, add pkgconfig file

2008-03-11 Thread Matthias Schwarzott
On Dienstag, 11. März 2008, clemens kirchgatterer wrote: > On Tue, Mar 11, 2008 at 12:27 AM, Matthias Schwarzott <[EMAIL PROTECTED]> wrote: > > On Montag, 10. März 2008, Ville Skyttä wrote: > > > > So you can install .pc file anywhere you want if you add this location > > to PKG_CONFIG_PATH. > >

Re: [vdr] [PATCH] Install headers, add pkgconfig file

2008-03-11 Thread clemens kirchgatterer
On Tue, Mar 11, 2008 at 12:27 AM, Matthias Schwarzott <[EMAIL PROTECTED]> wrote: > On Montag, 10. März 2008, Ville Skyttä wrote: > So you can install .pc file anywhere you want if you add this location to > PKG_CONFIG_PATH. > > So /usr/bin/pkg-config will always look into /usr/lib/pkgconfig. >

Re: [vdr] [PATCH] Install headers, add pkgconfig file

2008-03-10 Thread Matthias Schwarzott
On Montag, 10. März 2008, Ville Skyttä wrote: > Hello, > > As discussed in the freetype/fontconfig pkgconfig thread, here's a combined > patch implementing installation of VDR's headers and generating a pkgconfig > *.pc file. > > This patch is mostly just a discussion draft - I haven't tried instal