A really quick answer from Turkey

=============================
Michiel wrote:
> > Hi,
> >
> > I once started this bug report:
> >
http://bugs.pardus.org.tr/show_bug.cgi?id=8642> >
> > Although it is nowadays marked resolved I have some (beginners?)
> > questions, could you help me? I am asking you because Willem (the
> > forum moderator of worldforum.pardus-linux.nl) and others are
> > questioning whether kdenlive 0.7 can be instaleld in Pardus.
> >
> > My questions are:
> >
> > 1) Will kdenlive 0.7.x be part of Pardus 2009?
> >
Yep of course.
> > 2) Could you explain to a beginner what exactly is the problem
> > described here:
> >
> > The new mlt and mlt++ packages and the other dependencies of the new
> > kdenlive"
> > is in pardus/devel but can't be merged to 2008 as they will break
> > ABI/API.
The problem is:
The new kdenlive requires the new versions of mlt and mlt++ libraries
but those new versions of mlt and mlt++
break compatibility with older versions. So imagine an application other
than kdenlive which uses mlt and mlt++.
If I update mlt and mlt++ to their latest versions in Pardus 2008
repository, and a user chooses to *only* update
mlt and mlt++ by chance, the new versions of the libraries will be
installed and all the applications that have been
compiled against their older versions will be unfunctional.
> >
> > 3) Could you or someone else provide a short HOWTO for compiling
> > kdenlive 0.7 from playground. Which dependencies must be installed and
> > how to do so before creating a PISI package from the playground files?
It resides here:
http://svn.pardus.org.tr/pardus/playground/ozan/desktop/kde4/kdenlive-kde4You have to compile mlt and mlt++ from
http://svn.pardus.org.tr/pardus/2009/devel/multimedia/tv/mlt will need frei0r-plugins, you also have to compile it from:
http://svn.pardus.org.tr/pardus/2009/devel/multimedia/library/frei0r-plugins/The dependencies which don't have "releaseFrom=...." in pspec.xml don't
need a specific version so
you can install those packages from package-manager.
For compiling the pisi packages, just checkout the repository:
svn co
http://svn.pardus.org.tr/pardus/2009/devel 2009/devel
and then
pisi build 2009/devel/multimedia/tv/mlt/pspec.xml -vd
this will fail if you don't have some dependencies installed. If it
fails, then you install or compile that dependency and then start again.