Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 82741

Summary: media-libs/flac missing flags
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch over current ebuild.
Patch over current ebuild. (fixed)

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-02-20 16:14:13 UTC
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 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-02-20 16:14:30 UTC
Created attachment 51725 [details, diff]
Patch over current ebuild.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-02-20 16:30:00 UTC
Created attachment 51726 [details, diff]
Patch over current ebuild. (fixed)

Sorry I forgot to add the /usr on --with-ogg parameter. This fixes it :)
Comment 3 Jan Brinkmann (RETIRED) gentoo-dev 2005-04-15 11:01:42 UTC
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.