summaryrefslogtreecommitdiffstats
path: root/abs/core/vdpauinfo
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-01-29 22:01:54 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-01-29 22:01:54 (GMT)
commita3a169ce68791d6056cbc3a46b2d0296160c9df5 (patch)
treea9f61fb42520c802306c2777d63c9a6a78a59980 /abs/core/vdpauinfo
parentcf6a437dee04ab2f95f195239a91f7df5452fa5c (diff)
downloadlinhes_pkgbuild-a3a169ce68791d6056cbc3a46b2d0296160c9df5.zip
linhes_pkgbuild-a3a169ce68791d6056cbc3a46b2d0296160c9df5.tar.gz
linhes_pkgbuild-a3a169ce68791d6056cbc3a46b2d0296160c9df5.tar.bz2
vdpauinfo: update to 1.0
Diffstat (limited to 'abs/core/vdpauinfo')
-rw-r--r--abs/core/vdpauinfo/PKGBUILD14
-rw-r--r--abs/core/vdpauinfo/__changelog2
-rw-r--r--abs/core/vdpauinfo/vdpauinfo.changelog5
3 files changed, 10 insertions, 11 deletions
diff --git a/abs/core/vdpauinfo/PKGBUILD b/abs/core/vdpauinfo/PKGBUILD
index 2df07ba..b42db15 100644
--- a/abs/core/vdpauinfo/PKGBUILD
+++ b/abs/core/vdpauinfo/PKGBUILD
@@ -1,15 +1,21 @@
-# Maintainer: Bart Verhoeven <bartverhoeven@live.com>
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
+# Contributor: Aaron Plattner <aplattner@nvidia.com>
+# Contributor: Bart Verhoeven <bartverhoeven@live.com>
pkgname=vdpauinfo
-pkgver=0.1
+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")
-sha256sums=('b0c856a6933e306f3f783717a29124c7d145d6027a3175e197249696f5d5019f')
+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@nvidia.com>
+sha256sums=('4054960b7ae618c351ff1ce3e7831b5cbda964ae1fbf9969b7146404d3044bc4'
+ 'SKIP')
build() {
cd "$srcdir"/$pkgname-$pkgver
diff --git a/abs/core/vdpauinfo/__changelog b/abs/core/vdpauinfo/__changelog
deleted file mode 100644
index 3acad6e..0000000
--- a/abs/core/vdpauinfo/__changelog
+++ /dev/null
@@ -1,2 +0,0 @@
-made nvidia-utils an optional dep. Otherwise this program could drag in the nividia drivers when we don't want them.
-
diff --git a/abs/core/vdpauinfo/vdpauinfo.changelog b/abs/core/vdpauinfo/vdpauinfo.changelog
deleted file mode 100644
index 804c565..0000000
--- a/abs/core/vdpauinfo/vdpauinfo.changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-vdpauinfo 0.0.6-6:
-- Fix compilation (include libxfixes)
-- split into build() and package()
--
-