From 87e20a64534e8f58ca4a4f84000b629e48569a98 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 23 May 2011 22:47:30 +0000 Subject: Mon May 23 22:47:30 UTC 2011 --- community/flumotion/PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'community/flumotion') 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 # Contributor: Geoffroy Carrier # Contributor: William Rea 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" -- cgit v1.2.3-54-g00ecf