summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2c40038e286..6614b89939cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed May 11 13:20:53 UTC 2016
+# Sat May 21 07:32:07 UTC 2016
pkgbase = pjproject
pkgdesc = Open source SIP stack and media stack
pkgver = 2.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.pjsip.org/
install = pjproject.install
arch = i686
@@ -19,6 +19,7 @@ pkgbase = pjproject
depends = util-linux-ng
depends = ffmpeg
depends = libsrtp
+ depends = opus
source = http://www.pjsip.org/release/2.5/pjproject-2.5.tar.bz2
source = ffmpeg.patch
sha256sums = 66e2ee1a81548efba21fa6c234d7fa6260dc98b3cd95af2137b851846d6501de
diff --git a/PKGBUILD b/PKGBUILD
index 6acbba351a00..2fa1be2749a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=pjproject
pkgver=2.5
-pkgrel=1
+pkgrel=2
pkgdesc="Open source SIP stack and media stack"
arch=('i686' 'x86_64')
url="http://www.pjsip.org/"
license=('GPL')
-depends=('openssl' 'portaudio' 'speex' 'alsa-lib' 'libsamplerate' 'util-linux-ng' 'ffmpeg' 'libsrtp')
+depends=('openssl' 'portaudio' 'speex' 'alsa-lib' 'libsamplerate' 'util-linux-ng' 'ffmpeg' 'libsrtp' 'opus')
makedepends=('e2fsprogs' 'python')
install=pjproject.install
source=(http://www.pjsip.org/release/${pkgver}/pjproject-${pkgver}.tar.bz2
@@ -21,8 +21,6 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
export CXXFLAGS="${CXXFLAGS} -fPIC"
export CFLAGS="${CXXFLAGS}"
- #patch -p1 < ${srcdir}/ffmpeg.patch
- #./configure --prefix=/usr --with-external-speex --with-external-pa --disable-oss --enable-shared --disable-opencore-amr
./configure --prefix=/usr --with-external-speex --with-external-srtp --with-external-pa --with-external-gsm --disable-oss --enable-shared --disable-opencore-amr --disable-v4l2 --disable-video --disable-sound
echo "#define PJ_HAS_IPV6 1" >> "${srcdir}/${pkgname}-${pkgver}/pjlib/include/pj/config_site.h"
make -j1 dep