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

Ionut Biru ibiru at archlinux.org
Mon Feb 6 18:56:13 UTC 2012


    Date: Monday, February 6, 2012 @ 13:56:13
  Author: ibiru
Revision: 149310

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

Added:
  vdpau-video/repos/extra-i686/PKGBUILD
    (from rev 149309, vdpau-video/trunk/PKGBUILD)
  vdpau-video/repos/extra-x86_64/PKGBUILD
    (from rev 149309, vdpau-video/trunk/PKGBUILD)
Deleted:
  vdpau-video/repos/extra-i686/PKGBUILD
  vdpau-video/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   55 ++++++++++++++++++++++++++----------------------
 extra-x86_64/PKGBUILD |   55 ++++++++++++++++++++++++++----------------------
 2 files changed, 60 insertions(+), 50 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-06 18:55:11 UTC (rev 149309)
+++ extra-i686/PKGBUILD	2012-02-06 18:56:13 UTC (rev 149310)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-pkgname=vdpau-video
-pkgver=0.7.3
-pkgrel=2
-pkgdesc="VDPAU backend for VA API"
-arch=('i686' 'x86_64')
-url="http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/"
-license=('GPL')
-depends=('libva' 'libvdpau')
-makedepends=('mesa')
-options=('!libtool')
-source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/${pkgname}-${pkgver}.tar.gz)
-md5sums=('18870e007ecdc50a528861fa55556364')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:
-
-

Copied: vdpau-video/repos/extra-i686/PKGBUILD (from rev 149309, vdpau-video/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-06 18:56:13 UTC (rev 149310)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=vdpau-video
+pkgver=0.7.3
+pkgrel=3
+pkgdesc="VDPAU backend for VA API"
+arch=('i686' 'x86_64')
+url="http://cgit.freedesktop.org/vaapi/vdpau-driver/"
+license=('GPL')
+depends=('libva' 'libvdpau')
+makedepends=('mesa')
+options=('!libtool')
+source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/$pkgname-$pkgver.tar.gz)
+md5sums=('18870e007ecdc50a528861fa55556364')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
+
+

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-06 18:55:11 UTC (rev 149309)
+++ extra-x86_64/PKGBUILD	2012-02-06 18:56:13 UTC (rev 149310)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-pkgname=vdpau-video
-pkgver=0.7.3
-pkgrel=2
-pkgdesc="VDPAU backend for VA API"
-arch=('i686' 'x86_64')
-url="http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/"
-license=('GPL')
-depends=('libva' 'libvdpau')
-makedepends=('mesa')
-options=('!libtool')
-source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/${pkgname}-${pkgver}.tar.gz)
-md5sums=('18870e007ecdc50a528861fa55556364')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:
-
-

Copied: vdpau-video/repos/extra-x86_64/PKGBUILD (from rev 149309, vdpau-video/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-06 18:56:13 UTC (rev 149310)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=vdpau-video
+pkgver=0.7.3
+pkgrel=3
+pkgdesc="VDPAU backend for VA API"
+arch=('i686' 'x86_64')
+url="http://cgit.freedesktop.org/vaapi/vdpau-driver/"
+license=('GPL')
+depends=('libva' 'libvdpau')
+makedepends=('mesa')
+options=('!libtool')
+source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/$pkgname-$pkgver.tar.gz)
+md5sums=('18870e007ecdc50a528861fa55556364')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
+
+




More information about the arch-commits mailing list