Bug 1815802

Summary: does not work unless ffmpeg is installed in a separate command
Product: [Fedora] Fedora Reporter: Greg hedin <greghedin>
Component: peekAssignee: Artem <ego.cordatus>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 31CC: ego.cordatus
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-21 21:10:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Greg hedin 2020-03-21 20:14:18 UTC
Description of problem:

Peek depends on ffmpeg. When installed via dnf, ffmpeg is not automatically installed as a dependency.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. do not install ffmpeg
2. execute `sudo dnf install peek`



Actual results:

dnf will only install peek, it will not attempt to install ffmpeg

Expected results:

dnf should install peek as well as its runtime dependencies (I think only ffmpeg)

Additional info:

After installing peek and trying to create a gif, everything seemed to work fine until I tried to open the gif and found that it had errors / was invalid according to the image viewer and according to github when I tried to attach it to a github issue.

I discovered via the peek github repo that ffmpeg is a runtime dependency. After running `sudo dnf install ffmpeg` peek works as expected.

Comment 1 Artem 2020-03-21 21:10:37 UTC
Hi. Can't fix. :(

https://bugzilla.redhat.com/show_bug.cgi?id=1805663#c1

*** This bug has been marked as a duplicate of bug 1805663 ***