[arch-commits] Commit in (movit movit/trunk movit/trunk/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Oct 5 17:19:31 UTC 2015


    Date: Monday, October 5, 2015 @ 19:19:30
  Author: arojas
Revision: 143020

Add movit (new mlt dependency)

Added:
  movit/
  movit/trunk/
  movit/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Added: movit/trunk/PKGBUILD
===================================================================
--- movit/trunk/PKGBUILD	                        (rev 0)
+++ movit/trunk/PKGBUILD	2015-10-05 17:19:30 UTC (rev 143020)
@@ -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.2.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=("http://movit.sesse.net/$pkgname-$pkgver.tar.gz")
+md5sums=('6093545d6a0830d0d08981b54b43c62a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: movit/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list