<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
BTW, I have committed a change in MLT to add /usr/lib64/frei0r-1 to<br>
the plugin path.<br>
<div><div></div><div class="h5"><br>
</div></div></blockquote></div><br>Now it's works! :)<br><br>I completed my public test repository with 32-bit, 64-bit binaries and sources.<br>Rpmlint tool doesn't give Errors, but only Warnings.<br><br>One of these is:<br>
<br>mlt.i386: W: shared-lib-calls-exit /usr/lib/libmiracle.so.0.3.7 exit@GLIBC_2.0<br><br>Explanation for this (from Google):<br><br><span>This <b class="highlight">library</b> package <b class="highlight">calls</b> <b class="highlight">exit</b>() or _exit(), probably in a non-fork()
</span><br><span>context. Doing so from a <b class="highlight">library</b> is strongly discouraged - <b class="highlight">when</b> a
</span><br><span><b class="highlight">library</b> function <b class="highlight">calls</b> <b class="highlight">exit</b>(), it prevents the calling program from
</span><br><span>handling the error, reporting it to the user, closing files properly,
</span><br><span>and cleaning up any state that the program has. It is preferred for the
</span><br><span><b class="highlight">library</b> to return an actual error code and let the calling program
</span><br><span>decide how to handle the situation.
<br><br>Can you see what mean that issue?<br><br>Before setting threads for Kdenlive on RPM-Fusion's and Fedora's BugLists I suggest to you that we encourage users to try this my repos and try install Kdenlive on Fedora 10.<br>
<br>Instructions for setting up repository :<br><br>First of all users must have installed RPM Fusion repository:<br></span><pre>su -c 'rpm -Uvh <a href="http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm">http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm</a> <a href="http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm">http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm</a>'</pre>
then type:<br><br><span>for GNOME<br>su -c 'gedit /etc/yum.repos.d/fedora-zpintar.repo'<br><br>for KDE<br></span><span>su -c 'kwrite /etc/yum.repos.d/fedora-zpintar.repo'<br><br>When the file is opened insert that text:<br>
<br>[zpintar-fedora]<br>name=zpintar Fedora Repo<br>failovermethod=priority<br>baseurl=<a href="http://wiki.open.hr/zpintar/fedora10/$basearch">http://wiki.open.hr/zpintar/fedora10/$basearch</a><br>enabled=1<br>gpgcheck=0<br>
<br>[zpintar-fedora-source]<br>name=zpintar Fedora Repo - Source<br>failovermethod=priority<br>baseurl=<a href="http://wiki.open.hr/zpintar/fedora10/SRPMS">http://wiki.open.hr/zpintar/fedora10/SRPMS</a><br>enabled=0<br>gpgcheck=0<br>
<br>Save them and type this:<br><br>su -c 'yum update'<br>su -c 'yum install kdenlive'<br><br>That's it. I packaged the latest svn versions from yesterday.<br></span> <br><br>