[arch-commits] Commit in libvdpau/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Mar 12 21:38:24 UTC 2022


    Date: Saturday, March 12, 2022 @ 21:38:23
  Author: arojas
Revision: 439484

archrelease: copy trunk to testing-x86_64

Added:
  libvdpau/repos/testing-x86_64/
  libvdpau/repos/testing-x86_64/PKGBUILD
    (from rev 439483, libvdpau/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: libvdpau/repos/testing-x86_64/PKGBUILD (from rev 439483, libvdpau/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2022-03-12 21:38:23 UTC (rev 439484)
@@ -0,0 +1,28 @@
+# Maintainer:
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libvdpau
+pkgver=1.5
+pkgrel=1
+pkgdesc="Nvidia VDPAU library"
+arch=(x86_64)
+url='https://www.freedesktop.org/wiki/Software/VDPAU/'
+depends=('libxext')
+license=('custom')
+source=(https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+makedepends=('xorgproto' 'meson')
+sha256sums=('66490802f30426d30ff9e8af35263bbbbaa23b52d0a2d797d06959c3d19638fd')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm 644 $pkgname-$pkgver/COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



More information about the arch-commits mailing list