Date: Saturday, December 5, 2015 @ 18:51:49
  Author: allan
Revision: 148591

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

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

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

Copied: vdpauinfo/repos/community-staging-i686/PKGBUILD (from rev 148590, 
vdpauinfo/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-12-05 17:51:49 UTC (rev 148591)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli <[email protected]>
+# Contributor: Aaron Plattner <[email protected]>
+# Contributor: Bart Verhoeven <[email protected]>
+
+pkgname=vdpauinfo
+pkgver=1.0
+pkgrel=2
+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 
<[email protected]>
+sha256sums=('4054960b7ae618c351ff1ce3e7831b5cbda964ae1fbf9969b7146404d3044bc4'
+            '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-staging-x86_64/PKGBUILD (from rev 148590, 
vdpauinfo/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-05 17:51:49 UTC (rev 148591)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli <[email protected]>
+# Contributor: Aaron Plattner <[email protected]>
+# Contributor: Bart Verhoeven <[email protected]>
+
+pkgname=vdpauinfo
+pkgver=1.0
+pkgrel=2
+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 
<[email protected]>
+sha256sums=('4054960b7ae618c351ff1ce3e7831b5cbda964ae1fbf9969b7146404d3044bc4'
+            '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
+}

Reply via email to