Date: Wednesday, March 22, 2017 @ 19:26:15
  Author: jlichtblau
Revision: 218407

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

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

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

Copied: movit/repos/community-staging-i686/PKGBUILD (from rev 218406, 
movit/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2017-03-22 19:26:15 UTC (rev 218407)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Evert Vorster ([email protected])
+# Contributor: Martin Sandsmark <[email protected]>
+
+pkgname=movit
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="The modern video toolkit"
+arch=('i686' 'x86_64')
+url="http://movit.sesse.net/";
+license=('GPL')
+depends=('fftw' 'libepoxy')
+makedepends=('eigen' 'gtest' 'sdl2')
+source=(https://movit.sesse.net/$pkgname-$pkgver.tar.gz)
+sha256sums=('4d595a20b7d836aca10b362bb2003ed958b337d643bb93f4973bc07e8bbf90e7')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Copied: movit/repos/community-staging-x86_64/PKGBUILD (from rev 218406, 
movit/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-22 19:26:15 UTC (rev 218407)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Evert Vorster ([email protected])
+# Contributor: Martin Sandsmark <[email protected]>
+
+pkgname=movit
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="The modern video toolkit"
+arch=('i686' 'x86_64')
+url="http://movit.sesse.net/";
+license=('GPL')
+depends=('fftw' 'libepoxy')
+makedepends=('eigen' 'gtest' 'sdl2')
+source=(https://movit.sesse.net/$pkgname-$pkgver.tar.gz)
+sha256sums=('4d595a20b7d836aca10b362bb2003ed958b337d643bb93f4973bc07e8bbf90e7')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Reply via email to