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

Timothy Redaelli tredaelli at archlinux.org
Tue Jan 27 10:06:53 UTC 2015


    Date: Tuesday, January 27, 2015 @ 11:06:53
  Author: tredaelli
Revision: 126630

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

Added:
  vdpauinfo/repos/community-i686/
  vdpauinfo/repos/community-i686/PKGBUILD
    (from rev 126629, vdpauinfo/trunk/PKGBUILD)
  vdpauinfo/repos/community-x86_64/
  vdpauinfo/repos/community-x86_64/PKGBUILD
    (from rev 126629, vdpauinfo/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: vdpauinfo/repos/community-i686/PKGBUILD (from rev 126629, vdpauinfo/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-01-27 10:06:53 UTC (rev 126630)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Aaron Plattner <aplattner at nvidia.com>
+# Contributor: Bart Verhoeven <bartverhoeven at live.com>
+
+pkgname=vdpauinfo
+pkgver=0.9
+pkgrel=1
+pkgdesc="Command line utility for querying the capabilities of a VDPAU device."
+arch=('i686' 'x86_64')
+url="http://cgit.freedesktop.org/~aplattner/vdpauinfo"
+license=('custom')
+depends=('libvdpau' 'libx11')
+source=("http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz"
+        "http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz.sig")
+validpgpkeys=('BD68A042C603DDAD9AA354B0F56ACC8F09BA9635') # Aaron Plattner <aplattner at nvidia.com>
+sha256sums=('a040fe3682db4cb6076179185a68559a62b908cd01f0aee086838eaf2923c8e3'
+            'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 "$srcdir"/$pkgname-$pkgver/COPYING "$pkgdir"/usr/share/licenses/$pkgname/license
+}

Copied: vdpauinfo/repos/community-x86_64/PKGBUILD (from rev 126629, vdpauinfo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-01-27 10:06:53 UTC (rev 126630)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Aaron Plattner <aplattner at nvidia.com>
+# Contributor: Bart Verhoeven <bartverhoeven at live.com>
+
+pkgname=vdpauinfo
+pkgver=0.9
+pkgrel=1
+pkgdesc="Command line utility for querying the capabilities of a VDPAU device."
+arch=('i686' 'x86_64')
+url="http://cgit.freedesktop.org/~aplattner/vdpauinfo"
+license=('custom')
+depends=('libvdpau' 'libx11')
+source=("http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz"
+        "http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz.sig")
+validpgpkeys=('BD68A042C603DDAD9AA354B0F56ACC8F09BA9635') # Aaron Plattner <aplattner at nvidia.com>
+sha256sums=('a040fe3682db4cb6076179185a68559a62b908cd01f0aee086838eaf2923c8e3'
+            'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 "$srcdir"/$pkgname-$pkgver/COPYING "$pkgdir"/usr/share/licenses/$pkgname/license
+}



More information about the arch-commits mailing list