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

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


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

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libvdpau/repos/multilib-x86_64/PKGBUILD
    (from rev 626269, lib32-libvdpau/trunk/PKGBUILD)
Deleted:
  lib32-libvdpau/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |   89 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 47 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-11 16:40:34 UTC (rev 626269)
+++ PKGBUILD	2020-05-11 16:40:40 UTC (rev 626270)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=lib32-libvdpau
-pkgver=1.3
-pkgrel=1
-pkgdesc='Nvidia VDPAU library'
-arch=(x86_64)
-url=https://gitlab.freedesktop.org/vdpau/libvdpau
-license=(custom)
-depends=(
-  lib32-gcc-libs
-  lib32-libxext
-  libvdpau
-)
-makedepends=(
-  dri2proto
-  git
-  meson
-)
-source=(git+https://gitlab.freedesktop.org/vdpau/libvdpau.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  arch-meson libvdpau build \
-    --libdir=/usr/lib32
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  rm -rf "${pkgdir}"/{etc,usr/include}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libvdpau "${pkgdir}"/usr/share/licenses/lib32-libvdpau
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libvdpau/repos/multilib-x86_64/PKGBUILD (from rev 626269, lib32-libvdpau/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-11 16:40:40 UTC (rev 626270)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=lib32-libvdpau
+pkgver=1.4
+pkgrel=1
+pkgdesc='Nvidia VDPAU library'
+arch=(x86_64)
+url=https://gitlab.freedesktop.org/vdpau/libvdpau
+license=(custom)
+depends=(
+  lib32-libxext
+  libvdpau
+)
+makedepends=(
+  xorgproto
+  git
+  meson
+)
+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
+
+  arch-meson libvdpau build \
+    --libdir=/usr/lib32
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  rm -rf "${pkgdir}"/{etc,usr/include}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libvdpau "${pkgdir}"/usr/share/licenses/lib32-libvdpau
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list