Bug 82741 - media-libs/flac missing flags
Bug#: 82741 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: sound@gentoo.org Reported By: flameeyes@gentoo.org
Component: Ebuilds
URL: 
Summary: media-libs/flac missing flags
Keywords:  
Status Whiteboard: 
Opened: 2005-02-20 16:14 0000
Description:   Opened: 2005-02-20 16:14 0000
The attached patch applied over current ebuild adds support for doc, pic, ogg,
3dnow and debug flags for flac.

doc flag is honored passing a fake ac_cv variable before running configure, so
that it ignores the presence of doxygen if it's available. If doc flag is set,
it requires explicitely doxygen to be present.

ogg now makes optional the dependency on libogg. I haven't used oggvorbis as
vorbis is not the case here.

HTH, Diego

------- Comment #1 From Diego E. 'Flameeyes' Pettenò 2005-02-20 16:14:30 0000 -------
Created an attachment (id=51725) [details]
Patch over current ebuild.

------- Comment #2 From Diego E. 'Flameeyes' Pettenò 2005-02-20 16:30:00 0000 -------
Created an attachment (id=51726) [details]
Patch over current ebuild. (fixed)

Sorry I forgot to add the /usr on --with-ogg parameter. This fixes it :)

------- Comment #3 From Jan Brinkmann (RETIRED) 2005-04-15 11:01:42 0000 -------
applied changes to the 1.1.2 ebuild as that one is currently masked. if we
encounter problems we can fix them before we unmask it. just avoided a revision
bump :) thanks for the patch.