Salix 13.37 - ekiga

Here you can post links to your contributed packages.
Post Reply
User avatar
lmello
Posts: 218
Joined: 4. Aug 2010, 17:38
Location: Brazil
Contact:

Salix 13.37 - ekiga

Post by lmello »

I built the unstable branch of the ptlib -> opal -> ekiga chain. Unfortunately, without H.264 support, as opal and ekiga cannot detect the new x264 package included in the official repository.

Links:
ptlib - http://people.salixos.org/lmello/pkg/l/ptlib/
opal - http://people.salixos.org/lmello/pkg/l/opal/
ekiga - http://people.salixos.org/lmello/pkg/gnome/ekiga/

note - ekiga is slow on startup, but it works.
Last edited by lmello on 31. May 2011, 21:40, edited 1 time in total.
User avatar
tsuren
Posts: 206
Joined: 7. Jun 2009, 17:32
Location: France

Re: Salix 13.37 - ekiga

Post by tsuren »

I don't think you need to disable H.264 support. If I remember correctly, the opal package in the repo is a little old, and repackaging opal itself is sufficient to run ekiga without a problem.
'Tommorow is like today, just happens tomorrow.'
User avatar
lmello
Posts: 218
Joined: 4. Aug 2010, 17:38
Location: Brazil
Contact:

Re: Salix 13.37 - ekiga

Post by lmello »

tsuren wrote:I don't think you need to disable H.264 support. If I remember correctly, the opal package in the repo is a little old, and repackaging opal itself is sufficient to run ekiga without a problem.
Really?

I tried to compile ekiga with newer versions of ptlib (2.8.4) and opal (3.8.4) and always got myself error messages...
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: Salix 13.37 - ekiga 4.0

Post by zAchAry »

I am trying to install the latest Ekiga branch with the SLKBUILD scripts by lmello, and I am failing to do so.

PTLIB 2.10 (tarball)
I have renamed opalvoip-v2_10.tar.gz to ptlib-2.10.tar.gz and changed line #5 to pkgver=2.10

OPAL 3.10 (tarball)
I have renamed opalvoip-v3_10.tar.gz to opal-3.10.tar.gz and changed line #5 to pkgver=3.10

To get the latest version of Ekiga from Git, I have used this script

Code: Select all

#!/bin/bash
pkgname=ekiga

# set pkgver to current date
pkgver=$(date +%Y%m%d)
if [ -d $pkgname ]; then
	(
	cd $pkgname
	git pull --depth 1
	)
else
	git clone --depth 1 git://git.gnome.org/ekiga
fi

# create the source archive
tar czf $pkgname-$pkgver.src.tar.gz ekiga

# change the SLKBUILD
sed -i 's#^pkgver=.*#pkgver='$pkgver'#' SLKBUILD
Image
Help to make Slackware easier Donate to Salix
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: Salix 13.37 - ekiga

Post by zAchAry »

Image
Help to make Slackware easier Donate to Salix
Post Reply