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

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Aug 19 09:13:06 UTC 2022


    Date: Friday, August 19, 2022 @ 09:13:06
  Author: alucryd
Revision: 1269797

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   94 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 46 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-19 09:12:55 UTC (rev 1269796)
+++ PKGBUILD	2022-08-19 09:13:06 UTC (rev 1269797)
@@ -1,48 +0,0 @@
-# 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.4
-pkgrel=2
-pkgdesc='Command line utility for querying the capabilities of a VDPAU device'
-arch=(x86_64)
-url=https://gitlab.freedesktop.org/vdpau/vdpauinfo
-license=(custom)
-depends=(
-  gcc-libs
-  libvdpau
-  libx11
-)
-makedepends=(git)
-source=(git+https://gitlab.freedesktop.org/vdpau/vdpauinfo.git#tag=3463ab40a89179e6e199575e8bee9c23ee027377)
-validpgpkeys=(BD68A042C603DDAD9AA354B0F56ACC8F09BA9635) # Aaron Plattner <aplattner at nvidia.com>
-sha256sums=(SKIP)
-
-pkgver() {
-  cd vdpauinfo
-
-  git describe --tags
-}
-
-prepare() {
-  cd vdpauinfo
-
-  autoreconf -fiv
-}
-
-build() {
-  cd vdpauinfo
-
-  ./configure \
-    --prefix=/usr
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C vdpauinfo install
-  install -Dm 644 vdpauinfo/COPYING -t "$pkgdir"/usr/share/licenses/vdpauinfo/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vdpauinfo/repos/community-x86_64/PKGBUILD (from rev 1269796, vdpauinfo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-19 09:13:06 UTC (rev 1269797)
@@ -0,0 +1,46 @@
+# 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.5
+pkgrel=1
+pkgdesc='Command line utility for querying the capabilities of a VDPAU device'
+arch=(x86_64)
+url=https://gitlab.freedesktop.org/vdpau/vdpauinfo
+license=(custom)
+depends=(
+  gcc-libs
+  libvdpau
+  libx11
+)
+makedepends=(git)
+_tag=a0dd9710e499a1a4ac5f273daf7ebe9e159f3e78
+source=(git+https://gitlab.freedesktop.org/vdpau/vdpauinfo.git#tag=${_tag})
+validpgpkeys=(BD68A042C603DDAD9AA354B0F56ACC8F09BA9635) # Aaron Plattner <aplattner at nvidia.com>
+sha256sums=(SKIP)
+
+pkgver() {
+  cd vdpauinfo
+  git describe --tags
+}
+
+prepare() {
+  cd vdpauinfo
+  autoreconf -fiv
+}
+
+build() {
+  cd vdpauinfo
+  ./configure \
+    --prefix=/usr
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C vdpauinfo install
+  install -Dm 644 vdpauinfo/COPYING -t "$pkgdir"/usr/share/licenses/vdpauinfo/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list