Bug 143812 - media-sound/vorbis-tools: making building of ogg123 optional
Bug#: 143812 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: sound@gentoo.org Reported By: s.geschwandtner@gmx.de
Component: Ebuilds
URL: 
Summary: media-sound/vorbis-tools: making building of ogg123 optional
Keywords:  
Status Whiteboard: 
Opened: 2006-08-13 13:50 0000
Description:   Opened: 2006-08-13 13:50 0000
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 From Sascha Geschwandtner 2006-08-13 13:52:19 0000 -------
Created an attachment (id=94172) [details]
vorbis-tools-1.1.1-r2.ebuild.diff

------- Comment #2 From Jakub Moc (RETIRED) 2006-08-13 13:57:39 0000 -------
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 From Steve Dibb 2006-11-24 21:46:14 0000 -------
My vote is for adding an 'ogg' use flag.  Anyone from sound want to comment?

------- Comment #4 From Sascha Geschwandtner 2006-12-07 09:22:47 0000 -------
(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 From Steve Dibb 2007-03-09 03:58:53 0000 -------
minimal use flag it is, thanks guys, fixed in CVS