summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-04-10 10:05:23 -0400
committerbrent s2016-04-10 10:05:23 -0400
commit7d24b110f8fde80c0078fc042912fc6607486714 (patch)
treefb3748eaba41a7a789c4aeeeb1cfb4dabe1a0909
parent5ef3a39e25a4c1644be90bf2aa8e34eaefaa4d3d (diff)
downloadaur-7d24b110f8fde80c0078fc042912fc6607486714.tar.gz
sysfu suggestions
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 13 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b93f2949eb90..9ffe463bafe0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Apr 9 17:37:01 UTC 2016
+# Sun Apr 10 14:05:23 UTC 2016
pkgbase = freeswitch
pkgdesc = An opensource and free (libre, price) telephony system, similar to Asterisk.
pkgver = 1.6
- pkgrel = 9
+ pkgrel = 10
url = http://freeswitch.org/
install = freeswitch.install
changelog = ChangeLog
@@ -20,6 +20,7 @@ pkgbase = freeswitch
makedepends = sed
makedepends = make
makedepends = libyuv-git
+ makedepends = yasm
depends = curl
depends = xz
depends = python
@@ -29,7 +30,9 @@ pkgbase = freeswitch
depends = speex
depends = libjpeg-turbo
depends = postgresql-libs
- depends = yasm
+ depends = libshout
+ depends = lua
+ depends = opus
provides = freeswitch
conflicts = freeswitch-git
conflicts = freeswitch-fixed
diff --git a/PKGBUILD b/PKGBUILD
index 1997efcaabd1..df9231ff33bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -70,7 +70,7 @@ _disabled_modules=(languages/mod_spidermonkey
pkgname='freeswitch'
pkgver='1.6'
-pkgrel='9'
+pkgrel='10'
pkgdesc="An opensource and free (libre, price) telephony system, similar to Asterisk."
arch=('i686' 'x86_64')
url="http://freeswitch.org/"
@@ -84,7 +84,9 @@ depends=('curl'
'speex'
'libjpeg-turbo'
'postgresql-libs'
- 'yasm')
+ 'libshout'
+ 'lua'
+ 'opus')
# per https://wiki.freeswitch.org/wiki/FreeSwitch_Dependencies, dependencies are downloaded and built *from upstream*, so thankfully the deps are pretty minimal.
makedepends=('git'
'libjpeg'
@@ -95,7 +97,8 @@ makedepends=('git'
'unixodbc'
'sed'
'make'
- 'libyuv-git')
+ 'libyuv-git'
+ 'yasm')
# per https://aur.archlinux.org/packages/freeswitch-fixed/ 2014-08-13 14:02 comment, enable this when freetdm is packaged.
# freetdm will require libsangoma, wanpipe, libsng_isdn, libpri. see http://wiki.freeswitch.org/wiki/FreeTDM#Dependencies ; links below
# http://wiki.sangoma.com/wanpipe-linux-drivers
@@ -181,7 +184,7 @@ build() {
# CONFIGURE
./configure --prefix=/var/lib/freeswitch --with-python=/usr/bin/python2 \
--bindir=/usr/bin --sbindir=/usr/sbin --localstatedir=/var \
- --sysconfdir=/etc/freeswitch --datarootdir=/usr/share \
+ --sysconfdir=/etc --datarootdir=/usr/share \
--libexecdir=/usr/lib/freeswitch --libdir=/usr/lib/freeswitch \
--includedir=/usr/include/freeswitch --enable-core-odbc-support \
--with-recordingsdir=/var/spool/freeswitch/recordings \