negativo17 / ffmpeg

A complete solution to record, convert and stream audio and video
9 stars 4 forks source link

conflicts with epel #2

Closed pgera closed 6 years ago

pgera commented 7 years ago

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

scaronni commented 7 years ago

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

pgera commented 7 years ago

Thanks. Works.