Date: Tuesday, February 17, 2015 @ 13:51:42
  Author: flexiondotorg
Revision: 127855

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

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

-----------------------------------+
 community-testing-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: libopenshot-audio/repos/community-testing-i686/PKGBUILD (from rev 
127854, libopenshot-audio/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2015-02-17 12:51:42 UTC (rev 127855)
@@ -0,0 +1,29 @@
+# $Id:
+# Maintainer : Martin Wimpress <[email protected]>
+# Contributor: Foster McLane <[email protected]>
+# Contributor: Jonathan Thomas <[email protected]>
+
+pkgname=libopenshot-audio
+pkgver=0.0.4
+pkgrel=1
+pkgdesc="A high-quality audio editing and playback library used by 
libopenshot."
+arch=('i686' 'x86_64')
+url="http://openshot.org/";
+license=('GPL3')
+depends=('alsa-lib' 'freetype2' 'libx11' 'libxcursor' 'libxinerama')
+makedepends=('cmake')
+source=("https://launchpad.net/libopenshot/0.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('66086c5ff1cb5cc6a499f84888d07ad03a31b30105213fb5b578909707acbb2b')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       mkdir build
+       cd build
+       cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ../
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}/build"
+       make DESTDIR="${pkgdir}" install
+}

Copied: libopenshot-audio/repos/community-testing-x86_64/PKGBUILD (from rev 
127854, libopenshot-audio/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-02-17 12:51:42 UTC (rev 127855)
@@ -0,0 +1,29 @@
+# $Id:
+# Maintainer : Martin Wimpress <[email protected]>
+# Contributor: Foster McLane <[email protected]>
+# Contributor: Jonathan Thomas <[email protected]>
+
+pkgname=libopenshot-audio
+pkgver=0.0.4
+pkgrel=1
+pkgdesc="A high-quality audio editing and playback library used by 
libopenshot."
+arch=('i686' 'x86_64')
+url="http://openshot.org/";
+license=('GPL3')
+depends=('alsa-lib' 'freetype2' 'libx11' 'libxcursor' 'libxinerama')
+makedepends=('cmake')
+source=("https://launchpad.net/libopenshot/0.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('66086c5ff1cb5cc6a499f84888d07ad03a31b30105213fb5b578909707acbb2b')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       mkdir build
+       cd build
+       cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ../
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}/build"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to