network/ekiga: Updated for version 3.2.4

This commit is contained in:
Mauro Giachero 2010-05-13 00:36:20 +02:00 committed by Robby Workman
parent 16fd6eaff4
commit 5c694a0073
3 changed files with 9 additions and 16 deletions

View file

@ -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.

View file

@ -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}

View file

@ -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"