Snapshots
From Ekiga
This page has development binary packages, updated often (weekly). You can also choose instead download binary Ekiga releases or download Ekiga sources.
This is the Ekiga SVN Version. Please report bugs, problems and suggestions to the mailing-list, bugzilla or #ekiga on GIMPnet (irc.gimp.org). There's no guarantee these packages work in any way: it is alpha/beta developer software.
Debian (unstable) for amd64 and i386 architectures
- 1. Add GPG key to verify the repository. Add the key to your key list:
gpg --keyserver keyserver.ubuntu.com --recv-keys 3596ED6E
Add the key to apt utils:
gpg --export --armor 3596ED6E | sudo apt-key add -
- 2. Add the repository (for unstable (sid)) to /etc/apt/sources.list:
deb http://snapshots.ekiga.net/snapshots/debian/ ./
- 3. Update the package database:
aptitude update
- 4. Install packages:
- If you wish to stay with Ekiga packages from debian official distribution (currently from experimental) and want some non-free codecs, execute:
aptitude install libopal3.6.1-plugins-non-free
which gives you the non-free codecs: H264, H263-1998, MP4V-ES video codecs, and iLBC audio codec.
- If instead you wish the development version of Ekiga (from trunk), execute:
aptitude install ekiga-snapshot
(optional) You can add more options installing those packages:
libpt-snapshot-plugins-v4l, for webcam support using only V4L API libpt-snapshot-plugins-avc, for FireWire camera AVC video support libpt-snapshot-plugins-dc, for FireWire camera DC video support libopal-snapshot-plugins-non-free, for support for the following non-free codecs: H264, H263-1998, MP4V-ES video codecs, and iLBC audio codec
Note: dbus and gstreamer support is disabled for the moment.
Ubuntu
Add this line to /etc/apt/sources.list to get ekiga 3.0.1:
deb http://ppa.launchpad.net/tlbdk/ppa/ubuntu intrepid main
and
aptitude install ekiga
The remaining of this section is old, please be patient until it is updated...
- 1. Add this GPG key to verify the repository:
- Add the key to your key list
gpg --keyserver keyserver.ubuntu.com --recv-keys 3596ED6E
- Add the key to apt utils
gpg --export --armor 3596ED6E | sudo apt-key add -
- 2. Add the repositories:
A- For Hardy:
- The Ekiga SVN snapshot repository
deb http://snapshots.ekiga.net/snapshots/ubuntu/ hardy main
- The hardy-updates repository (official)
deb http://archive.ubuntu.com/ubuntu/ hardy-updates main multiverse B- For Gutsy:
- The Ekiga SVN snapshot repository
deb http://snapshots.ekiga.net/snapshots/ubuntu/ gutsy main
- The gutsy-updates repository (official)
deb http://archive.ubuntu.com/ubuntu/ gutsy-updates main multiverse
C- For Intrepid:
- The Ekiga SVN snapshot repository
deb http://snapshots.ekiga.net/snapshots/ubuntu/ intrepid main
- 3. Install Ekiga:
sudo aptitude install ekiga-snapshot
Optionnaly you can add more option installing those packages:
libpt-snapshot-plugins-v4l #for webcam support using only V4L API libpt-snapshot-plugins-avc #FireWire camera AVC video support libpt-snapshot-plugins-dc #FireWire camera DC video support libopal-snapshot-plugins-h264 #The H264 Video codec

