negativo17 / ffmpeg

A complete solution to record, convert and stream audio and video

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conflicts with epel

pgera opened this issue · comments

Seeing this today:
Error: Package: 1:ffmpeg-libs-3.4-1.el7.x86_64 (epel-multimedia)
Requires: libmp3lame.so.0()(64bit)
Removing: lame-libs-3.99.5-8.el7.x86_64 (@epel)
libmp3lame.so.0()(64bit)
Updated By: lame-libs-3.100-1.el7.i686 (epel-multimedia)
Not found

lame-libs-3.100-1.el7 is still in epel-testing but it will reach stable soon:
https://bodhi.fedoraproject.org/updates/?packages=lame

For the next days you can just do:

yum --enablerepo=epel-testing update lame-libs

Thanks. Works.