summaryrefslogtreecommitdiff
path: root/community/libvdpau-va-gl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libvdpau-va-gl/PKGBUILD')
-rw-r--r--community/libvdpau-va-gl/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/community/libvdpau-va-gl/PKGBUILD b/community/libvdpau-va-gl/PKGBUILD
index 6134346c9..2207c9e66 100644
--- a/community/libvdpau-va-gl/PKGBUILD
+++ b/community/libvdpau-va-gl/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 105035 2014-01-30 12:39:32Z bpiotrowski $
-# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
+# $Id: PKGBUILD 106487 2014-03-04 13:51:46Z bpiotrowski $
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Behem0th <grantipak@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 @@ url='https://github.com/i-rinat/libvdpau-va-gl'
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 @@ build() {
}
package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
+ make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
}