network/linphone: Updated for version 3.5.2.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Eugene Wissner 2012-06-30 12:08:28 -04:00 committed by dsomero
parent 964b77fc39
commit 118c213b2a
4 changed files with 17 additions and 16 deletions

View file

@ -5,6 +5,6 @@ video codecs such as Speex, GSM, G711, ilbc, Theora, H263-1998,
MPEG4, and snow.
Linphone requires libosip2, libeXosip2 and speex. For video support
you'll also need ffmpeg. To disable support for video just pass
VIDEO=no to the script.
you'll also need ffmpeg. To enable support for video just pass
VIDEO=yes to the script.
All depenencies are available from SlackBuilds.org

View file

@ -1,10 +1,10 @@
#!/bin/bash
# Slackware build script for linphone
# Was written by adev and modified by Eugene Wissner <eugen@flevum.de>
# Was written by adev and modified by Eugene Wissner <belka.ew@gmail.com>
PRGNAM=linphone
VERSION=${VERSION:-3.4.3}
VERSION=${VERSION:-3.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -35,6 +35,9 @@ else
LIBDIRSUFFIX=""
fi
DOCS="ABOUT-NLS AUTHORS BUGS COPYING ChangeLog \
INSTALL NEWS README TODO $CWD/$PRGNAM.SlackBuild"
# disable support for video and avoid the dependency on ffmpeg
if [ "${VIDEO:-no}" = "yes" ]; then
do_video="--enable-video"
@ -80,8 +83,6 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
DOCS="ABOUT-NLS AUTHORS BUGS COPYING ChangeLog \
INSTALL NEWS README TODO $CWD/$PRGNAM.SlackBuild"
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
chown -R root:root $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,10 +1,10 @@
PRGNAM="linphone"
VERSION="3.4.3"
VERSION="3.5.2"
HOMEPAGE="http://www.linphone.org/"
DOWNLOAD="http://download-mirror.savannah.gnu.org/releases/linphone/3.4.x/sources/linphone-3.4.3.tar.gz"
DOWNLOAD="http://download-mirror.savannah.gnu.org/releases/linphone/3.5.x/sources/linphone-3.5.2.tar.gz"
MD5SUM="4be6e940372dba1f6793aef849c1ff0d"
DOWNLOAD_x86_64=""
MD5SUM="66e21f36d62c2094f7b4360262c46f20"
MD5SUM_x86_64=""
MAINTAINER="Eugene Wissner"
EMAIL="eugen@flevum.de"
APPROVED="dsomero,Niels Horn"
EMAIL="belka.ew@gmail.com"
APPROVED="dsomero"

View file

@ -8,11 +8,11 @@
|-----handy-ruler------------------------------------------------------|
linphone: linphone (SIP video-phone)
linphone:
linphone: Linphone is an audio and video Internet phone with GTK+ and
linphone: console interfaces. It uses the SIP protocol, and is compatible
linphone: with most SIP clients and gateways. It uses various audio and
linphone: video codecs such as Speex, GSM, G711, ilbc, Theora, H263-1998,
linphone: MPEG4, and snow.
linphone: Linphone is an audio and video Internet phone with GTK+ and
linphone: console interfaces. It uses the SIP protocol, and is compatible
linphone: with most SIP clients and gateways. It uses various audio and
linphone: video codecs such as Speex, GSM, G711, ilbc, Theora, H263-1998,
linphone: MPEG4, and snow.
linphone:
linphone: Homepage: http://www.linphone.org
linphone: