[arch-commits] Commit in openshot/repos (2 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Dec 27 06:52:35 UTC 2016


    Date: Tuesday, December 27, 2016 @ 06:52:34
  Author: bpiotrowski
Revision: 202986

archrelease: copy trunk to community-staging-any

Added:
  openshot/repos/community-staging-any/
  openshot/repos/community-staging-any/PKGBUILD
    (from rev 202985, openshot/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: openshot/repos/community-staging-any/PKGBUILD (from rev 202985, openshot/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-27 06:52:34 UTC (rev 202986)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: Asa Marco <marcoasa90[at]gmail[.]com>
+
+pkgname=openshot
+pkgver=2.2.0
+pkgrel=2
+pkgdesc="an open-source, non-linear video editor for Linux based on MLT framework"
+arch=('any')
+url="http://www.openshotvideo.com/"
+license=('GPL')
+depends=('mlt-python-bindings' 'pygoocanvas' 'sdl' 'librsvg' 'mplayer'
+	 'pyxdg' 'python-pyqt5' 'python-httplib2' 'python-pillow' 'dvgrab'
+	 'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image'
+	 'libopenshot' 'python-pyzmq' 'qt5-webkit' 'python-setuptools')
+optdepends=('frei0r-plugins: effects'
+	    'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack')
+makedepends=('python-setuptools')
+source=("https://launchpad.net/openshot/${pkgver%.*}/$pkgver/+download/openshot-qt-$pkgver.tar.gz")
+sha256sums=('8de6e193784af3b9149ea13c0552d4556df33396452360d5f9ac30682148e6f7')
+
+package() {
+  cd "$srcdir"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}



More information about the arch-commits mailing list