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

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Nov 24 19:45:56 UTC 2016


    Date: Thursday, November 24, 2016 @ 19:45:55
  Author: jlichtblau
Revision: 196753

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

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

---------------------------+
 /PKGBUILD                 |   58 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 --------------------
 community-x86_64/PKGBUILD |   27 --------------------
 3 files changed, 58 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-11-24 19:45:32 UTC (rev 196752)
+++ community-i686/PKGBUILD	2016-11-24 19:45:55 UTC (rev 196753)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Evert Vorster (evorster at gmail.com)
-# Contributor: Martin Sandsmark <martin.sandsmark at kde.org>
-
-pkgname=movit
-pkgver=1.3.2
-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=('dadc7e1695ac784a0233df6b2a1a2b8b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: movit/repos/community-i686/PKGBUILD (from rev 196752, movit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-24 19:45:55 UTC (rev 196753)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Evert Vorster (evorster at gmail.com)
+# Contributor: Martin Sandsmark <martin.sandsmark at kde.org>
+
+pkgname=movit
+pkgver=1.4.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=('cc6bbcd0c907f47cfa7bb3401a30bda849e6a0de2a3ed5c895badbc116d51512')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-11-24 19:45:32 UTC (rev 196752)
+++ community-x86_64/PKGBUILD	2016-11-24 19:45:55 UTC (rev 196753)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Evert Vorster (evorster at gmail.com)
-# Contributor: Martin Sandsmark <martin.sandsmark at kde.org>
-
-pkgname=movit
-pkgver=1.3.2
-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=('dadc7e1695ac784a0233df6b2a1a2b8b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: movit/repos/community-x86_64/PKGBUILD (from rev 196752, movit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-24 19:45:55 UTC (rev 196753)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Evert Vorster (evorster at gmail.com)
+# Contributor: Martin Sandsmark <martin.sandsmark at kde.org>
+
+pkgname=movit
+pkgver=1.4.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=('cc6bbcd0c907f47cfa7bb3401a30bda849e6a0de2a3ed5c895badbc116d51512')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list