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

Jan Steffens heftig at archlinux.org
Sat Sep 12 14:19:49 UTC 2015


    Date: Saturday, September 12, 2015 @ 16:19:48
  Author: heftig
Revision: 139969

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |   84 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 43 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-12 14:19:23 UTC (rev 139968)
+++ PKGBUILD	2015-09-12 14:19:48 UTC (rev 139969)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=lib32-libvdpau
-pkgver=1.1
-pkgrel=1
-pkgdesc='Nvidia VDPAU library'
-arch=('x86_64')
-url='http://cgit.freedesktop.org/~aplattner/libvdpau'
-license=('custom')
-depends=('lib32-gcc-libs' 'lib32-libxext' "libvdpau=${pkgver}")
-makedepends=('dri2proto')
-source=("http://people.freedesktop.org/~aplattner/vdpau/libvdpau-${pkgver}.tar.gz")
-sha256sums=('aea4e783f220bf26ba2139ccd866a0ee5005fa03af5e08c41fbc939118263919')
-
-build() {
-  cd libvdpau-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
-    --prefix='/usr' \
-    --libdir='/usr/lib32' \
-    --sysconfdir='/etc'
-  make
-}
-
-package() {
-  cd libvdpau-${pkgver}
-
-  make DESTDIR="${pkgdir}" 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 139968, lib32-libvdpau/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-09-12 14:19:48 UTC (rev 139969)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=lib32-libvdpau
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Nvidia VDPAU library'
+arch=('x86_64')
+url='http://cgit.freedesktop.org/~aplattner/libvdpau'
+license=('custom')
+depends=('lib32-gcc-libs' 'lib32-libxext' 'libvdpau')
+makedepends=('dri2proto')
+source=(http://people.freedesktop.org/~aplattner/vdpau/libvdpau-${pkgver}.tar.bz2{,.sig})
+sha256sums=('857a01932609225b9a3a5bf222b85e39b55c08787d0ad427dbd9ec033d58d736'
+            'SKIP')
+validpgpkeys=('BD68A042C603DDAD9AA354B0F56ACC8F09BA9635') # Aaron Plattner
+
+build() {
+  cd libvdpau-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --sysconfdir='/etc'
+  make
+}
+
+package() {
+  cd libvdpau-${pkgver}
+
+  make DESTDIR="${pkgdir}" 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