summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-06-24 11:19:29 -0400
committerbrent s2016-06-24 11:19:29 -0400
commit6e5392bc5ea7c9c9f2122da738d1d77e85d9f4f3 (patch)
tree4b84a9c87d67a50bf00ba0da2150f530e17774b8
parentf46a762eb0ef317017787641a404dd08e1960ee8 (diff)
downloadaur-6e5392bc5ea7c9c9f2122da738d1d77e85d9f4f3.tar.gz
adding freetype2 as runtime dep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c63820465b9a..d8586243e8a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jun 24 00:46:34 UTC 2016
+# Fri Jun 24 15:19:29 UTC 2016
pkgbase = freeswitch
pkgdesc = An opensource and free (libre, price) telephony system, similar to Asterisk.
pkgver = 1.6.9
- pkgrel = 5
+ pkgrel = 6
url = http://freeswitch.org/
install = freeswitch.install
changelog = ChangeLog
@@ -36,6 +36,7 @@ pkgbase = freeswitch
depends = libshout
depends = lua
depends = opus
+ depends = freetype2
provides = freeswitch
conflicts = freeswitch-git
conflicts = freeswitch-fixed
diff --git a/PKGBUILD b/PKGBUILD
index 930fed80c754..705df0544946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ _disabled_modules=(languages/mod_spidermonkey
pkgname='freeswitch'
pkgver='1.6.9'
-pkgrel='5'
+pkgrel='6'
pkgdesc="An opensource and free (libre, price) telephony system, similar to Asterisk."
arch=('i686' 'x86_64')
url="http://freeswitch.org/"
@@ -68,7 +68,8 @@ depends=('curl'
'postgresql-libs'
'libshout'
'lua'
- 'opus')
+ 'opus'
+ 'freetype2')
# 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'