Date: Monday, October 7, 2013 @ 17:43:56
  Author: spupykin
Revision: 98222

upgpkg: pitivi 0.91-2

upd

Modified:
  pitivi/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-10-07 15:43:53 UTC (rev 98221)
+++ PKGBUILD    2013-10-07 15:43:56 UTC (rev 98222)
@@ -5,15 +5,15 @@
 
 pkgname=pitivi
 pkgver=0.91
-pkgrel=1
+pkgrel=2
 pkgdesc="Editor for audio/video projects using the GStreamer framework"
 arch=('any')
 url="http://www.pitivi.org/";
 license=('LGPL')
-depends=('gstreamer0.10>=0.10.24' 'pygoocanvas' 'gstreamer0.10-good' 
'pygtk>=2.14.0'
-        'gstreamer0.10-python>=0.10.19' 'gnonlin>=0.10.13'
+depends=('gstreamer' 'pygoocanvas' 'gst-plugins-good' 'pygtk'
+        'gst-python' 'gnonlin'
         'zope-interface' 'dbus-python' 'gnome-icon-theme' 'pyxdg'
-        'python2-setuptools' 'itstool')
+        'python2-setuptools' 'itstool' 'gst-editing-services')
 makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils')
 optdepends=('frei0r-plugins: enable the video transformations'
            'python2-numpy: enable the video transformations')
@@ -23,14 +23,7 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print) bin/pitivi.in; do
-    sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-    sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-  sed -i 'y/\xc2\xa0/  /' help/Makefile.in
-
+  export PYTHON=python2
   ./configure --prefix=/usr --localedir=/usr/share/locale
   make
 }

Reply via email to