[arch-commits] Commit in pitivi/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Nov 30 19:32:18 UTC 2017


    Date: Thursday, November 30, 2017 @ 19:32:16
  Author: arojas
Revision: 270891

archrelease: copy trunk to community-x86_64

Added:
  pitivi/repos/community-x86_64/PKGBUILD
    (from rev 270890, pitivi/trunk/PKGBUILD)
Deleted:
  pitivi/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-30 19:31:53 UTC (rev 270890)
+++ PKGBUILD	2017-11-30 19:32:16 UTC (rev 270891)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Abhishek Dasgupta <abhidg at gmail.com>
-# Contributor: Gabor Nyekhelyi (n0gabor) <n0gabor at vipmail.hu>
-
-pkgname=pitivi
-pkgver=0.99
-pkgrel=1
-pkgdesc="Editor for audio/video projects using the GStreamer framework"
-arch=('x86_64')
-url="http://www.pitivi.org/"
-license=('LGPL')
-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' 'git' 'python-nose' 'meson')
-optdepends=('frei0r-plugins: additional video effects, clip transformation feature'
-            'gst-libav: additional multimedia codecs'
-            'gst-plugins-ugly: additional multimedia codecs')
-source=(https://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('c9d02fd669801e0de94b5ca06179da6e8a7e1cb666b843fc12df6f0632db8f7c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -e '/tests/d' -i meson.build # needs gst-devtools
-}
-
-build() {
-  cd $pkgname-$pkgver
-  meson --prefix=/usr build
-  ninja -C build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  DESTDIR="$pkgdir" ninja install -C build
-}

Copied: pitivi/repos/community-x86_64/PKGBUILD (from rev 270890, pitivi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-30 19:32:16 UTC (rev 270891)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Abhishek Dasgupta <abhidg at gmail.com>
+# Contributor: Gabor Nyekhelyi (n0gabor) <n0gabor at vipmail.hu>
+
+pkgname=pitivi
+pkgver=0.99
+pkgrel=2
+pkgdesc="Editor for audio/video projects using the GStreamer framework"
+arch=('x86_64')
+url="http://www.pitivi.org/"
+license=('LGPL')
+depends=('gtk3' 'gst-editing-services' 'gst-plugins-good' 'gst-python'
+         'libnotify' 'python-gobject' 'python-numpy' 'python-cairo'
+         'python-matplotlib' 'gst-plugins-bad' 'python-dbus' 'gst-transcoder' 'gsound')
+makedepends=('intltool' 'itstool' 'meson')
+optdepends=('frei0r-plugins: additional video effects, clip transformation feature'
+            'gst-libav: additional multimedia codecs'
+            'gst-plugins-ugly: additional multimedia codecs')
+source=(https://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('c9d02fd669801e0de94b5ca06179da6e8a7e1cb666b843fc12df6f0632db8f7c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e '/tests/d' -i meson.build # needs gst-devtools
+}
+
+build() {
+  cd $pkgname-$pkgver
+  meson --prefix=/usr build
+  ninja -C build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR="$pkgdir" ninja install -C build
+}



More information about the arch-commits mailing list