xap/linphone: Updated for Slackware-14.0.

slackware-14.2
Damien Goutte-Gattat 2012-10-06 20:52:40 +02:00
parent d069bf3254
commit 19c757aca9
1 changed files with 3 additions and 4 deletions

View File

@ -26,7 +26,6 @@
# <http://www.linphone.org/>.
#
# Depends: l/libeXosip2, l/speex
# Recommends: xap/ffmpeg
# Source package infos
NAMESRC=${NAMESRC:-linphone}
@ -36,7 +35,7 @@ WGET=${WGET:-http://download.savannah.gnu.org/releases/linphone/3.5.x/sources/$A
# Build infos
NAMEPKG=${NAMEPKG:-linphone}
BUILD=${BUILD:-1GGD}
BUILD=${BUILD:-2GGD}
ARCH=${ARCH:-$(uname -m | sed 's/^i.86$/i486/;s/^arm.*/arm/')}
JOBS=${JOBS:-1}
EXT=${EXT:-txz}
@ -100,8 +99,8 @@ CXXFLAGS=$CPUOPT \
--enable-ipv6 \
--enable-truespeech \
--enable-ssl \
--enable-video \
--enable-alsa
--enable-alsa \
--disable-video # Does not work with recent xap/ffmpeg
make -j $JOBS
make install-strip DESTDIR=$PKG