summaryrefslogtreecommitdiffstats
path: root/extra/libvdpau/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-09-17 14:21:40 +0200
committertnut <tnut at nutyx dot com>2011-09-17 14:21:40 +0200
commitdf18fbeb9e5494de6d463f7fa516e2fb40598b5f (patch)
tree76b9df45ba6cc9afa5576846c9c9ab64e65aa722 /extra/libvdpau/Pkgfile
parent10b773b89fabe87e49c06019d7d0875d34335f79 (diff)
parent6e215aaf2efd3fc214681cce6a2dbddafe66cbce (diff)
downloadnutyx-pakxe-df18fbeb9e5494de6d463f7fa516e2fb40598b5f.tar.gz
nutyx-pakxe-df18fbeb9e5494de6d463f7fa516e2fb40598b5f.tar.bz2
nutyx-pakxe-df18fbeb9e5494de6d463f7fa516e2fb40598b5f.tar.xz
nutyx-pakxe-df18fbeb9e5494de6d463f7fa516e2fb40598b5f.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra/libvdpau/Pkgfile')
-rwxr-xr-xextra/libvdpau/Pkgfile21
1 files changed, 12 insertions, 9 deletions
diff --git a/extra/libvdpau/Pkgfile b/extra/libvdpau/Pkgfile
index 6049c16e9..99b85a93c 100755
--- a/extra/libvdpau/Pkgfile
+++ b/extra/libvdpau/Pkgfile
@@ -1,22 +1,25 @@
-# Description: Nvidia VDPAU lib
+# Description: Bibliothèque NVidia VDPAU
# URL: http://cgit.freedesktop.org/~aplattner/libvdpau
# Maintainer: NutyX core team
# Packager: lesibel at free dot fr
# Depends on: xorg-libx11
+# Run on:
name=libvdpau
version=0.4.1
-release=1
+release=2
-source=(http://people.freedesktop.org/~aplattner/vdpau/$name-$version.tar.gz )
+source=(http://people.freedesktop.org/~aplattner/vdpau/$name-$version.tar.gz git_commit_4262513e.patch)
build() {
- cd $name-$version
+ cd $name-$version
+ patch -p1 < ../git_commit_4262513e.patch
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
+ ln -s vdpau/libvdpau_nvidia.so.280.13 $PKG/usr/lib/libvdpau_nvidia.so
- install -d -m755 $PKG/usr/share/licenses/$name
- install -m644 COPYING $PKG/usr/share/licenses/$name
+ install -d -m755 $PKG/usr/share/licenses/$name
+ install -m644 COPYING $PKG/usr/share/licenses/$name
}