[MPlayer-dev-eng] [patch] check pkg-config first for libdvd{nav, read}

Mike Frysinger vapier at gentoo.org
Sun Apr 8 23:02:46 CEST 2012


On Sunday 08 April 2012 14:56:05 Diego Biurrun wrote:
> On Sat, Apr 07, 2012 at 12:56:50PM -0400, Mike Frysinger wrote:
> > On Saturday 07 April 2012 05:01:38 Diego Biurrun wrote:
> > > On Fri, Mar 30, 2012 at 02:18:04PM -0400, Mike Frysinger wrote:
> > > > managing pkg-config files is a lot easier when cross-compiling then a
> > > > variety of config scripts.  the libdvd{nav,read} packages install .pc
> > > > files now, so check those first before falling back to the config
> > > > scripts.
> > > > 
> > > > (please cc me as i'm not on the list)
> > > > 
> > > > --- configure	(revision 34835)
> > > > +++ configure	(working copy)
> > > > @@ -4042,7 +4042,7 @@ echores "$_apple_ir"
> > > > 
> > > >  echocheck "pkg-config"
> > > > 
> > > > -_pkg_config=pkg-config
> > > > +_pkg_config=${PKG_CONFIG:-pkg-config}
> > > 
> > > That doesn't quite fit the patch description.
> > 
> > the build should respect the env $PKG_CONFIG just like the upstream
> > pkg-config intended (see pkg.m4) which makes it work like every
> > autotools based pkg out there.
> > 
> > at least the mplayer2 project has adopted a --pkg-config flag it seems.
> 
> I don't doubt you for a second.  I'm just saying that this does not fit
> under the
> 
>   check pkg-config first for libdvd{nav, read}
> 
> moniker.  We require separate changes to be in separate patches.
> At least a log message should mention such changes.

np, i can split it
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20120408/3d663c23/attachment.asc>


More information about the MPlayer-dev-eng mailing list