« Kdenlive/Obtenir et installer » : différence entre les versions

Contenu supprimé Contenu ajouté
Création : Bonjour,pourrais-je obtenir un lien pour télécharger Kdenlive? Merci!
 
Tavernier (discussion | contributions)
début de traduction
Ligne 1 :
{{traduire|source=[[:en:Kdenlive/Getting and installing]]|langue=anglais}}
Bonjour,pourrais-je obtenir un lien pour télécharger Kdenlive? Merci!
 
Kdenlive devrait se compiler sur les distributions les plus récentes de [[GNU/Linux]] et [[FreeBSD]], aussi bien sur les architectures x86 que AMD64 (bien que l'AMD64 nécessite quelques bidouilles pour fonctionner sur Debian/Ubuntu). Il existe également des binaires pré-compillées et prêtes à l'emploi pour de nombreuses distributions.
 
=Installing Kdenlive binary packages=
Many '''distros''' already offer Kdenlive for easy installation. In order to use Kdenlive your system must have some other installed software in which Kdenlive depends:
 
* DVD creation needs [http://dvdauthor.sourceforge.net/ dvdauthor]
* DVD burning needs [http://www.k3b.org K3B]
* DVD preview needs [http://www.xinehq.de Xine]
* Firewire capture needs [http://www.kinodv.org/article/static/1 DVgrab >= 2.0] and [http://ffmpeg.mplayerhq.hu/ FFMpeg]
 
In most cases, the installer will install the needed software automatically. If any of these is/are missing, Kdenlive will warn you. Just close Kdenlive, install the missing software and restart Kdenlive.
 
== Debian Sid ==
 
Debian binary packages are provided by Christian Marillat.
 
Add the following line to your /etc/apt/sources.list file:
 
deb http://www.debian-multimedia.org sid main
 
If you haven't done so yet, import Marillat's key:
 
gpg --keyserver pgp.mit.edu --recv-keys 1F41B907
gpg --armor --export 1F41B907 > key.asc
sudo apt-key add key.asc
 
Then, simply type
sudo apt-get update ; sudo apt-get install kdenlive
 
Debian installer will automatically install kdenlive 0.4 and the requested libraries.
If you need Kdenlive 0.5 svn, please read the source section below.
 
== Ubuntu ==
An installation guide (in French) exists on [http://doc.ubuntu-fr.org/kdenlive ubuntu-fr documentation site].
Ubuntu Edgy Eft 6.10 users may download deb files with gpg signatures ([http://kdenlive.sf.net/index.php#gpg key available from Kdenlive web site]) compressed into one zip file at [http://www.mediafire.com/?ammoqj12nzn] or [http://www.mediafire.com/?aznxnl2nnnm] or [http://www.send-file.com/processing/download.asp?id=6547A54B650A040D&downloadFile=true]
 
An APT repository containing svn builds of kdenlive is available at [http://3v1n0.tuxfamily.org/dists/feisty/index.html Treviño's Repository]
 
== RedHat/Fedora ==
 
RPMs for Fedora Core 6 can be downloaded from this page:
 
[http://lucarasp.altervista.org/php5/index.php?title=Video kdenlive and mlt]
 
Unfortunately it's my very first packaging effort, so use them with caution.
 
Install the above dependencies using yum or apt:
 
yum install ffmpeg xine dvdauthor dvgrab
 
After downloading rpms, we suppose rpms to be in /tmp, install with:
 
cd /tmp
 
rpm -Uvh kdenlive*.rpm mlt*.rpm
 
Good luck!
 
...Anyway, you may try to install the Mandriva RPM indicated below...
 
== Mandriva ==
You can install kdenlive 0.4 in Mandriva 2007 installing the following 4 packages :
 
* [http://jjorge.free.fr/packages/mandriva/libmlt0.2.2-0.2.2-5mdv2007.1.i586.rpm libmlt0] from cooker
 
* [http://jjorge.free.fr/packages/mandriva/mlt-0.2.2-5mdv2007.1.i586.rpm mlt] from cooker
 
* [http://jjorge.free.fr/packages/mandriva/libmlt++0.2.2-0.2.2-3mdv2007.1.i586.rpm libmlt++] from cooker
 
* [http://jjorge.free.fr/packages/mandriva/kdenlive-0.4-1mdv2007.0.i586.rpm kdenlive-0.4] RPM provided by José JORGE (my first RPM, please don't laugh)
 
The source RPM allowing you to compile to other architectures is here :
 
* [http://jjorge.free.fr/packages/mandriva/kdenlive-0.4-1mdv2007.0.src.rpm kdenlive-0.4-source-rpm] SRPM
 
NB : You should delete the configuration file ~/.kde/share/config/kdenliverc if youy have launched a previous version of Kdenlive : otherwise it will crash and show bad dialogs.
 
For the newer distro (starting from 2007.1, "spring"), kdenlive 0.4 is available directly in the distro, and can be installed using rpmdrake or urpmi if not selected during the install.
 
== Gentoo ==
Gentoo users can simply install kdenlive using emerge. (0.4 is available in portage since april 2007)
emerge -atv kdenlive
Currently kdenlive is keyworded, you'll have to add the package to your package.keywords:
echo "media-video/kdenlive" >> /etc/portage/package.keywords
 
There is also an kdenlive-svn overlay available at [http://people.virginia.edu/~aia8v/overlays/kdenlive-svn.tar.gz http://people.virginia.edu/~aia8v/overlays/kdenlive-svn.tar.gz]
 
== SuSE ==
 
Suse packages for MLT and Kdenlive 0.4 are available from the packman project:
 
[http://packman.links2linux.de/package/kdenlive http://packman.links2linux.de/package/kdenlive]
 
== Pardus ==
 
Pardus PiSi package of Kdenlive 0.4 is ready to install via Package Manager. You can type "kdenlive "in the search bar and click install button or you can install it from console.
 
sudo pisi it kdenlive
 
If you want, you can compile Kdenlive from the svn repository, too.
 
sudo pisi build http://svn.pardus.org.tr/pardus/2007/desktop/kde/kdenlive/pspec.xml
and
sudo pisi it kdenlive*.pisi
 
= Compiling libraries =
== Installing from CVS ==
 
Make sure you install all listed libraries before attempting to compile Kdenlive!!!
Install libraries in the order listed on that page.
Most libraries and header files should be packaged in your GNU/Linux distribution.
Just install the requested packages:
 
* QT and KDE development files (KDE >= 3.4 required)
Provided with most distributions (usually named qt-devel and kdelibs-devel. For debian users, see debian-desktop.org for a recent KDE environment).
 
* Unsermake (not required but improves compilation)
Package available with most distributions.
 
* SDL
Provided with most distributions. Install the devel package: SDL-dev and SDL-image-dev.
 
* Audio / video and other libraries (you should be able to find binary packages for all of them in your distro):
** Gdk-Pixbuf (gdk-pixbuf, gdk-pixbuf-dev) (not needed anymore)
** libsamplerate (libsamplerate, libsamplerate-dev)
** OGG (libogg, libogg-dev)
** Vorbis (libvorbis, libvorbis-dev)
** libdv (libdv, libdv-dev)
** Ladspa (ladspa-sdk)
** libJack (libjack-dev)
** Ladspa plugins (swh-plugins)
** SOX (sox, sox-dev)
** libXML2 (libxml2, libxml2-dev)
 
* Optional:
** Libquicktime (libquicktime, libquicktime-dev)
** Theora (libtheora, libtheora-dev)
* FFMPEG (libavformat development files, recent version):
If you cannot find a recent package for libavformat-dev, download the development svn version:
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
ffmpeg recommended config option:
./configure --enable-gpl --enable-shared --enable-libvorbis --enable-libogg --enable-pp --enable-swscaler
 
 
* [http://www.dennedy.org/mlt/twiki/bin/view/MLT/WebHome MLT] ([http://sourceforge.net/project/showfiles.php?group_id=96039 version 0.2.3 or greater]):
 
mlt 0.2.3 stable release is usable with Kdenlive 0.5 (svn).
 
You can install mlt 0.2.3 or checkout MLT from CVS:
cvs -d:pserver:anonymous@mlt.cvs.sourceforge.net:/cvsroot/mlt login
cvs -z3 -d :pserver:anonymous@mlt.cvs.sourceforge.net:/cvsroot/mlt co mlt
 
Recommended config option for MLT:
./configure --prefix=/usr --enable-gpl --disable-mmx --avformat-swscale
 
All other MLT configure options are enabled by default.
 
You might need --avformat-ldextra if your ffmpeg/libavcodec is built against
some external libs like libmp3lame or libvorbis. My ld.so does not require
this, but it seems some systems/environments require it.
 
NOTE 1:Make sure that the configure output gives no error for modules/avformat, since it means FFMpeg was not correctly installed. Make sure swh-plugins and ladspa-sdk packages are installed. These packages provide sound effects. MLT has many dependencies, but you will be warned at ./configure time
 
NOTE 2:
When you are on (K)Ubuntu and the ./configure... step ends in errors like:<br>
<code>./configure: 37: function: not found<br>
./configure: 93: function: not found<br>
./configure: 174: build_config: not found<br></code>
<code>...<br>
./configure: 191: build_pkgconfig: not found</code>
 
Either edit the ./configure file and replace on the first line "#!/bin/sh" to "#!/bin/bash" and run again, or simply type: bash ./configure .....
This problem is caused due to the fact that (K)Ubuntu Edgy defaults to the dash shell instead of the bash shell. Dash is currently known for being less compatible with scripting.
 
 
* [http://www.dennedy.org/mlt/twiki/bin/view/MLT/WebHome MLT++] ([http://sourceforge.net/project/showfiles.php?group_id=96039 version 0.2.2 or greater])
Checkout MLT++ from CVS:
cvs -d:pserver:anonymous@mlt.cvs.sourceforge.net:/cvsroot/mlt login
cvs -z3 -d :pserver:anonymous@mlt.cvs.sourceforge.net:/cvsroot/mlt co mlt++
 
== Debian Unstable ==
 
Debian binary packages are provided by Christian Marillat. Packages include the latest ffmpeg developments are usually very well up-to-date. For example, mlt includes kdenlive module and avformat-swscale.
 
Add the following line to your /etc/apt/sources.list file:
 
# Experimental
deb http://www.debian-multimedia.org experimental main
deb-src http://www.debian-multimedia.org experimental main
# Unstable
deb http://www.debian-multimedia.org sid main
deb-src http://www.debian-multimedia.org sid main
# Testing
deb http://www.debian-multimedia.org testing main
deb-src http://www.debian-multimedia.org testing main
 
If you haven't done so yet, import Marillat's key:
 
gpg --keyserver pgp.mit.edu --recv-keys 1F41B907
gpg --armor --export 1F41B907 > key.asc
sudo apt-key add key.asc
 
Then, simply type
apt-get build-dep kdenlive
 
When compiling Kdenlive 0.5 svn from source, you will also need:
apt-get-install mlt libmlt0.2.3 libmlt-dev libmlt++0.2.3 libmlt++-dev
 
= Compiling kdenlive =
 
Checkout Kdenlive from SVN:
svn co https://svn.sourceforge.net/svnroot/kdenlive/trunk/kdenlive
 
''NOTE: Once you have dowloaded the complete svn package, you can update your local svn source by only downloading the updated parts.''
''Say you have downloaded the svn into ~/kdenlive. Simply cd into ~/kdenlive and type: svn update.''
 
 
Configure, compile and install:
cd kdenlive ; \
sh bootstrap ;\
./configure --prefix=/usr; \
make ; \
sudo make install
 
You are now ready to use Kdenlive!