Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646752 - www-misc/zoneminder-1.30.2 - add USE=ffmpeg
Summary: www-misc/zoneminder-1.30.2 - add USE=ffmpeg
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-06 11:10 UTC by Wojciech Myrda
Modified: 2020-05-05 07:26 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wojciech Myrda 2018-02-06 11:10:57 UTC
According to upstream documentation https://github.com/ZoneMinder/zoneminder/blob/master/INSTALL zoneminder might be build without the ffmpeg. Ebuild has such a flag available and appropriate ON/OFF set in the configure phase, but DEPEND statement is missing appropriate flag which makes zoneminder pull to install ffmpeg anyways.

( virtual/ffmpeg ) should be changed into:
ffmpeg? ( virtual/ffmpeg )