[arch-commits] Commit in lib32-libvdpau/trunk (PKGBUILD)

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


    Date: Monday, May 11, 2020 @ 16:40:34
  Author: alucryd
Revision: 626269

upgpkg: lib32-libvdpau 1.4-1

Modified:
  lib32-libvdpau/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-11 16:24:38 UTC (rev 626268)
+++ PKGBUILD	2020-05-11 16:40:34 UTC (rev 626269)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=lib32-libvdpau
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 pkgdesc='Nvidia VDPAU library'
 arch=(x86_64)
@@ -9,7 +9,6 @@
 url=https://gitlab.freedesktop.org/vdpau/libvdpau
 license=(custom)
 depends=(
-  lib32-gcc-libs
   lib32-libxext
   libvdpau
 )
@@ -18,13 +17,19 @@
   git
   meson
 )
-source=(git+https://gitlab.freedesktop.org/vdpau/libvdpau.git#tag=${pkgver})
+source=(git+https://gitlab.freedesktop.org/vdpau/libvdpau.git#tag=c3d1a9dbafdfe6144ff474d0d523dc01b068750f)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd libvdpau
+
+  git describe --tags
+}
+
 build() {
   export CC='gcc -m32'
   export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   arch-meson libvdpau build \
     --libdir=/usr/lib32



More information about the arch-commits mailing list