Gentoo Archives: gentoo-dev

From: Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] zeroconf/avahi USE flag
Date: Tue, 04 Nov 2008 18:03:56
Message-Id: 49108E51.909@googlemail.com
In Reply to: [gentoo-dev] zeroconf/avahi USE flag by Doug Goldstein
1 Doug Goldstein schrieb am 04.11.2008 18:11:
2 > Hey all,
3 >
4 > A few ebuilds treat things differently with regard to this situation and
5 > it really needs to get rectified.
6 >
7 > net-misc/ntp
8 > zeroconf? ( || ( net-dns/avahi net-misc/mDNSResponder ) )
9 >
10 > net-print/cups
11 > zeroconf? ( !avahi? ( net-misc/mDNSResponder ) )
12 > avahi? ( net-dns/avahi )
13 >
14 > kde-base/kdelibs
15 > !avahi? ( !bindist? ( net-misc/mDNSResponder !kde-misc/kdnssd-avahi ) )
16 > avahi? ( kde-misc/kdnssd-avahi )
17 >
18 >
19 > To name a few... the above will cause blockers for people depending on
20 > their merge order if they have the following in their USE flags.
21 >
22 > USE="zeroconf -avahi"
23 >
24 >
25 > Maybe we should clean the whole thing up and do like net-misc/ntp does
26 > it. Thoughts?
27 >
28 >
29
30 There is also a bonjour use flag which should be considered.
31
32 pidgin-2.5.2.ebuild: bonjour? ( net-dns/avahi )
33 bonjour use flag pulls in net-dns/avahi
34
35 squeezecenter-7.2.1.ebuild: bonjour? ( net-misc/mDNSResponder )
36 bonjour use flag pulls in net-misc/mDNSResponder
37
38 vlc-0.9.5.ebuild: $(use_enable avahi bonjour)
39 avahi use flag enables bonjour support in vlc. Maybe the avahi flag
40 should be replaced with zeroconf here too.
41
42 Regards,
43
44 Daniel

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] zeroconf/avahi USE flag Doug Goldstein <cardoe@g.o>