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

Maxime Gauduin alucryd at archlinux.org
Mon May 11 16:35:09 UTC 2020


    Date: Monday, May 11, 2020 @ 16:35:08
  Author: alucryd
Revision: 383207

archrelease: copy trunk to extra-x86_64

Added:
  libvdpau/repos/extra-x86_64/PKGBUILD
    (from rev 383206, libvdpau/trunk/PKGBUILD)
Deleted:
  libvdpau/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-11 16:35:02 UTC (rev 383206)
+++ PKGBUILD	2020-05-11 16:35:08 UTC (rev 383207)
@@ -1,33 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libvdpau
-pkgver=1.3
-pkgrel=1
-pkgdesc="Nvidia VDPAU library"
-arch=(x86_64)
-url='https://www.freedesktop.org/wiki/Software/VDPAU/'
-depends=('libxext')
-license=('custom')
-_commit=f57a9904c43ef5d726320c77baa91d0c38361ed4  # 1.3
-source=("git+https://anongit.freedesktop.org/git/vdpau/libvdpau#commit=$_commit")
-makedepends=('dri2proto' 'git' 'meson')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -Dm 644 $pkgname/COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libvdpau/repos/extra-x86_64/PKGBUILD (from rev 383206, libvdpau/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-11 16:35:08 UTC (rev 383207)
@@ -0,0 +1,33 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libvdpau
+pkgver=1.4
+pkgrel=1
+pkgdesc="Nvidia VDPAU library"
+arch=(x86_64)
+url='https://www.freedesktop.org/wiki/Software/VDPAU/'
+depends=('libxext')
+license=('custom')
+_commit=c3d1a9dbafdfe6144ff474d0d523dc01b068750f # 1.4
+source=("git+https://gitlab.freedesktop.org/vdpau/libvdpau.git#tag=$_commit")
+makedepends=('xorgproto' 'git' 'meson')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm 644 $pkgname/COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



More information about the arch-commits mailing list