Date: Tuesday, February 17, 2015 @ 02:51:41
  Author: eric
Revision: 127817

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  libopenshot/repos/community-staging-i686/
  libopenshot/repos/community-staging-i686/PKGBUILD
    (from rev 127816, libopenshot/trunk/PKGBUILD)
  libopenshot/repos/community-staging-x86_64/
  libopenshot/repos/community-staging-x86_64/PKGBUILD
    (from rev 127816, libopenshot/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: libopenshot/repos/community-staging-i686/PKGBUILD (from rev 127816, 
libopenshot/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-02-17 01:51:41 UTC (rev 127817)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress <[email protected]>
+# Contributor: Foster McLane <[email protected]>
+# Contributor: Jonathan Thomas <[email protected]>
+
+pkgname=libopenshot
+pkgver=0.0.3
+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";)
+sha256sums=('43e8e4cdf46d417ef62ce8593dfe72129db05de8ec9ee7741480ab7ed1674c7e')
+
+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
+}
+

Copied: libopenshot/repos/community-staging-x86_64/PKGBUILD (from rev 127816, 
libopenshot/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-02-17 01:51:41 UTC (rev 127817)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress <[email protected]>
+# Contributor: Foster McLane <[email protected]>
+# Contributor: Jonathan Thomas <[email protected]>
+
+pkgname=libopenshot
+pkgver=0.0.3
+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";)
+sha256sums=('43e8e4cdf46d417ef62ce8593dfe72129db05de8ec9ee7741480ab7ed1674c7e')
+
+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
+}
+

Reply via email to