summaryrefslogtreecommitdiffstats
path: root/network/ekiga
diff options
context:
space:
mode:
author Mauro Giachero <mauro dot giachero at gmail dot com>2010-05-13 00:36:20 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:36:20 +0200
commit5c694a007370a08accb4e468f8710cbc69668e6a (patch)
tree1519a27b9c61e490fedfb232377a6d4567c8c54e /network/ekiga
parent16fd6eaff4d1156d0efc2e2a7ded335c3d29566b (diff)
downloadslackbuilds-5c694a007370a08accb4e468f8710cbc69668e6a.tar.gz
slackbuilds-5c694a007370a08accb4e468f8710cbc69668e6a.tar.xz
network/ekiga: Updated for version 3.2.4
Diffstat (limited to 'network/ekiga')
-rw-r--r--network/ekiga/README4
-rw-r--r--network/ekiga/ekiga.SlackBuild19
-rw-r--r--network/ekiga/ekiga.info2
3 files changed, 9 insertions, 16 deletions
diff --git a/network/ekiga/README b/network/ekiga/README
index c97f1aec04..513f30d9a5 100644
--- a/network/ekiga/README
+++ b/network/ekiga/README
@@ -11,10 +11,8 @@ 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)
-- GDU (requires gnome-doc-utils)
- KDE (experimental KDE support)
- KAB (experimental KAddressBook support)
- GS (experimental GStreamer support)
-Ekiga requires libsigc++, ptlib, and opal, also available on
-SlackBuilds.org.
+Ekiga requires libsigc++, ptlib, and opal.
diff --git a/network/ekiga/ekiga.SlackBuild b/network/ekiga/ekiga.SlackBuild
index 0d4e1378ff..c5de52fcfa 100644
--- a/network/ekiga/ekiga.SlackBuild
+++ b/network/ekiga/ekiga.SlackBuild
@@ -25,7 +25,7 @@
PRGNAM=ekiga
VERSION=${VERSION:-3.2.4}
ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@@ -60,13 +60,6 @@ else
DO_GCONF="en"
fi
-# Requires gnome-doc-utils
-if [[ ${GDU:-no} = "no" ]] ; then
- DO_GDU="dis"
-else
- DO_GDU="en"
-fi
-
# Experimental XCAP support
# Requires libsoup 2.4, still not available on SBo
#if [[ ${XCAP:-no} = "no" ]] ; then
@@ -110,7 +103,7 @@ find . \
-exec chmod 644 {} \;
# Fix compilation on gtk-2.12.x
-patch -p1 < $CWD/ekiga-3.2.4-fix_compile_gtk_212.patch || patch -p1
+patch -p1 < $CWD/ekiga-3.2.4-fix_compile_gtk_212.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@@ -120,16 +113,16 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
+ --disable-static \
--disable-gnome \
+ --disable-gdu \
+ --disable-eds \
--${DO_GCONF}able-gconf \
--${DO_AVAHI}able-avahi \
- --${DO_GDU}able-gdu \
- --disable-eds \
--${DO_XCAP}able-xcap \
--${DO_KDE}able-kde \
--${DO_KAB}able-kab \
--${DO_GS}able-gstreamer \
- --disable-static \
--build=$ARCH-slackware-linux
make
@@ -155,4 +148,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/network/ekiga/ekiga.info b/network/ekiga/ekiga.info
index b2a703de8f..68df8d6ddf 100644
--- a/network/ekiga/ekiga.info
+++ b/network/ekiga/ekiga.info
@@ -2,7 +2,9 @@ PRGNAM="ekiga"
VERSION="3.2.4"
HOMEPAGE="http://www.ekiga.org/"
DOWNLOAD="http://www.ekiga.org/admin/downloads/latest/sources/ekiga_3.2.4/ekiga-3.2.4.tar.gz"
+DOWNLOAD_x86_64=""
MD5SUM="efda83ebe170f41b54738da7cb117633"
+MD5SUM_x86_64=""
MAINTAINER="Mauro Giachero"
EMAIL="mauro dot giachero at gmail dot com"
APPROVED="rworkman"