[arch-commits] Commit in vdpauinfo/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sun Jun 3 09:39:18 UTC 2018


    Date: Sunday, June 3, 2018 @ 09:39:18
  Author: alucryd
Revision: 339001

archrelease: copy trunk to community-x86_64

Added:
  vdpauinfo/repos/community-x86_64/PKGBUILD
    (from rev 339000, vdpauinfo/trunk/PKGBUILD)
Deleted:
  vdpauinfo/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 09:39:08 UTC (rev 339000)
+++ PKGBUILD	2018-06-03 09:39:18 UTC (rev 339001)
@@ -1,31 +0,0 @@
-# $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=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 <aplattner at nvidia.com>
-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-x86_64/PKGBUILD (from rev 339000, vdpauinfo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 09:39:18 UTC (rev 339001)
@@ -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=1.0
+pkgrel=3
+pkgdesc="Command line utility for querying the capabilities of a VDPAU device."
+arch=('x86_64')
+url="http://cgit.freedesktop.org/~aplattner/vdpauinfo"
+license=('custom')
+depends=('libvdpau' 'libx11')
+source=("https://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz"
+        "https://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz.sig")
+validpgpkeys=('BD68A042C603DDAD9AA354B0F56ACC8F09BA9635') # Aaron Plattner <aplattner at nvidia.com>
+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
+}



More information about the arch-commits mailing list