[arch-commits] Commit in lib32-libvdpau/repos (3 files)

Maxime Gauduin alucryd at archlinux.org
Mon Jan 19 15:13:03 UTC 2015


    Date: Monday, January 19, 2015 @ 16:13:02
  Author: alucryd
Revision: 126220

db-move: moved lib32-libvdpau from [community] to [multilib] (x86_64)

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

--------------------------+
 /PKGBUILD                |   39 +++++++++++++++++++++++++++++++++++++++
 multilib-x86_64/PKGBUILD |   39 ---------------------------------------
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: multilib-x86_64/PKGBUILD
===================================================================
--- multilib-x86_64/PKGBUILD	2015-01-19 13:52:52 UTC (rev 126219)
+++ multilib-x86_64/PKGBUILD	2015-01-19 15:13:02 UTC (rev 126220)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=lib32-libvdpau
-pkgver=0.8
-pkgrel=1
-pkgdesc='Nvidia VDPAU library'
-arch=('x86_64')
-url='http://cgit.freedesktop.org/~aplattner/libvdpau'
-license=('custom')
-depends=('lib32-gcc-libs' 'lib32-libxext' "${pkgname#*-}")
-conflicts=('lib32-nvidia-utils<190.42-2')
-makedepends=('dri2proto')
-source=("http://people.freedesktop.org/~aplattner/vdpau/${pkgname#*-}-${pkgver}.tar.gz")
-sha256sums=('73a7d11cc1abed8bcaf1392bd361fc00fd43bd85bbeafb12a64bdd0bcb4101ed')
-
-build() {
-  cd ${pkgname#*-}-${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 ${pkgname#*-}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/{etc,usr/include}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s ${pkgname#*-} "${pkgdir}"/usr/share/licenses/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libvdpau/repos/multilib-x86_64/PKGBUILD (from rev 126219, lib32-libvdpau/repos/community-x86_64/PKGBUILD)
===================================================================
--- multilib-x86_64/PKGBUILD	                        (rev 0)
+++ multilib-x86_64/PKGBUILD	2015-01-19 15:13:02 UTC (rev 126220)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=lib32-libvdpau
+pkgver=0.9
+pkgrel=1
+pkgdesc='Nvidia VDPAU library'
+arch=('x86_64')
+url='http://cgit.freedesktop.org/~aplattner/libvdpau'
+license=('custom')
+depends=('lib32-gcc-libs' 'lib32-libxext' "${pkgname#*-}")
+conflicts=('lib32-nvidia-utils<190.42-2')
+makedepends=('dri2proto')
+source=("http://people.freedesktop.org/~aplattner/vdpau/${pkgname#*-}-${pkgver}.tar.gz")
+sha256sums=('e32957140835a545a01a3972db1143e01174db3d9c0017e51f6a3bf8b09c0e6e')
+
+build() {
+  cd ${pkgname#*-}-${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 ${pkgname#*-}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/include}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s ${pkgname#*-} "${pkgdir}"/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list