summaryrefslogtreecommitdiffstats
path: root/extra/vdpau-video/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/vdpau-video/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/vdpau-video/Pkgfile')
-rwxr-xr-xextra/vdpau-video/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/vdpau-video/Pkgfile b/extra/vdpau-video/Pkgfile
new file mode 100755
index 000000000..597ace4b1
--- /dev/null
+++ b/extra/vdpau-video/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Backend VDPAU pour l'API VA
+# URL: http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/
+# Maintainer: NutyX core team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: libva, libvdpau
+# Run on: libva,libvdpau
+
+name=vdpau-video
+version=0.7.3
+release=1
+
+source=(http://www.splitted-desktop.com/~gbeauchesne/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --enable-glx \
+ --enable-tracer
+ make
+ make DESTDIR=$PKG install
+}