wok-6.x diff pjsip/receipt @ rev 20668

Up pjsip (2.8)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 21 10:25:55 2019 +0100 (2019-01-21)
parents 0d67a482cd3f
children a78610b2eb47
line diff
     1.1 --- a/pjsip/receipt	Thu Jan 12 21:01:45 2017 +0100
     1.2 +++ b/pjsip/receipt	Mon Jan 21 10:25:55 2019 +0100
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  PACKAGE="pjsip"
     1.6  SOURCE="pjproject"
     1.7 -VERSION="2.5.5"
     1.8 +VERSION="2.8"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="library SIP, SDP, RTP, STUN, TURN, and ICE."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -17,12 +17,15 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17 -		--mandir=/usr/share/man \
    1.18 +	./configure --prefix=/usr \
    1.19  		--enable-shared --disable-static --enable-memalign-hack \
    1.20  		--disable-sound --disable-sdl --disable-v4l2 \
    1.21  		--disable-ffmpeg --disable-openh264 --disable-libyuv \
    1.22 -		$CONFIGURE_ARGS &&
    1.23 +		--disable-speex-aec --disable-bcg729 --disable-l16-codec \
    1.24 +		--disable-g722-codec --disable-g7221-codec --disable-opencore-amr \
    1.25 +		--disable-silk --disable-video --disable-ext-sound --disable-ipp \
    1.26 +		--without-external-pa --without-external-srtp --disable-resample \
    1.27 +		--disable-libwebrtc --enable-epoll $CONFIGURE_ARGS &&
    1.28  	make -j 1 &&
    1.29  	make DESTDIR=$DESTDIR install
    1.30  	cd pjsip-apps/src/py_pjsua