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

Bug 646752

Summary: www-misc/zoneminder-1.30.2 - add USE=ffmpeg
Product: Gentoo Linux Reporter: Wojciech Myrda <vojcek>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED WONTFIX    
Severity: normal CC: arthur
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 )