mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/linphone: Updated for version 3.5.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
964b77fc39
commit
118c213b2a
4 changed files with 17 additions and 16 deletions
|
@ -5,6 +5,6 @@ video codecs such as Speex, GSM, G711, ilbc, Theora, H263-1998,
|
||||||
MPEG4, and snow.
|
MPEG4, and snow.
|
||||||
|
|
||||||
Linphone requires libosip2, libeXosip2 and speex. For video support
|
Linphone requires libosip2, libeXosip2 and speex. For video support
|
||||||
you'll also need ffmpeg. To disable support for video just pass
|
you'll also need ffmpeg. To enable support for video just pass
|
||||||
VIDEO=no to the script.
|
VIDEO=yes to the script.
|
||||||
All depenencies are available from SlackBuilds.org
|
All depenencies are available from SlackBuilds.org
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Slackware build script for linphone
|
# 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
|
PRGNAM=linphone
|
||||||
VERSION=${VERSION:-3.4.3}
|
VERSION=${VERSION:-3.5.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -35,6 +35,9 @@ else
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
fi
|
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
|
# disable support for video and avoid the dependency on ffmpeg
|
||||||
if [ "${VIDEO:-no}" = "yes" ]; then
|
if [ "${VIDEO:-no}" = "yes" ]; then
|
||||||
do_video="--enable-video"
|
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 {} \;
|
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
|
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
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
chown -R root:root $PKG/usr/doc/$PRGNAM-$VERSION
|
chown -R root:root $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="linphone"
|
PRGNAM="linphone"
|
||||||
VERSION="3.4.3"
|
VERSION="3.5.2"
|
||||||
HOMEPAGE="http://www.linphone.org/"
|
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=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM="66e21f36d62c2094f7b4360262c46f20"
|
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Eugene Wissner"
|
MAINTAINER="Eugene Wissner"
|
||||||
EMAIL="eugen@flevum.de"
|
EMAIL="belka.ew@gmail.com"
|
||||||
APPROVED="dsomero,Niels Horn"
|
APPROVED="dsomero"
|
||||||
|
|
|
@ -8,11 +8,11 @@
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
linphone: linphone (SIP video-phone)
|
linphone: linphone (SIP video-phone)
|
||||||
linphone:
|
linphone:
|
||||||
linphone: Linphone is an audio and video Internet phone with GTK+ and
|
linphone: Linphone is an audio and video Internet phone with GTK+ and
|
||||||
linphone: console interfaces. It uses the SIP protocol, and is compatible
|
linphone: console interfaces. It uses the SIP protocol, and is compatible
|
||||||
linphone: with most SIP clients and gateways. It uses various audio and
|
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: video codecs such as Speex, GSM, G711, ilbc, Theora, H263-1998,
|
||||||
linphone: MPEG4, and snow.
|
linphone: MPEG4, and snow.
|
||||||
linphone:
|
linphone:
|
||||||
linphone: Homepage: http://www.linphone.org
|
linphone: Homepage: http://www.linphone.org
|
||||||
linphone:
|
linphone:
|
||||||
|
|
Loading…
Reference in a new issue