[arch-commits] Commit in pjproject-savoirfairelinux/trunk (PKGBUILD)

Baptiste Jonglez zorun at archlinux.org
Sat Jan 13 08:21:34 UTC 2018


    Date: Saturday, January 13, 2018 @ 08:21:33
  Author: zorun
Revision: 281782

upgpkg: pjproject-savoirfairelinux 2.6-7

Remove dependency on libsrtp, use the built-in implementation.

Modified:
  pjproject-savoirfairelinux/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-13 02:50:06 UTC (rev 281781)
+++ PKGBUILD	2018-01-13 08:21:33 UTC (rev 281782)
@@ -3,12 +3,12 @@
 _pkgname=pjproject
 pkgname=${_pkgname}-savoirfairelinux
 pkgver=2.6
-pkgrel=6
+pkgrel=7
 pkgdesc="Open source SIP stack and media stack, built with patches from SavoirFaire Linux (mostly GnuTLS support)"
 arch=('x86_64')
 url="http://www.pjsip.org/"
 license=('GPL')
-depends=('util-linux' 'gnutls' 'portaudio' 'speex' 'alsa-lib' 'libsamplerate' 'ffmpeg' 'libsrtp' 'opus')
+depends=('util-linux' 'gnutls' 'portaudio' 'speex' 'alsa-lib' 'libsamplerate' 'ffmpeg' 'opus')
 provides=("${_pkgname}=${pkgver}")
 conflicts=("${_pkgname}")
 source=("http://www.pjsip.org/release/${pkgver}/${_pkgname}-${pkgver}.tar.bz2"
@@ -60,7 +60,6 @@
       --enable-shared \
       --enable-ssl=gnutls \
       --with-external-speex \
-      --with-external-srtp \
       --with-external-pa \
       --with-external-gsm \
       --enable-ext-sound \



More information about the arch-commits mailing list