summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author David Woodfall <dave@dawoodfall.net>2011-11-28 00:19:42 -0600
committer Niels Horn <niels.horn@slackbuilds.org>2011-12-10 21:51:45 -0200
commit4a5f6070d8240c4f4bd2363b7881a6ccefddda33 (patch)
tree538abdd7701408b2e1f3805536268366d57a6c88 /network
parente56ef829d69cd4f63824552c23b3d375f2f83319 (diff)
downloadslackbuilds-4a5f6070d8240c4f4bd2363b7881a6ccefddda33.tar.gz
slackbuilds-4a5f6070d8240c4f4bd2363b7881a6ccefddda33.tar.xz
network/ekiga: Updated for version 3.3.2.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/ekiga/README13
-rw-r--r--network/ekiga/ekiga.SlackBuild16
-rw-r--r--network/ekiga/ekiga.info8
3 files changed, 20 insertions, 17 deletions
diff --git a/network/ekiga/README b/network/ekiga/README
index 513f30d9a5..4994d72fa0 100644
--- a/network/ekiga/README
+++ b/network/ekiga/README
@@ -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.
diff --git a/network/ekiga/ekiga.SlackBuild b/network/ekiga/ekiga.SlackBuild
index 7b49b5ccee..5b2e570f19 100644
--- a/network/ekiga/ekiga.SlackBuild
+++ b/network/ekiga/ekiga.SlackBuild
@@ -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 \
diff --git a/network/ekiga/ekiga.info b/network/ekiga/ekiga.info
index f104a55e14..9a72972386 100644
--- a/network/ekiga/ekiga.info
+++ b/network/ekiga/ekiga.info
@@ -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"