http://bugzilla.rpmfusion.org/show_bug.cgi?id=527
--- Comment #44 from Orcan Ogetbil <oget.fedora(a)gmail.com> 2009-04-18 01:26:46 ---
(In reply to comment #43)
> ! All relevant doc files should be packaged.
./src/modules/motion_est/README
> can go to the %doc of the main package
How I can elegantly solve this?
Quite simple actually,
in %install:
mv src/modules/motion_est/README README.motion_est
and in %files:
%doc AUTHORS ChangeLog COPYING GPL NEWS README*
> * Please add BuildRequires: frei0r-devel
In Fedora 10 frei0r-devel do not exist (in F11 exist!)
It does exist in F-10. It is in the testing repo (for now).
>
> * rawhide buildlog says:
> - libquicktime not found: only enabling dv avi support
>
>
> You need to patch this up so it can find the libquicktime properly.
>
I'm little confusing with this. What exactly I must patch? In F10 build.log do
not report "not found" problem (only in F11)
That is because libquicktime in F-11 does not have lqt-config.
Patch it up to use pkg-config instead. It will be compatible for both F-10 and
F-11.
>
> * Running mlt-miracle gives "segmentation fault"
I asked for this, but the answer is little weird.
Citation:
> 2) Can we exclude miracle from MLT (is that action break kdenlive)?
kdenlive does not need miracle, but currently the way the source is
structured, mlt++ includes the miracle and valerie classes, which
depends on the respective libs, and kdenlive uses mlt++. It is like a
knot at the moment :-/
> Because
> miracle gives Segmentation fault and this warning:
>
I built kdenlive from the SRPM's you provided. kdenlive also gives me
segfaults. I didn't try to debug it yet, but perhaps it is related to this
miracle issue.
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.