[arch-commits] Commit in libopenshot/repos (4 files)

Martin Wimpress flexiondotorg at archlinux.org
Tue Feb 17 12:24:10 UTC 2015


    Date: Tuesday, February 17, 2015 @ 13:24:10
  Author: flexiondotorg
Revision: 127849

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libopenshot/repos/testing-i686/
  libopenshot/repos/testing-i686/PKGBUILD
    (from rev 127848, libopenshot/trunk/PKGBUILD)
  libopenshot/repos/testing-x86_64/
  libopenshot/repos/testing-x86_64/PKGBUILD
    (from rev 127848, libopenshot/trunk/PKGBUILD)

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

Copied: libopenshot/repos/testing-i686/PKGBUILD (from rev 127848, libopenshot/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-02-17 12:24:10 UTC (rev 127849)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Foster McLane <fkmclane at gmail.com>
+# Contributor: Jonathan Thomas <jonathan at openshot.org>
+
+pkgname=libopenshot
+pkgver=0.0.4
+pkgrel=1
+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=('dea39632719a507d9b57daa9b384c29efb6583b7bd06b3ca1b449b6b7f4838ba')
+
+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/testing-x86_64/PKGBUILD (from rev 127848, libopenshot/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-02-17 12:24:10 UTC (rev 127849)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Foster McLane <fkmclane at gmail.com>
+# Contributor: Jonathan Thomas <jonathan at openshot.org>
+
+pkgname=libopenshot
+pkgver=0.0.4
+pkgrel=1
+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=('dea39632719a507d9b57daa9b384c29efb6583b7bd06b3ca1b449b6b7f4838ba')
+
+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
+}
+



More information about the arch-commits mailing list