Date: Monday, November 3, 2014 @ 22:04:46 Author: spupykin Revision: 121768
upgpkg: pitivi 0.94-1 upd Modified: pitivi/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-11-03 21:04:38 UTC (rev 121767) +++ PKGBUILD 2014-11-03 21:04:46 UTC (rev 121768) @@ -4,14 +4,14 @@ # Contributor: Gabor Nyekhelyi (n0gabor) <[email protected]> pkgname=pitivi -pkgver=0.93 -pkgrel=3 +pkgver=0.94 +pkgrel=1 pkgdesc="Editor for audio/video projects using the GStreamer framework" arch=('i686' 'x86_64') url="http://www.pitivi.org/" license=('LGPL') depends=('clutter-gtk' 'gnonlin' 'gst-editing-services' 'gst-plugins-good' 'gst-python' - 'libnotify' 'python2-gobject' 'python2-numpy' + 'libnotify' 'python-gobject' 'python-numpy' 'python-cairo' 'gnome-icon-theme' 'desktop-file-utils' 'clutter-gst') makedepends=('intltool' 'itstool') optdepends=('frei0r-plugins: additional video effects, clip transformation feature' @@ -21,11 +21,10 @@ 'gnome-desktop: file thumbnails provided by GNOME'\''s thumbnailers') install=$pkgname.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) -md5sums=('27fa7e560b6da0cc8f83466c1346b96e') +md5sums=('1617825f763959a674ab6bb66f70e670') build() { cd "$srcdir/$pkgname-$pkgver" - export PYTHON=python2 ./configure --prefix=/usr --disable-static make }
