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

Felix Yan fyan at archlinux.org
Mon Dec 28 07:44:42 UTC 2015


    Date: Monday, December 28, 2015 @ 08:44:42
  Author: fyan
Revision: 154645

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-28 07:44:20 UTC (rev 154644)
+++ PKGBUILD	2015-12-28 07:44:42 UTC (rev 154645)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Llewelyn Trahaearn <WoefulDerelict at GMail dot com>
-# Contributor: kokoko3k <kokoko3k at gmail dot com>
-# Contributor: Ionut Biru <ibiru at archlinux dot org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux dot org>
-
-pkgname=lib32-libva
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux (32-bit)'
-arch=('x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('lib32-libdrm' 'lib32-libgl' 'lib32-wayland' 'lib32-libxext' 'lib32-libxfixes' 'libva')
-makedepends=('mesa' 'gcc-multilib')
-optdepends=('lib32-libva-vdpau-driver: vdpau back-end for nvidia'
-            'lib32-libva-intel-driver: back-end for intel cards')
-source=(http://freedesktop.org/software/vaapi/releases/libva/libva-${pkgver}.tar.bz2)
-sha512sums=('cd21c27b89c975cbf6cc77125625dca77332467b291536e0fa4640618871be9dbd1c51e7bd09d15b1af8dbd9166a29113f2dd10a50558ffa00d21161cb9d7958')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd "${pkgname#*-}-${pkgver}"
-  ./configure --prefix=/usr --libdir='/usr/lib32' 
-  make
-}
-
-package() {
-  cd "${pkgname#*-}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  rm -rfv "${pkgdir}/usr/"{include,bin}
-  install -m644 -D COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: lib32-libva/repos/multilib-x86_64/PKGBUILD (from rev 154644, lib32-libva/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-12-28 07:44:42 UTC (rev 154645)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Llewelyn Trahaearn <WoefulDerelict at GMail dot com>
+# Contributor: kokoko3k <kokoko3k at gmail dot com>
+# Contributor: Ionut Biru <ibiru at archlinux dot org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux dot org>
+
+pkgname=lib32-libva
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux (32-bit)'
+arch=('x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('lib32-libdrm' 'lib32-libgl' 'lib32-wayland' 'lib32-libxext' 'lib32-libxfixes' 'libva')
+makedepends=('mesa' 'gcc-multilib')
+optdepends=('lib32-libva-vdpau-driver: vdpau back-end for nvidia'
+            'lib32-libva-intel-driver: back-end for intel cards')
+source=(http://freedesktop.org/software/vaapi/releases/libva/libva-${pkgver}.tar.bz2)
+sha512sums=('7e69c44cc1aaa94f0a9e8662ac10974b9e5ab2b29cb2b230370ef1449d8926ea4d4571593c6fa78c6601da4322716c7ab3d1ff42e889252c4769cc267bdc04be')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd "${pkgname#*-}-${pkgver}"
+  ./configure --prefix=/usr --libdir='/usr/lib32' 
+  make
+}
+
+package() {
+  cd "${pkgname#*-}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -rfv "${pkgdir}/usr/"{include,bin}
+  install -m644 -D COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list