summaryrefslogtreecommitdiff
path: root/community/linphone/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/linphone/PKGBUILD')
-rw-r--r--community/linphone/PKGBUILD19
1 files changed, 13 insertions, 6 deletions
diff --git a/community/linphone/PKGBUILD b/community/linphone/PKGBUILD
index 6485384c6..15098ea69 100644
--- a/community/linphone/PKGBUILD
+++ b/community/linphone/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 95005 2013-08-03 07:36:18Z bpiotrowski $
+# $Id: PKGBUILD 96141 2013-08-20 09:35:09Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Darwin Bautista <djclue917@gmail.com>
pkgname=linphone
-pkgver=3.6.0
-pkgrel=2
+pkgver=3.6.1
+pkgrel=1
pkgdesc="A Voice-over-IP phone"
arch=('i686' 'x86_64')
url="http://www.linphone.org/index.php/eng"
@@ -14,8 +14,15 @@ depends=('alsa-lib' 'ffmpeg' 'gtk2' 'libexosip2' 'speex' 'libv4l' 'libglade' 'v4
makedepends=('pkgconfig' 'perlxml' 'intltool' 'sgmltools-lite')
optdepends=('pulseaudio')
options=('!libtool' '!emptydirs')
-source=("http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.6.x/sources/${pkgname}-$pkgver.tar.gz")
-md5sums=('9a101854bb16034b39096e18c80ceb78')
+source=("http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.6.x/sources/${pkgname}-$pkgver.tar.gz"
+ "port-to-exosip-4.patch")
+md5sums=('f59b99ec2501ebbb02969c885be4c4c5'
+ '45178a854c9321c58296dead77fbc5dc')
+
+prepare() {
+ cd $srcdir/$pkgname-$pkgver
+ patch -p1 <$srcdir/port-to-exosip-4.patch
+}
build() {
cd $pkgname-$pkgver
@@ -31,6 +38,6 @@ build() {
}
package() {
- cd $pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR="$pkgdir" install
}