[arch-commits] Commit in libvdpau-va-gl/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 25 14:46:38 UTC 2020


    Date: Monday, May 25, 2020 @ 14:46:37
  Author: felixonmars
Revision: 634419

archrelease: copy trunk to community-x86_64

Added:
  libvdpau-va-gl/repos/community-x86_64/PKGBUILD
    (from rev 634418, libvdpau-va-gl/trunk/PKGBUILD)
Deleted:
  libvdpau-va-gl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   81 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 14:46:28 UTC (rev 634418)
+++ PKGBUILD	2020-05-25 14:46:37 UTC (rev 634419)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Behem0th <grantipak at gmail.com>
-
-pkgname=libvdpau-va-gl
-pkgver=0.4.2
-pkgrel=2
-pkgdesc='VDPAU driver with OpenGL/VAAPI backend'
-arch=('i686' 'x86_64')
-url='https://github.com/i-rinat/libvdpau-va-gl'
-license=('LGPL3')
-depends=('gcc-libs' 'glibc' 'libgl' 'libvdpau' 'libx11'
-         'libva.so' 'libva-x11.so')
-makedepends=('cmake')
-source=("libvdpau-va-gl-${pkgver}.tar.gz::https://github.com/i-rinat/libvdpau-va-gl/archive/v${pkgver}.tar.gz")
-sha256sums=('7d9121540658eb0244859e63da171ca3869e784afbeaf202f44471275c784af4')
-
-prepare() {
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake ../libvdpau-va-gl-${pkgver} \
-    -DCMAKE_BUILD_TYPE='Release' \
-    -DCMAKE_INSTALL_PREFIX='/usr'
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libvdpau-va-gl/repos/community-x86_64/PKGBUILD (from rev 634418, libvdpau-va-gl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 14:46:37 UTC (rev 634419)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Behem0th <grantipak at gmail.com>
+
+pkgname=libvdpau-va-gl
+pkgver=0.4.2
+pkgrel=3
+pkgdesc='VDPAU driver with OpenGL/VAAPI backend'
+arch=('x86_64')
+url='https://github.com/i-rinat/libvdpau-va-gl'
+license=('LGPL3')
+depends=('gcc-libs' 'glibc' 'libgl' 'libvdpau' 'libx11'
+         'libva.so' 'libva-x11.so')
+makedepends=('cmake')
+source=("libvdpau-va-gl-${pkgver}.tar.gz::https://github.com/i-rinat/libvdpau-va-gl/archive/v${pkgver}.tar.gz")
+sha256sums=('7d9121540658eb0244859e63da171ca3869e784afbeaf202f44471275c784af4')
+
+prepare() {
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../libvdpau-va-gl-${pkgver} \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list