Bug 82745 - media-libs/libtheora missing useflags
Bug#: 82745 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: media-video@gentoo.org Reported By: flameeyes@gentoo.org
Component: Ebuilds
URL: 
Summary: media-libs/libtheora missing useflags
Keywords:  
Status Whiteboard: 
Opened: 2005-02-20 17:22 0000
Description:   Opened: 2005-02-20 17:22 0000
The attached patch applied over current ebuild adds three flags to libtheora
ebuild: encode pic and doc.

With the first is possible to build libtheora with only the decoder instead of
both encoder and decoder (which is probably the most used setup).
The second is the usual one.
The third make optional the build of documentation, with optional build
dependency on doxygen.
This way it won't create the doxygen documentation if it's not requested (to
achieve this I used the usual autoconf cache trick).

I also disabled the dependency tracking, as gentoo's are always one-time
builds.

HTH, Diego

------- Comment #1 From Diego E. 'Flameeyes' Pettenò 2005-02-20 17:22:46 0000 -------
Created an attachment (id=51730) [details]
Patch over current ebuild.

------- Comment #2 From Jan Brinkmann (RETIRED) 2005-02-22 11:48:50 0000 -------
thanks for your effort, patch applied and modified ebuild commited.