Missing Dependency: libx264.so.56 is needed by package vlc-core Missing Dependency: libx264.so.56 is needed by package ffmpeg-libs Missing Dependency: libx264.so.56 is needed by package mencoderTak teda ok, stiahnem libx264.so.56, rpm.pbone.net mi naslo ze to obsahuje balik x264-0-0.10.20070819.lvn8.i386.rpm, stiahol som ho, chcel nainstalovat a prask:
/home/viktor/Desktop/x264-0-0.10.20070819.lvn8.i386.rpm is already installed
Co s tym? Nemozem pokracovat v aktualizacii kvoli chybajucej zavislosti a zavislost nainstalovat nemozem lebo ju uz nainstalovanu mam.Dakujem
http://forums.fedoraforum.org/showthread.php?t=177885#post940267
som si to zbezne pozrel a vyzera to na nekompatibilitu medzi freshrpms a livna balikmi
http://www.fedoraforum.org/forum/showthread.php?t=176571
http://forums.fedoraforum.org/forum/showthread.php?t=177885
Inak bol tam ten konflik medzi freshrpms a livna repozitarom. Uz som to vsetko opravil podla:
1. in the kde menu: system, add/remove software
2. in the software manager click edit, repositories, then uncheck freshrpms - it appears that these conflict with the livna repo that I (and most of us here) have added
3. in a terminal: #locate libx264.so.56
which will probably return the result: /usr/lib/libx264.so.55
4. Download the correct lib from: http://rpmfind.net/linux/rpm2html/s...y=libx264.so.56
5. in a terminal: #yum remove /usr/lib/libx264.so.55 (or alternatively, #yum remove /usr/lib/libx264.so.56 depending on the result you got from the query in step 3)
6. now install that rpm you just downloaded in step 4
7. in a terminal: #yum install vlc-core (or whatever else you weren't able to install)
Dakujem :)