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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Mar 4 13:51:40 UTC 2014


    Date: Tuesday, March 4, 2014 @ 14:51:40
  Author: bpiotrowski
Revision: 106486

upgpkg: libvdpau-va-gl 0.3.3-1

new upstream release

Modified:
  libvdpau-va-gl/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-04 13:39:39 UTC (rev 106485)
+++ PKGBUILD	2014-03-04 13:51:40 UTC (rev 106486)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 # Contributor: Behem0th <grantipak at gmail.com>
 
 pkgname=libvdpau-va-gl
-pkgver=0.3.2
+pkgver=0.3.3
 pkgrel=1
 pkgdesc='VDPAU driver with OpenGL/VAAPI backend'
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 license=('LGPL3')
 depends=('libvdpau' 'libva' 'libgl' 'ffmpeg' 'glu')
 makedepends=('cmake')
-source=(https://github.com/i-rinat/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('3fea8e94a67cd54c2f1d3ce1907c910a')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('bb999d94c3e8116ef05a431a7e775c00')
 
 build() {
   cd $pkgname-$pkgver
@@ -21,6 +21,5 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list