Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101875 - games-engines/stratagus-2.1 superfluous ogg use flag
Summary: games-engines/stratagus-2.1 superfluous ogg use flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-09 09:32 UTC by Carsten Lohrke (RETIRED)
Modified: 2005-09-23 23:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
The vorbis use flag denotes ogg/vorbis support, not the other way around (libvorbis depends on libogg). (stratagus-2.1.ebuild.diff,1.01 KB, text/plain)
2005-08-09 09:34 UTC, Carsten Lohrke (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carsten Lohrke (RETIRED) gentoo-dev 2005-08-09 09:32:22 UTC
The vorbis use flag denotes ogg/vorbis support (libvorbis depends on libogg).
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-08-09 09:34:24 UTC
Created attachment 65540 [details]
The vorbis use flag denotes ogg/vorbis support, not the other way around
(libvorbis depends on libogg).
Comment 2 SpanKY gentoo-dev 2005-08-09 10:11:40 UTC
just because libvorbis depends on ogg now doesnt mean it always will does it ?

stragus looks for ogg.h and vorbisfile.h as well as libogg.so and libvorbis.so
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2005-08-09 10:48:09 UTC
>just because libvorbis depends on ogg now doesnt mean it always will does it ?

And in another hypothetical case the stratagus devs may be audiophilists and
feel it's time switch to flac. ;p Enabling vorbis support via ogg use flag is
simply wrong. It denotes only the container format, not the vorbis codec.
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2005-09-23 23:36:41 UTC
Yeah, it's ugly, but I agree.  Especially since the configure script support
flac as well.  I changed the ebuild to only turn on oggvorbis support if both
the ogg and vorbis use flags are set.  I think that allows the ogg/flac
possibility and represents reality a little better.

Thanks for the bug report.