Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82745 - media-libs/libtheora missing useflags
Summary: media-libs/libtheora missing useflags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-20 17:22 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2005-02-22 11:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch over current ebuild. (libtheora.patch,841 bytes, patch)
2005-02-20 17:22 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-02-20 17:22:31 UTC
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 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-02-20 17:22:46 UTC
Created attachment 51730 [details, diff]
Patch over current ebuild.
Comment 2 Jan Brinkmann (RETIRED) gentoo-dev 2005-02-22 11:48:50 UTC
thanks for your effort, patch applied and modified ebuild commited.