[arch-commits] Commit in libva/repos (10 files)

Ionut Biru ibiru at archlinux.org
Sat Jun 16 00:18:39 UTC 2012


    Date: Friday, June 15, 2012 @ 20:18:39
  Author: ibiru
Revision: 161866

db-move: moved libva from [testing] to [extra] ( i686,  x86_64)

Added:
  libva/repos/extra-i686/PKGBUILD
    (from rev 161865, libva/repos/testing-i686/PKGBUILD)
  libva/repos/extra-i686/libva.install
    (from rev 161865, libva/repos/testing-i686/libva.install)
  libva/repos/extra-x86_64/PKGBUILD
    (from rev 161865, libva/repos/testing-x86_64/PKGBUILD)
  libva/repos/extra-x86_64/libva.install
    (from rev 161865, libva/repos/testing-x86_64/libva.install)
Deleted:
  libva/repos/extra-i686/PKGBUILD
  libva/repos/extra-i686/libva.install
  libva/repos/extra-x86_64/PKGBUILD
  libva/repos/extra-x86_64/libva.install
  libva/repos/testing-i686/
  libva/repos/testing-x86_64/

----------------------------+
 extra-i686/PKGBUILD        |   66 +++++++++++++++++++++----------------------
 extra-i686/libva.install   |   10 +++---
 extra-x86_64/PKGBUILD      |   66 +++++++++++++++++++++----------------------
 extra-x86_64/libva.install |   10 +++---
 4 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-06-16 00:17:20 UTC (rev 161865)
+++ extra-i686/PKGBUILD	2012-06-16 00:18:39 UTC (rev 161866)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libva
-pkgver=1.0.15
-pkgrel=1
-pkgdesc="Video Acceleration (VA) API for Linux"
-arch=('i686' 'x86_64')
-url="http://freedesktop.org/wiki/Software/vaapi"
-license=('MIT')
-depends=('libgl' 'libdrm' 'libxfixes')
-makedepends=('mesa')
-optdepends=('vdpau-video: vdpau back-end for nvidia'
-            'libva-driver-intel: back-end for intel cards')
-options=('!libtool')
-install=libva.install
-source=(http://cgit.freedesktop.org/libva/snapshot/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ad8a94ba87ff0563a533c3c142816794')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m644 -D COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libva/repos/extra-i686/PKGBUILD (from rev 161865, libva/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-06-16 00:18:39 UTC (rev 161866)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libva
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Video Acceleration (VA) API for Linux"
+arch=('i686' 'x86_64')
+url="http://freedesktop.org/wiki/Software/vaapi"
+license=('MIT')
+depends=('libegl' 'libgl' 'libdrm' 'libxfixes')
+makedepends=('mesa')
+optdepends=('vdpau-video: vdpau back-end for nvidia'
+            'libva-driver-intel: back-end for intel cards')
+options=('!libtool')
+install=libva.install
+source=(http://cgit.freedesktop.org/libva/snapshot/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('b22179bd44137e91d5c77a43a0cb8063')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -m644 -D COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/libva.install
===================================================================
--- extra-i686/libva.install	2012-06-16 00:17:20 UTC (rev 161865)
+++ extra-i686/libva.install	2012-06-16 00:18:39 UTC (rev 161866)
@@ -1,5 +0,0 @@
-post_upgrade() { 
-    if  [ "$(vercmp $2 1.0.15-1)" -lt 0 ]; then
-        echo 'Starting with libva version 1.0.15, the intel back-end is now in libva-driver-intel.'
-    fi
-}

Copied: libva/repos/extra-i686/libva.install (from rev 161865, libva/repos/testing-i686/libva.install)
===================================================================
--- extra-i686/libva.install	                        (rev 0)
+++ extra-i686/libva.install	2012-06-16 00:18:39 UTC (rev 161866)
@@ -0,0 +1,5 @@
+post_upgrade() { 
+    if  [ "$(vercmp $2 1.0.15-1)" -lt 0 ]; then
+        echo 'Starting with libva version 1.0.15, the intel back-end is now in libva-driver-intel.'
+    fi
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-06-16 00:17:20 UTC (rev 161865)
+++ extra-x86_64/PKGBUILD	2012-06-16 00:18:39 UTC (rev 161866)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libva
-pkgver=1.0.15
-pkgrel=1
-pkgdesc="Video Acceleration (VA) API for Linux"
-arch=('i686' 'x86_64')
-url="http://freedesktop.org/wiki/Software/vaapi"
-license=('MIT')
-depends=('libgl' 'libdrm' 'libxfixes')
-makedepends=('mesa')
-optdepends=('vdpau-video: vdpau back-end for nvidia'
-            'libva-driver-intel: back-end for intel cards')
-options=('!libtool')
-install=libva.install
-source=(http://cgit.freedesktop.org/libva/snapshot/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ad8a94ba87ff0563a533c3c142816794')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m644 -D COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libva/repos/extra-x86_64/PKGBUILD (from rev 161865, libva/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-06-16 00:18:39 UTC (rev 161866)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libva
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Video Acceleration (VA) API for Linux"
+arch=('i686' 'x86_64')
+url="http://freedesktop.org/wiki/Software/vaapi"
+license=('MIT')
+depends=('libegl' 'libgl' 'libdrm' 'libxfixes')
+makedepends=('mesa')
+optdepends=('vdpau-video: vdpau back-end for nvidia'
+            'libva-driver-intel: back-end for intel cards')
+options=('!libtool')
+install=libva.install
+source=(http://cgit.freedesktop.org/libva/snapshot/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('b22179bd44137e91d5c77a43a0cb8063')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -m644 -D COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/libva.install
===================================================================
--- extra-x86_64/libva.install	2012-06-16 00:17:20 UTC (rev 161865)
+++ extra-x86_64/libva.install	2012-06-16 00:18:39 UTC (rev 161866)
@@ -1,5 +0,0 @@
-post_upgrade() { 
-    if  [ "$(vercmp $2 1.0.15-1)" -lt 0 ]; then
-        echo 'Starting with libva version 1.0.15, the intel back-end is now in libva-driver-intel.'
-    fi
-}

Copied: libva/repos/extra-x86_64/libva.install (from rev 161865, libva/repos/testing-x86_64/libva.install)
===================================================================
--- extra-x86_64/libva.install	                        (rev 0)
+++ extra-x86_64/libva.install	2012-06-16 00:18:39 UTC (rev 161866)
@@ -0,0 +1,5 @@
+post_upgrade() { 
+    if  [ "$(vercmp $2 1.0.15-1)" -lt 0 ]; then
+        echo 'Starting with libva version 1.0.15, the intel back-end is now in libva-driver-intel.'
+    fi
+}




More information about the arch-commits mailing list