summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-06-24 11:18:41 -0400
committerbrent s2016-06-24 11:18:41 -0400
commitadc43d2a8dac7ba3c3975f558bcff16197f3df60 (patch)
treed18cc786ce6eefe826687276d22f889019e9c78a
parentf688b9c5cd63e3e9c7bb817803c6fec83934ed28 (diff)
downloadaur-adc43d2a8dac7ba3c3975f558bcff16197f3df60.tar.gz
adding freetype2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 545f26943656..d0fe8b827b08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jun 24 00:47:21 UTC 2016
+# Fri Jun 24 15:18:41 UTC 2016
pkgbase = freeswitch-git
pkgdesc = An opensource and free (libre, price) telephony system, similar to Asterisk (git version).
pkgver = 1.7.0.r31054.841e202
- pkgrel = 3
+ pkgrel = 4
url = http://freeswitch.org/
install = freeswitch.install
changelog = ChangeLog
@@ -36,6 +36,7 @@ pkgbase = freeswitch-git
depends = libshout
depends = lua
depends = opus
+ depends = freetype2
provides = freeswitch
conflicts = freeswitch
conflicts = freeswitch-fixed
diff --git a/PKGBUILD b/PKGBUILD
index 7aad8c539ca4..7a80cc176eb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ _disabled_modules=(languages/mod_spidermonkey
pkgname='freeswitch-git'
pkgver=1.7.0.r31054.841e202
-pkgrel=3
+pkgrel=4
pkgdesc="An opensource and free (libre, price) telephony system, similar to Asterisk (git version)."
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'