commentaire ici %comment%

Ceci est un grand bloc %comment%

English version with Google

Ceci est un grand bloc %comment%

INSTALLATION D’EKD (depôt Debian et Ubuntu)

A) INSTALLATION (avec le dépôt par défaut d’EKD)

1) Ajout du dépôt dans le fichier /etc/apt/sources.list:

Ouvrir un terminal …

… sous Ubuntu, tapez:

sudo gedit /etc/apt/sources.list

… sous Kubuntu, tapez:

sudo kate /etc/apt/sources.list (ou bien sudo kedit /etc/apt/sources.list)

… sous Debian:

su (entrez votre mot de passe root)

… et selon si vous êtes sous Gnome ou KDE), tapez:

gedit /etc/apt/sources.list

ou

kate /etc/apt/sources.list (ou bien kedit /etc/apt/sources.list)

Une fois le fichier /etc/apt/sources.list ouvert dans votre éditeur de texte, tapez (ou copiez-collez) …

Si vous êtes sous Debian Etch:

## EKD
deb http://download.tuxfamily.org/ekdforum/ekd etch contrib

Si vous êtes sous Debian Lenny:

## EKD
deb http://download.tuxfamily.org/ekdforum/ekd lenny contrib

Si vous êtes sous Debian Sid:

## EKD
deb http://download.tuxfamily.org/ekdforum/ekd sid contrib

Si vous êtes sous Ubuntu/Kubuntu/Xubuntu/Edubuntu Dapper (Ubuntu 6.06):

## EKD
deb http://download.tuxfamily.org/ekdforum/ekd dapper contrib

Si vous êtes sous Ubuntu/Kubuntu/Xubuntu/Edubuntu Edgy (Ubuntu 6.10):

## EKD
deb http://download.tuxfamily.org/ekdforum/ekd edgy contrib

Si vous êtes sous Ubuntu/Kubuntu/Xubuntu/Edubuntu Feisty (Ubuntu 7.04):

## EKD
deb http://download.tuxfamily.org/ekdforum/ekd feisty contrib

Si vous êtes sous Ubuntu/Kubuntu/Xubuntu/Edubuntu Gutsy (Ubuntu 7.10):

## EKD
deb http://download.tuxfamily.org/ekdforum/ekd gutsy contrib

Si vous êtes sous Ubuntu/Kubuntu/Xubuntu/Edubuntu Hardy (Ubuntu 8.04):

## EKD
deb http://download.tuxfamily.org/ekdforum/ekd hardy contrib

Si vous êtes sous Ubuntu/Kubuntu/Xubuntu/Edubuntu Intrepid (Ubuntu 8.10):

## EKD
deb http://download.tuxfamily.org/ekdforum/ekd intrepid contrib

Si vous êtes sous Ubuntu/Kubuntu/Xubuntu/Edubuntu Jaunty (Ubuntu 9.04):

## EKD
deb http://download.tuxfamily.org/ekdforum/ekd jaunty contrib

Pour finir enregistrez … .

2) Ajout de la clé GPG:

Dans un terminal, tapez …

Sous Debian:

su (entrez votre mot de passe root), puis tapez …
wget http://download.tuxfamily.org/ekdforum/ekd/cle-ekd.key.asc -O - | apt-key add -

Sous Ubuntu/Kubuntu/Xubuntu/Edubuntu:

wget http://download.tuxfamily.org/ekdforum/ekd/cle-ekd.key.asc -O - | sudo apt-key add -

3) Pour installer, mettre à jour EKD, il suffira maintenant de taper:

Sous Debian:

su (entrez votre mot de passe root), puis tapez …
apt-get update
apt-get install ekd

Sous Ubuntu/Kubuntu/Xubuntu/Edubuntu:

sudo apt-get update
sudo apt-get install ekd

4) Démarrer EKD:

Sous Kubuntu cliquez sur Menu K >> Graphisme >> ekd EnKoDeur.

Sous Ubuntu (à compléter).

Ou alors … dans un terminal, tapez simplement:

ekd

B) INSTALLATION (avec le dépôt lprod)

Ouvrir un terminal …

… sous Ubuntu, tapez:

sudo gedit /etc/apt/sources.list

… sous Kubuntu, tapez:

sudo kate /etc/apt/sources.list (ou bien sudo kedit /etc/apt/sources.list)

Une fois le fichier /etc/apt/sources.list ouvert dans votre éditeur de texte, tapez (ou copiez-collez) …

Sous Ubuntu/Kubuntu/Xubuntu ou Debian (le fait qu’il y ait hardy dans l’adresse et que vous ne soyez pas sous Ubuntu/Kubuntu/Xubuntu Hardy n’a aucune incidence … l’application fonctionnera sans souci une fois installée):

## lprod (depot pour la video)
deb http://lprod.org/deb/hardy/ ./
deb-src http://lprod.org/deb/hardy/ ./

Installer, mettre à jour EKD, il suffira maintenant de taper:

Sous Debian:

su (entrez votre mot de passe root), puis tapez …
apt-get update
apt-get install ekd

Sous Ubuntu/Kubuntu/Xubuntu/Edubuntu:

sudo apt-get update
sudo apt-get install ekd

Démarrer EKD:

Sous Kubuntu cliquez sur Menu K >> Graphisme >> ekd EnKoDeur.

Sous Ubuntu (à compléter).

Ou alors … dans un terminal, tapez simplement:

ekd

C) DESINSTALLATION

Si vous voulez désinstaller EKD, ce n’est pas compliqué, après avoir ouvert un terminal …

Sous Debian, il suffit de taper:

su (entrez votre mot de passe root), puis tapez …
apt-get remove —purge ekd
apt-get update

Sous Ubuntu/Kubuntu/Xubuntu/Edubuntu:

sudo apt-get remove —purge ekd
sudo apt-get update

D) FAIRE UNE REINSTALLATION D’EKD AVEC LE MEME NUMERO DE VERSION

Exemple : vous avez installé la version 1.4–5 d’EKD, vous l’avez ensuite désinstallé, vous voulez quelques jours après réinstaller cette même version 1.4–5. Pour ce faire, vous devez impérativement faire comme suit:

Sous Debian, tapez dans un terminal:

su (entrez votre mot de passe root), puis tapez …
apt-get update
apt-get clean
apt-get install ekd

Sous Ubuntu/Kubuntu/Xubuntu/Edubuntu, tapez dans un terminal …

sudo apt-get update
sudo apt-get clean
sudo apt-get install ekd

E) OBTENIR DES INFORMATIONS SUR LE PAQUET (Debian et Ubuntu)

Est affichée ici la commande pour voir les informations sur le paquet installé (en rouge) et ce qui s’affichera après avoir tapé cette commande (en gris) . Ici les infos de la version 1.4–5−34ubuntu1 d’EKD . Commande à faire en simple utilisateur:

apt-cache show ekd

Source: ekd
Maintainer: nom prénom <email> du mainteneur du paquet
Version: 1.4-5-34ubuntu1
Package: ekd
Architecture: all
Depends: Depends: mplayer, mencoder, ffmpeg, imagemagick, python-imaging,
python-qt4(>= 4.0.1), python-numpy, ffmpeg2theora, lame
Priority: optional
Section: contrib/graphics
Filename: pool/contrib/e/ekd/ekd_1.4-5-34ubuntu1_all.deb
Size: 6551162
SHA1: numéro de la clé de chiffrage SHA1
MD5sum: numéro de la clé de chiffrage MD5
Description: Application making some post-production operations for videos
and pictures
This is a little application to make sequence editing of animated files, make
treatment by pictures pack (with filters applications for example)
and many others things on the Linux operating system.
.
EKD (EnKoDeur-Mixeur) was firstly maked only for animation encodings in divx,
mpeg1 or motion jpeg format, then it advanced to propose post-productions
operations for the animated files and for the pictures. About the pictures,
EKD makes treatment by pack (that means it can work easily with one or more
pictures).
.
The Egonomic is one of the master words which charaterize this software.
So the using is really simple, because everything is explained in the graphic
interface. EKD has been created for the user confort.
.
EKD was born from specifical needs of an amateur short film project, then it
was naturally added features non directly linked with this project. EKD offers
some interesting possibilities, as the video file encoding, the pictures pack
convertion into animated files, the compositing, the chroma key ... the
sequence edit. In fact, EKD is in the same time a software treating the
pictures and the video files. What's a video in fact ? Pictures that succeeds
the other with a specifical frequency (24 pictures per second, for example),
we see this like a movement, that is an animated picture. Treating picture by
EKD, that's give them the possibilty to transform into video file. EKD insn't
a software really maked for the pictures treatment or the video retouches, but
for the two in the same time !. It is essentially for those who want to make
picture and video treatements with a simple method, without use a too harder
software.
.
More information on EKD available at http://ekd.tuxfamily.org/
Original EKD by nom prénom du développeur d'EKD