On 2015-01-10 11:08:31, [email protected] wrote: > The following commit has been merged in the master branch: > commit c97511b9863be61972b668a4856b6ddee68df10b > Author: Mateusz Łukasik <[email protected]> > Date: Sat Jan 10 12:09:21 2015 +0100 > > Use pkgconf as replacement for pkg-config. (LP: #1274738) > > diff --git a/debian/changelog b/debian/changelog > index 554154d..6dead01 100644 > --- a/debian/changelog > +++ b/debian/changelog > @@ -3,6 +3,7 @@ mplayer2 (2.0-728-g2c378c7-5) UNRELEASED; urgency=medium > * Team upload. > * Add desktop file. (Closes: #774950) > * Bump standards version to 3.9.6. (no changes needed) > + * Use pkgconf as replacement for pkg-config. (LP: #1274738) > > -- Mateusz Łukasik <[email protected]> Sat, 10 Jan 2015 11:44:01 +0100 > > diff --git a/debian/control b/debian/control > index bfda3a0..5d79f32 100644 > --- a/debian/control > +++ b/debian/control > @@ -75,7 +75,7 @@ Build-Depends: > libxvmc-dev, > libxxf86dga-dev, > libxxf86vm-dev, > - pkg-config, > + pkgconf, > python-docutils, > python3, > vstream-client-dev,
How does that fix #1274738? A build with this change still has Checking for DVD support (libdvdnav) ... no The bug talks about switching from dvdnav-config to pkg-config, not about switching from pkg-config to pkgconfig. Cheers -- Sebastian Ramacher
signature.asc
Description: Digital signature
_______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
