----- "Jean-Michel Pouré" <[EMAIL PROTECTED]> a écrit :

> Le vendredi 05 septembre 2008 à 15:09 +0200, Albert ARIBAUD a écrit :
> > Sorry of I've missed the info before... I'd done a wiki page on
> > building
> > Kdenlive (actually, building ffmpeg, mlt and mlt++ more than KE) for
> > X86_64 Mandriva at:
> >
> >
> <http://en.wikibooks.org/wiki/Kdenlive/Developer_HOWTO#Mandriva_2008.1_.28Spring.29_x86_64>
> 
> You appear to be still using kde3, but kdenlive for kde3 is not
> maintainded any longer, so this may sound a little bit confusing.
> 
> We may consider merging
> http://en.wikibooks.org/wiki/Kdenlive/Developer_HOWTO#Getting_Kdenlive_source_code
> with http://en.wikibooks.org/wiki/Kdenlive/KDE4_Porting
> 
> At least, explain that MLT should be configured this way:
> ./configure --prefix=/usr --enable-gpl --qimage-libdir=/usr/lib/
> --qimage-includedir=/usr/include/qt4 --disable-mmx --avformat-swscale
> 
> For developers, there is no need to be under such or such platform.
> Mlt and kdenlive should compile everywhere.
> 
> Kind regards,
> Jean-Michel

It does for the moment here, provided the following patch is applied, so i try 
to provide an updated rpm soon.

cat filehandler.patch
diff -p -up mlt/src/modules/kino/filehandler.cc_orig 
mlt/src/modules/kino/filehandler.cc
--- mlt/src/modules/kino/filehandler.cc_orig    2008-09-05 15:55:22.000000000 
+0200
+++ mlt/src/modules/kino/filehandler.cc 2008-09-05 15:55:40.000000000 +0200
@@ -42,6 +42,7 @@ using std::setfill;
 #include <time.h>
 #include <sys/time.h>
 #include <string.h>
+#include <stdlib.h>

 // libdv header files
 #ifdef HAVE_LIBDV


Stef

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Kdenlive-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kdenlive-devel

Reply via email to