[arch-commits] Commit in (4 files)
Martin Wimpress
flexiondotorg at archlinux.org
Fri Jul 18 21:46:56 UTC 2014
Date: Friday, July 18, 2014 @ 23:46:56
Author: flexiondotorg
Revision: 115939
Initial release.
Added:
libopenshot/
libopenshot/repos/
libopenshot/trunk/
libopenshot/trunk/PKGBUILD
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Added: libopenshot/trunk/PKGBUILD
===================================================================
--- libopenshot/trunk/PKGBUILD (rev 0)
+++ libopenshot/trunk/PKGBUILD 2014-07-18 21:46:56 UTC (rev 115939)
@@ -0,0 +1,32 @@
+# $Id:
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Foster McLane <fkmclane at gmail.com>
+# Contributor: Jonathan Thomas <jonathan at openshot.org>
+
+pkgname=libopenshot
+_pkgname=libopenshot1
+pkgver=0.0.2
+pkgrel=2
+pkgdesc="A high quality, open-source video editing, animation, and playback library for C++, Python, and Ruby."
+arch=('i686' 'x86_64')
+url="http://openshot.org/"
+license=('LGPL3')
+depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'qt5-base' 'qt5-multimedia')
+makedepends=('cmake' 'swig' 'unittestpp')
+source=("https://launchpad.net/libopenshot/0.0/${pkgver}/+download/$_{pkgname}-${pkgver}.tar.gz")
+md5sums=('05b3b9ef07ec8ecc9c5850851af900fa')
+
+build() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ mkdir build
+ cd build
+
+ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 ../
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgname}-${pkgver}/build"
+ make DESTDIR="${pkgdir}" install
+}
+
Property changes on: libopenshot/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list