summaryrefslogtreecommitdiff
path: root/community/flumotion
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-23 22:47:30 +0000
committerroot <root@rshg047.dnsready.net>2011-05-23 22:47:30 +0000
commit87e20a64534e8f58ca4a4f84000b629e48569a98 (patch)
tree8c4b498a38d72459c7bc88bc02719b4849159d0f /community/flumotion
parent3837a11a2a471b9db222d8eb6ed7d2fb9d1778c6 (diff)
Mon May 23 22:47:30 UTC 2011
Diffstat (limited to 'community/flumotion')
-rw-r--r--community/flumotion/PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/community/flumotion/PKGBUILD b/community/flumotion/PKGBUILD
index 76930a05d..531c49b97 100644
--- a/community/flumotion/PKGBUILD
+++ b/community/flumotion/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 40273 2011-02-22 18:15:11Z spupykin $
+# $Id: PKGBUILD 47404 2011-05-22 20:37:23Z tdziedzic $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=flumotion
-pkgver=0.8.0
-pkgrel=6
+pkgver=0.8.1
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A streaming media server"
url="http://www.flumotion.net"
@@ -16,10 +16,8 @@ backup=(etc/flumotion/workers/default.xml
depends=('gtk2' 'pygtk' 'gstreamer0.10-python' 'kiwi' 'gstreamer0.10-good-plugins'
'gstreamer0.10-base-plugins' 'python2-pyopenssl' 'twisted' 'gnome-vfs')
makedepends=('perlxml')
-source=(http://www.flumotion.net/src/$pkgname/$pkgname-$pkgver.tar.bz2
- python27.patch)
-md5sums=('1df1f8fc47ca4cc6d3ead912f2ac76af'
- '623a41a985d2b114c58db701c6d5d13e')
+source=(http://www.flumotion.net/src/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('8970bb126a1720ae3f0b2d02924e5700')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -31,9 +29,6 @@ build() {
sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
done
- # python2.7 patch
- patch -Np0 -i "$srcdir/python27.patch"
-
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
install -d "$pkgdir/etc/$pkgname"