Hi Benjamin,

First of all, I don't have enough knowledge to use all your answer.
I am using swfdec with Directfb backend.

Cairo sources in the cairo repository seems to be the latest.
You can get the cairo version 1.5.4 from http://cairographics.org/snapshots/
Apply the patch
http://gitweb.freedesktop.org/?p=cairo;a=commitdiff;h=08516d97a1b34cbb119d6d842ae31e4cb4e08740
You need pixman >= 0.9.4 vesrsion(I tried with 0.9.6), which you can get
from the above link.
Even gtk has lot of patches applied recently by DOK.

swfplay works fine for me.

Procedure for building Directfb apps::

Build linux fusion and Directfb.(
http://www.directfb.org/index.php?path=Main%2FDownloads<http://www.directfb.org/>
)
You can build your directfb apps.
Change the grub.conf kernel /vmlinuz-............ vga=791
append=video=vesa:ywrap, mttr
You can run your application within the Gnome Desktop terminal
When you run your app, you can see a blue window(or yellow if you are
usingDirectfb 1.1.0) on which your apps is running

If you want to run X apps with directfb, you can try XDirectfb (
http://www.directfb.org/index.php?path=Development%2FProjects%2FXDirectFB)


Thanks for your great work.

You can wait for some experts to answer your questions.

Thanks & Regards
Reny


On Dec 11, 2007 5:03 PM, Benjamin Otte <[EMAIL PROTECTED]> wrote:

> Hi,
>
> I'm the main developer of the Swfdec Flash player. I'm currently
> trying to update DirectFB's Swfdec integration to the current Swfdec
> version. However I have never used DirectFB at all - both
> technological and organizational - so I have some questions. Here they
> go in no particular order:
>
> Currently DirectFB uses Swfdec as a video provider. I'm wondering if
> that makes sense for the Flash format, as Flash is a lot more similar
> to (scripted) SVG or HTML. Would you suggest providing a browser
> component as an IDirectFBVideoProvider?
>
> Would you prefer I develop the integration inside the Swfdec sources
> or should it be developed inside the DIrectFB? For me it's definitely
> easier in the Swfdec source tree as I already have access to all the
> services I need, but it might be undiscoverable for people wanting to
> use DirectFB.
>
> Swfdec nowadays relies on Cairo for all the rendering done. So the
> speed of rendering relies heavily on the optimizations done in the
> Cairo DirectFB backend. As far as I've understood, the "official"
> backend is unmaintained, but there's also a cairo repository in
> DirectFB git. So I'm a bit confused about the current state of Cairo
> on DirectFB. Which one is best to use? How will it go forward?
>
> As far as I have seen DirectFB does not have any event loop and relies
> on threads, which causes a lot of locking to go on in the current
> Swfdec video provider. Are threads still the suggested method to
> interact with DirectFB?
>
> What's the suggested way of developing DirectFB apps if I don't want
> to live without my Gnome desktop? Is there some way of running
> DirectFB on X?
>
> Thanks in advance for the answers.
>
> Cheers,
> Benjamin
>
> _______________________________________________
> directfb-dev mailing list
> directfb-dev@directfb.org
> http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
>
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to