[Bug 527] Review request: mlt - Toolkit for broadcasters, video editors, media players, transcoders

RPM Fusion Bugzilla noreply at rpmfusion.org
Sat Apr 18 01:29:17 CEST 2009


http://bugzilla.rpmfusion.org/show_bug.cgi?id=527





--- Comment #45 from Kevin Kofler <kevin.kofler at chello.at>  2009-04-18 01:29:17 ---
> How I can elegantly solve this?
[snip]
> cp: will not overwrite just-created
> `/builddir/build/BUILDROOT/mlt-0.3.8-2.fc10.i386/usr/share/doc/mlt-0.3.8/README'
> with `src/modules/motion_est/README'

In %prep:
mv -f src/modules/motion_est/README src/modules/motion_est/README.motion_est
then in %files:
%doc src/modules/motion_est/README.motion_est

An alternative is to explicitly install your documentation in %install with any
path structure you like, then you can list the installed documentation:
%doc %{_docdir}/%{name}-%{version}/

> In Fedora 10 frei0r-devel do not exist (in F11 exist!)

It's in updates-testing now.

> I'm little confusing with this. What exactly I must patch? In F10 build.log do
> not report "not found" problem (only in F11)

You apparently need to use pkg-config libquicktime instead of lqt-config.

That said, IMHO libquicktime should be shipping an lqt-config which calls
pkg-config, that has been done in several packages in Fedora to prevent
multilib conflicts. Dropping lqt-config entirely makes the package incompatible
with upstream and is a really bad idea. I reopened the libquicktime bug to
complain about that.


-- 
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.


More information about the rpmfusion-developers mailing list