summaryrefslogtreecommitdiff
path: root/extra/telepathy-farstream/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-25 00:01:35 +0000
committerroot <root@rshg054.dnsready.net>2012-04-25 00:01:35 +0000
commit98bf2ac3fdd6f7bcb6ce45c932fc13c07fecc03f (patch)
tree00d9cdbfdc8ef5d7a4a7159a8c6439008509e662 /extra/telepathy-farstream/PKGBUILD
parent9988621f899d7d4ae5fd0a4a32a4ba3abc5a527d (diff)
Wed Apr 25 00:01:35 UTC 2012
Diffstat (limited to 'extra/telepathy-farstream/PKGBUILD')
-rw-r--r--extra/telepathy-farstream/PKGBUILD16
1 files changed, 9 insertions, 7 deletions
diff --git a/extra/telepathy-farstream/PKGBUILD b/extra/telepathy-farstream/PKGBUILD
index a4354dac5..bb91b1e81 100644
--- a/extra/telepathy-farstream/PKGBUILD
+++ b/extra/telepathy-farstream/PKGBUILD
@@ -1,21 +1,23 @@
-# $Id: PKGBUILD 142940 2011-11-18 18:23:32Z ibiru $
+# $Id: PKGBUILD 156970 2012-04-23 09:10:17Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=telepathy-farstream
-pkgver=0.1.2
+pkgver=0.4.0
pkgrel=1
pkgdesc="A telepathy-backend to use stream engine."
arch=(i686 x86_64)
url="http://telepathy.freedesktop.org"
license=('LGPL2.1')
-depends=('telepathy-glib' 'farsight2')
-makedepends=('libxslt' 'python2')
+depends=('telepathy-glib' 'farstream')
+makedepends=('libxslt' 'gstreamer0.10-python' 'python2-gobject2')
+conflicts=('telepathy-farsight')
+replaces=('telepathy-farsight')
options=('!libtool')
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f858fc02e1981bb8ccd29c2bed567e50')
+md5sums=('52d110f8a9f27bce0a6c2c07e18aee56')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
./configure --prefix=/usr \
--sysconfdir=/etc \
@@ -25,7 +27,7 @@ build() {
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}