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

Antonio Rojas arojas at archlinux.org
Sun Jan 31 16:17:40 UTC 2016


    Date: Sunday, January 31, 2016 @ 17:17:40
  Author: arojas
Revision: 159684

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 159683, movit/trunk/PKGBUILD)
  movit/repos/community-staging-x86_64/
  movit/repos/community-staging-x86_64/PKGBUILD
    (from rev 159683, movit/trunk/PKGBUILD)

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

Copied: movit/repos/community-staging-i686/PKGBUILD (from rev 159683, movit/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-01-31 16:17:40 UTC (rev 159684)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:
+# Contributor: Evert Vorster (evorster at gmail.com)
+# Contributor: Martin Sandsmark <martin.sandsmark at kde.org>
+
+pkgname=movit
+pkgver=1.3.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")
+md5sums=('c93e7c47902c06f4b6751842bc9bc708')
+
+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 159683, movit/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-01-31 16:17:40 UTC (rev 159684)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:
+# Contributor: Evert Vorster (evorster at gmail.com)
+# Contributor: Martin Sandsmark <martin.sandsmark at kde.org>
+
+pkgname=movit
+pkgver=1.3.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")
+md5sums=('c93e7c47902c06f4b6751842bc9bc708')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list