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

Maxime Gauduin alucryd at archlinux.org
Thu Jan 23 12:21:42 UTC 2020


    Date: Thursday, January 23, 2020 @ 12:21:41
  Author: alucryd
Revision: 554946

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-23 12:21:35 UTC (rev 554945)
+++ PKGBUILD	2020-01-23 12:21:41 UTC (rev 554946)
@@ -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=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
-}

Copied: vdpauinfo/repos/community-x86_64/PKGBUILD (from rev 554945, vdpauinfo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-23 12:21:41 UTC (rev 554946)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: 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.3
+pkgrel=1
+pkgdesc='Command line utility for querying the capabilities of a VDPAU device'
+arch=(x86_64)
+url=https://cgit.freedesktop.org/~aplattner/vdpauinfo
+license=(custom)
+depends=(
+  gcc-libs
+  libvdpau
+  libx11
+)
+source=(
+  https://gitlab.freedesktop.org/vdpau/vdpauinfo/uploads/6fa9718c507ef0fb6966170ef55344bf/vdpauinfo-1.3.tar.gz
+  https://gitlab.freedesktop.org/vdpau/vdpauinfo/uploads/6acac6b91cf1d960939c50e25dd4c28d/vdpauinfo-1.3.tar.gz.gpg
+)
+validpgpkeys=(BD68A042C603DDAD9AA354B0F56ACC8F09BA9635) # Aaron Plattner <aplattner at nvidia.com>
+sha256sums=('cfc470758ae6874adabdf5bad0b5bab1c2135c86a73bab9f0acd336f9b6ad268'
+            '2e1d1a81a5ac0e7520ff877ee4a168d3e26dee6cda60f224ac3a516f16ae7d01')
+
+build() {
+  cd vdpauinfo-${pkgver}
+
+  ./configure \
+    --prefix=/usr
+  make
+}
+
+package() {
+  cd vdpauinfo-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 ../vdpauinfo-${pkgver}/COPYING "$pkgdir"/usr/share/licenses/vdpauinfo/license
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list