network/ekiga: Updated for version 3.3.2.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
David Woodfall 2011-11-28 00:19:42 -06:00 committed by Niels Horn
parent e56ef829d6
commit 4a5f6070d8
3 changed files with 20 additions and 17 deletions

View file

@ -10,9 +10,18 @@ Help button, which probably needs the Gnome help system.
The following options, all disabled by default, are supported. Just
set any of them to "yes" to enable the corresponding feature:
- AVAHI (requires avahi)
- GCONF (requires GConf)
- KDE (experimental KDE support)
- KAB (experimental KAddressBook support)
- GS (experimental GStreamer support)
Ekiga requires libsigc++, ptlib, and opal.
Ekiga requires GConf, libsigc++, ptlib, and opal.
Note that this version has gconf enabled by default. To copy your
old contacts over to the gconf xml file from .config/ekiga.conf is
fairly trivial.
The gconf file is located at:
~/.gconf/apps/ekiga/contacts/%gconf.xml and you need to copy all
between the &lt;list&gt; and &lt;/list&gt;
You _must_ kill /usr/libexec/gconfd-2 process _before_ doing this.

View file

@ -2,7 +2,7 @@
# Slackware build script for Ekiga
# Copyright 2008-2009 Mauro Giachero
# Copyright 2008-2009 Mauro Giachero
# All rights reserved.
# Copyright 2011 Davd Woodfall <dave@dawoodfall.net>
# All rights reserved.
@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ekiga
VERSION=${VERSION:-3.2.7}
VERSION=${VERSION:-3.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -65,13 +65,6 @@ else
DO_AVAHI="en"
fi
# Requires GConf
if [[ ${GCONF:-no} = "no" ]] ; then
DO_GCONF="dis"
else
DO_GCONF="en"
fi
# Experimental XCAP support
# Requires libsoup 2.4, still not available on SBo
#if [[ ${XCAP:-no} = "no" ]] ; then
@ -105,8 +98,9 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@ -126,7 +120,7 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-gnome \
--disable-gdu \
--disable-eds \
--${DO_GCONF}able-gconf \
--enable-gconf \
--${DO_AVAHI}able-avahi \
--${DO_XCAP}able-xcap \
--${DO_KDE}able-kde \

View file

@ -1,10 +1,10 @@
PRGNAM="ekiga"
VERSION="3.2.7"
VERSION="3.3.2"
HOMEPAGE="http://www.ekiga.org/"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/ekiga/3.2/ekiga-3.2.7.tar.gz"
MD5SUM="bdc787550c4cf5acf873788f5ea153ba"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/ekiga/3.3/ekiga-3.3.2.tar.xz"
MD5SUM="86aa9fa440096521d414c58154acbe3b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Woodfall"
EMAIL="dave@dawoodfall.net"
APPROVED="Niels Horn"
APPROVED="Erik Hanson"