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

Florian Pritz bluewind at archlinux.org
Tue Aug 30 08:47:28 UTC 2016


    Date: Tuesday, August 30, 2016 @ 08:47:28
  Author: bluewind
Revision: 188039

archrelease: copy trunk to community-testing-any

Added:
  openshot/repos/community-testing-any/
  openshot/repos/community-testing-any/PKGBUILD
    (from rev 188038, openshot/trunk/PKGBUILD)

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

Copied: openshot/repos/community-testing-any/PKGBUILD (from rev 188038, openshot/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2016-08-30 08:47:28 UTC (rev 188039)
@@ -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.1.0
+pkgrel=1
+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' 'libopenshot-audio' 'python-pyzmq')
+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")
+md5sums=('b4641ecebc02b1ad1047e3bfb3213774')
+
+package() {
+  cd "$srcdir"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}



More information about the arch-commits mailing list