summaryrefslogtreecommitdiffstats
path: root/vdpau-video/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-05-12 12:15:27 +0200
committertnut <thierryn1 at hispeed dot ch>2012-05-12 12:15:27 +0200
commitd6c07634de5c970d6ce03461ca627f1bff454687 (patch)
tree910fbf90e2adfaf161be8b606e93be0813106672 /vdpau-video/Pkgfile
parent0499a1d45c41097a95ec1ad8730ad9ac5182428c (diff)
downloadnutyx-pakxe-d6c07634de5c970d6ce03461ca627f1bff454687.tar.gz
nutyx-pakxe-d6c07634de5c970d6ce03461ca627f1bff454687.tar.bz2
nutyx-pakxe-d6c07634de5c970d6ce03461ca627f1bff454687.tar.xz
nutyx-pakxe-d6c07634de5c970d6ce03461ca627f1bff454687.zip
vdpau-video dans base
Diffstat (limited to 'vdpau-video/Pkgfile')
-rwxr-xr-xvdpau-video/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/vdpau-video/Pkgfile b/vdpau-video/Pkgfile
new file mode 100755
index 000000000..597ace4b1
--- /dev/null
+++ b/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
+}