Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] new virtual/pkgconfig to support lighter alternatives
Date: Mon, 30 Apr 2012 19:46:13
Message-Id: 4F9EEB2B.5010201@gentoo.org
In Reply to: Re: [gentoo-dev] new virtual/pkgconfig to support lighter alternatives by "Michał Górny"
1 On 04/30/2012 10:07 PM, Michał Górny wrote:
2 > On Sun, 29 Apr 2012 18:11:58 -0400
3 > Mike Frysinger<vapier@g.o> wrote:
4 >
5 >> the canonical pkg-config is getting fat. it requires glib-2. it
6 >> runs pkg- config when building. glib-2 requires pkg-config. whee.
7 >>
8 >> for our normal systems, this isn't a big deal. but we'd like to
9 >> enable a lighter alternative for embedded/alternative systems. as
10 >> such, i'd like to introduce a virtual/pkgconfig that allows for
11 >> selection of simpler (but compatible) implementations.
12 >>
13 >> we've got an implementation in perl (i'm not interested in), but
14 >> there is also "pkg-config-lite" and "pkgconf". they should be
15 >> compatible with the canonical pkg-config. they aren't yet in the
16 >> tree, but will be once we agree on this topic.
17 >>
18 >> any comments ?
19 >
20 > Maybe if pkgconf proves really good we could finally add pkg-config dep
21 > to @system...
22 >
23
24 Uh no...
25 I thought we are in process of minimizing @system and correcting
26 dependencies in ebuilds accordingly
27 --depclean should be able to clean out things like pkg-config which are
28 not needed at runtime

Replies