summaryrefslogtreecommitdiffstats
path: root/opal/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'opal/Pkgfile')
-rw-r--r--opal/Pkgfile48
1 files changed, 37 insertions, 11 deletions
diff --git a/opal/Pkgfile b/opal/Pkgfile
index d72e35c..67b9ea6 100644
--- a/opal/Pkgfile
+++ b/opal/Pkgfile
@@ -6,23 +6,49 @@
# Run on: libtheora,x264,ffmpeg,ptlib,celt
name=opal
-version=3.10.2
-release=2
-source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz
- opal-3.10.1-fix-link.patch
- opal-3.10.1-ffmpeg0.8.patch)
+version=3.10.5
+release=1
+source=(http://download.sourceforge.net/opalvoip/$name-$version.tar.bz2)
build() {
cd $name-$version
- patch -p0 < ../opal-3.10.1-ffmpeg0.8.patch
- patch -p0 < ../opal-3.10.1-fix-link.patch
- CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS" \
./configure --prefix=/usr\
--sysconfdir=/etc \
--localstatedir=/var/lib \
- --mandir=/usr/share/man
-
+ --mandir=/usr/share/man \
+ --enable-zrtp \
+ --enable-srtp \
+ --enable-capi \
+ --disable-java \
+ --enable-ruby \
+ --enable-video \
+ --enable-sip \
+ --enable-h323 \
+ --enable-iax2 \
+ --enable-h224 \
+ --enable-h281 \
+ --enable-t38 \
+ --enable-msrp \
+ --enable-sipim \
+ --enable-rfc4103 \
+ --enable-fax \
+ --enable-h450 \
+ --enable-h460 \
+ --enable-h239 \
+ --enable-h501 \
+ --disable-t120 \
+ --enable-lid \
+ --enable-ivr \
+ --enable-rfc4175 \
+ --enable-rfc2435 \
+ --enable-aec \
+ --enable-g711plc \
+ --enable-rtcpxr \
+ --enable-statistics \
+ --enable-mixer \
+ --enable-pcss \
+ --enable-plugins \
+ --disable-samples
make
make DESTDIR=$PKG install
}
-