dd_wizard
28th May 2010, 11:07 PM
For anybody who's been waiting for RPM Fusion to rebuild gstreamer-plugins-ugly, rebuilding the old version in the SRPM seems to work fine. This worked for me:
1. yum erase gstreamer-plugins-ugly
2. sudo yum --disablerepo=* --enablerepo=rpm* update
3. download the source rpm for gstreamer-plugins-ugly
4. build from the old source rpm
5. yum install the new gstreamer-plugins-ugly rpm you just built
Step 1 lets step 2 succeed, step 4 builds gstreamer-plugins-ugly against the new libx264.so.94 that step 2 installed, and that lets step 5 succeed.
dd_wizard
1. yum erase gstreamer-plugins-ugly
2. sudo yum --disablerepo=* --enablerepo=rpm* update
3. download the source rpm for gstreamer-plugins-ugly
4. build from the old source rpm
5. yum install the new gstreamer-plugins-ugly rpm you just built
Step 1 lets step 2 succeed, step 4 builds gstreamer-plugins-ugly against the new libx264.so.94 that step 2 installed, and that lets step 5 succeed.
dd_wizard