Gentoo Archives: gentoo-dev

From: Duncan <1i5t5.duncan@×××.net>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: lame use flag, local to global
Date: Fri, 12 Oct 2007 12:20:03
Message-Id: pan.2007.10.12.12.06.55@cox.net
In Reply to: [gentoo-dev] Re: lame use flag, local to global by Steve Long
1 Steve Long <slong@××××××××××××××××××.uk> posted
2 fen3qr$lu6$1@×××××××××.org, excerpted below, on Fri, 12 Oct 2007 07:26:12
3 +0100:
4
5 >> In that case, shouldn't the description mention that? Something like:
6 >>
7 >> MP3 encoding support using LAME (as opposed to ffmpeg)
8 >>
9 > What about when the next one gets added-- would it need to say "as
10 > opposed to ffmpeg or lame"?
11
12 Good point. However, my minor complaint with USE flags is that they too
13 often don't really say what the USE flag actually does. In this case as-
14 is, the implication is that with -lame, there's no encoding support, when
15 the general case is that there's still encoding support, but from
16 something else (ffmpeg). Ideally, the description isn't so vague as to
17 leave the user with the wrong impression, or having to dig into the
18 ebuild itself to find out what the practical effect is.
19
20 So something like:
21
22 Support LAME as mp3 encoder (see ffmpeg also)
23
24 Then ideally, if a package supported both encoders, both would be flags,
25 and if possible, support for both would be built if both USE flags were
26 enabled. That's a bit more expandable, altho it still mentions ffmpeg.
27
28 Making it generic "(other encoders may also be supported)" might be
29 better in some ways, but isn't as helpful in others. IMO, the ffmpeg
30 reference is more helpful, and the mention of ffmpeg could be expanded if
31 other options become popular enough to warrant it.
32
33
34 What I'd /really/ like would be a simple way to list what each flag does
35 in a particular package, sort of like what use.local sometimes does now,
36 if the description is specific enough, but for global flags as well.
37 Take USE=perl. Sure, it supports perl, but is it perl bindings, or
38 additional user scripts in perl, or documentation for perl devs, or ???
39 A use.local.desc (or whatever) file listing every package with the flag,
40 and what the flag actually does in that package in practical terms, would
41 sure be useful! =8^) Of course, being a separate file, it'd be difficult
42 to keep up to date. Perhaps a better solution might be an IUSE_DESC
43 variable that every ebuild and eclass could (and would eventually be
44 required to) populate. Then it's metadata for the package kept right in
45 the ebuild/eclass, where it's easy to keep up to date when the package
46 itself changes. Then all we'd need would be a parsing tool for that
47 info... euse could be expanded to grab it if --verbose is set, perhaps,
48 and life would be /so/ much easier, at least for /some/ users. =8^)
49
50 Yes, I know the chances of it happening would be better if I were to
51 become a dev and volunteer to help with all the updates, since it's my
52 itch I want scratched. Maybe it'll happen someday. In the mean time...
53 maybe I can spread the itch. =8^)
54
55 --
56 Duncan - List replies preferred. No HTML msgs.
57 "Every nonfree program has a lord, a master --
58 and if you use the program, he is your master." Richard Stallman
59
60 --
61 gentoo-dev@g.o mailing list