Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143812 - media-sound/vorbis-tools: making building of ogg123 optional
Summary: media-sound/vorbis-tools: making building of ogg123 optional
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-13 13:50 UTC by Sascha G.
Modified: 2007-03-09 03:58 UTC (History)
1 user (show)

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


Attachments
vorbis-tools-1.1.1-r2.ebuild.diff (DIFF,1.01 KB, patch)
2006-08-13 13:52 UTC, Sascha G.
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sascha G. 2006-08-13 13:50:41 UTC
Currently, vorbis-tools always builds ogg123 ("an ogg vorbis command line audio player"), which is the only part of this package that needs curl and libao. The following patch should make this optional. I chose "curl" as an additional USE flag.
Comment 1 Sascha G. 2006-08-13 13:52:19 UTC
Created attachment 94172 [details, diff]
vorbis-tools-1.1.1-r2.ebuild.diff
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-08-13 13:57:39 UTC
Not USE=curl, please - that just makes no sense:

# euse -i curl
global use flags (searching: curl)
************************************************************
[+    ] curl - Adds support for client-side URL transfer library
Comment 3 Steve Dibb (RETIRED) gentoo-dev 2006-11-24 21:46:14 UTC
My vote is for adding an 'ogg' use flag.  Anyone from sound want to comment?
Comment 4 Sascha G. 2006-12-07 09:22:47 UTC
(In reply to comment #3)
> My vote is for adding an 'ogg' use flag.  Anyone from sound want to comment?

To be frank, I think this makes even less sense than "curl". :-) Ogg support is being built with or without this flag.
USE=minimal looks quite appropriate to me (with the logic of the patch reversed, of course).
Comment 5 Steve Dibb (RETIRED) gentoo-dev 2007-03-09 03:58:53 UTC
minimal use flag it is, thanks guys, fixed in CVS