Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72217 - avidemux doesn't enforce use-flags and misses some flags
Summary: avidemux doesn't enforce use-flags and misses some flags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Marc Hildebrand (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-23 03:48 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2004-11-29 22:58 UTC (History)
0 users

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


Attachments
Patches over current ebuild (avidemux.diff,2.54 KB, patch)
2004-11-23 03:48 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 2004-11-23 03:48:09 UTC
Current ebuild for avidemux doesn't enforce use-flags, so also if you have -arts or -alsa or -truetype .
Also, it depends on madplay instead of libmad (also without a flag).
Least it misses many common use-flags.

The attached patch fixes the problems, using ac_cv_* vars to allow to completely disable some features.

Regards,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2004-11-23 03:48:23 UTC
Created attachment 44547 [details, diff]
Patches over current ebuild
Comment 2 Marc Hildebrand (RETIRED) gentoo-dev 2004-11-29 22:58:15 UTC
Nice one.
I only changed the "a52dec" to "a52" because we already have that local USE-flag.
The changes are in cvs and should hit your local portage-mirror in a while.
Thanks for the submission,

Marc.