summaryrefslogtreecommitdiffstats
path: root/extra/libvdpau/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libvdpau/Pkgfile')
-rwxr-xr-xextra/libvdpau/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/libvdpau/Pkgfile b/extra/libvdpau/Pkgfile
index 99b85a93c..01eeb3494 100755
--- a/extra/libvdpau/Pkgfile
+++ b/extra/libvdpau/Pkgfile
@@ -7,7 +7,8 @@
name=libvdpau
version=0.4.1
-release=2
+release=3
+nvidia_ver=285.05.09
source=(http://people.freedesktop.org/~aplattner/vdpau/$name-$version.tar.gz git_commit_4262513e.patch)
@@ -18,7 +19,7 @@ build() {
make
make DESTDIR=$PKG install
- ln -s vdpau/libvdpau_nvidia.so.280.13 $PKG/usr/lib/libvdpau_nvidia.so
+ ln -s vdpau/libvdpau_nvidia.so.$nvidia_ver $PKG/usr/lib/libvdpau_nvidia.so
install -d -m755 $PKG/usr/share/licenses/$name
install -m644 COPYING $PKG/usr/share/licenses/$name