[arch-commits] Commit in pitivi/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Aug 8 18:53:41 UTC 2016


    Date: Monday, August 8, 2016 @ 18:53:40
  Author: spupykin
Revision: 186080

upgpkg: pitivi 0.97.1-1

upd

Modified:
  pitivi/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-08 17:43:17 UTC (rev 186079)
+++ PKGBUILD	2016-08-08 18:53:40 UTC (rev 186080)
@@ -4,8 +4,8 @@
 # Contributor: Gabor Nyekhelyi (n0gabor) <n0gabor at vipmail.hu>
 
 pkgname=pitivi
-pkgver=0.96
-pkgrel=2
+pkgver=0.97.1
+pkgrel=1
 pkgdesc="Editor for audio/video projects using the GStreamer framework"
 arch=('i686' 'x86_64')
 url="http://www.pitivi.org/"
@@ -13,18 +13,18 @@
 depends=('gtk3' 'gst-editing-services' 'gst-plugins-good' 'gst-python'
          'libnotify' 'python-gobject' 'python-numpy' 'python-cairo'
          'desktop-file-utils' 'python-matplotlib' 'gst-plugins-bad'
-         'python-dbus' 'gst-transcoder')
-makedepends=('intltool' 'itstool')
+         'python-dbus' 'gst-transcoder' 'meson')
+makedepends=('intltool' 'itstool' 'git' 'python-nose')
 optdepends=('frei0r-plugins: additional video effects, clip transformation feature'
             'gst-libav: additional multimedia codecs'
             'gst-plugins-ugly: additional multimedia codecs'
             'gnome-desktop: file thumbnails provided by GNOME'\''s thumbnailers')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-md5sums=('035228f8fa10a5600dcf852581b9d5e0')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.97/$pkgname-$pkgver.tar.xz)
+md5sums=('a2322552a246f58da7c553c2daa4106a')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-static
+  ./configure --prefix=/usr
   make
 }
 



More information about the arch-commits mailing list