On 07/11/10 14:00, bruno taglienti wrote:
avidemux-plugins for fedora 14 fails to install due to broken dependency
with libx264.so.83.
Anyway, if you download the rpm file and install with --nodeps, avidemux
shows many audio/video codecs available.
Bruno Taglienti
I found the answer.
1. Install avidemux-2.5.3-3.fc13.src.rpm
2. In the avidemux.spec file add the patch:
http://fixounet.free.fr/2.6/2.5.3_field_asm_fix.diff
(If you want change the release from 3 to 4)
3. Rebuild:
rpmbuild -ba avidemux.spec
The compilation goes fine and the following rpm are created:
avidemux-qt-2.5.3-4.fc14.i686.rpm
avidemux-plugins-2.5.3-4.fc14.i686.rpm
avidemux-libs-2.5.3-4.fc14.i686.rpm
avidemux-gtk-2.5.3-4.fc14.i686.rpm
avidemux-devel-2.5.3-4.fc14.i686.rpm
avidemux-cli-2.5.3-4.fc14.i686.rpm
avidemux-2.5.3-4.fc14.i686.rpm
Some tests show that they are working.
Bruno Taglienti