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

Bug 453398

Summary: media-libs/opus-1.0.2 should install opus_custom.h
Product: Gentoo Linux Reporter: Reuben Martin <reuben.m>
Component: [OLD] LibraryAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal CC: dklann, kripton
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Reuben Martin 2013-01-21 19:27:01 UTC
The other include files are installed, but this one is skipped for some reason. Building packages that reference this include file will fail.

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-01-21 19:32:29 UTC
I assume <herd>audio</herd> should be <herd>sound</herd> here.
Comment 2 Reuben Martin 2013-01-21 19:37:12 UTC
Found that the problem is that the opus ebuild does not enable "custom-modes" in the configuration phase. This either needs to be turned on, or made available as a USE option. (Ran into this problem building the latest version of jack-audio-connection-kit from the pro-audio overlay.)
Comment 3 David Klann 2013-01-23 17:19:39 UTC
(In reply to comment #2)
> Found that the problem is that the opus ebuild does not enable
> "custom-modes" in the configuration phase. This either needs to be turned
> on, or made available as a USE option. (Ran into this problem building the
> latest version of jack-audio-connection-kit from the pro-audio overlay.)

Same here on x86_64 with overlay pro-audio installed.
Comment 4 Hanno Böck gentoo-dev 2013-02-04 16:32:44 UTC
Local use-flag added with 1.0.2-r1. Out of curiosity: Which packages do need the custom-modes? Upsteam told me it is pretty much discouraged to use them and they should usually be avoided.

For the record, also fixed audio/sound herd issue.