From 50bbb646adcfed7455d7ae33e2d3001013388784 Mon Sep 17 00:00:00 2001 From: Eugene Wissner Date: Sun, 15 May 2011 01:03:58 -0300 Subject: network/linphone: Updated for version 3.4.3. Signed-off-by: Niels Horn --- network/linphone/linphone.SlackBuild | 17 ++++++----------- network/linphone/linphone.info | 10 +++++----- network/linphone/slack-desc | 4 ++-- 3 files changed, 13 insertions(+), 18 deletions(-) (limited to 'network/linphone') diff --git a/network/linphone/linphone.SlackBuild b/network/linphone/linphone.SlackBuild index f9bd243aaf..9346476707 100644 --- a/network/linphone/linphone.SlackBuild +++ b/network/linphone/linphone.SlackBuild @@ -1,20 +1,17 @@ #!/bin/bash # Slackware build script for linphone -# was written by adev and modified -# by Eugene Wissner +# Was written by adev and modified by Eugene Wissner PRGNAM=linphone -VERSION=${VERSION:-3.3.2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.4.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -80,10 +77,8 @@ make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) +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" @@ -97,4 +92,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh 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/linphone/linphone.info b/network/linphone/linphone.info index ad3e9f94c0..45826e37db 100644 --- a/network/linphone/linphone.info +++ b/network/linphone/linphone.info @@ -1,10 +1,10 @@ PRGNAM="linphone" -VERSION="3.3.2" +VERSION="3.4.3" HOMEPAGE="http://www.linphone.org/" -DOWNLOAD="http://download.savannah.gnu.org/releases/linphone/3.3.x/sources/linphone-3.3.2.tar.gz" +DOWNLOAD="http://download-mirror.savannah.gnu.org/releases/linphone/3.4.x/sources/linphone-3.4.3.tar.gz" DOWNLOAD_x86_64="" -MD5SUM="6ede06d2cd67aa8d495296afd4ba53cb" +MD5SUM="66e21f36d62c2094f7b4360262c46f20" MD5SUM_x86_64="" MAINTAINER="Eugene Wissner" -EMAIL="belka.ew@gmail.com" -APPROVED="dsomero" +EMAIL="eugen@flevum.de" +APPROVED="dsomero,Niels Horn" diff --git a/network/linphone/slack-desc b/network/linphone/slack-desc index a88dab7c78..d6a7722ff4 100644 --- a/network/linphone/slack-desc +++ b/network/linphone/slack-desc @@ -5,7 +5,7 @@ # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. - |-----handy-ruler-------------------------------------------------| + |-----handy-ruler------------------------------------------------------| linphone: linphone (SIP video-phone) linphone: linphone: Linphone is an audio and video Internet phone with GTK+ and @@ -14,6 +14,6 @@ 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/index.php/eng +linphone: Homepage: http://www.linphone.org linphone: linphone: -- cgit v1.2.3