summaryrefslogtreecommitdiffstats
path: root/abs/extra/vdpau-video/PKGBUILD
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-01-14 02:15:33 (GMT)
committerCecil <knoppmyth@gmail.com>2011-01-14 02:15:33 (GMT)
commit0e7e4259ea370e4ff9003424fdc4cd9219256a36 (patch)
tree731119c7de6c3c59bffe3a48f1da95c4302eca30 /abs/extra/vdpau-video/PKGBUILD
parentde48df133ac6cd529267d28073ba62d4e580ec06 (diff)
parentccd7ad0ca24806610bed586b2b1ed09c930f950f (diff)
downloadlinhes_pkgbuild-0e7e4259ea370e4ff9003424fdc4cd9219256a36.zip
linhes_pkgbuild-0e7e4259ea370e4ff9003424fdc4cd9219256a36.tar.gz
linhes_pkgbuild-0e7e4259ea370e4ff9003424fdc4cd9219256a36.tar.bz2
Merge branch 'testing' of ssh://cesman@linhes.org/mount/repository/linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra/vdpau-video/PKGBUILD')
-rw-r--r--abs/extra/vdpau-video/PKGBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/abs/extra/vdpau-video/PKGBUILD b/abs/extra/vdpau-video/PKGBUILD
new file mode 100644
index 0000000..d98b7c8
--- /dev/null
+++ b/abs/extra/vdpau-video/PKGBUILD
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 94611 2010-10-08 19:13:12Z ibiru $
+# Maintainer: Ionut Biru <ibiru@archlinux.org>
+pkgname=vdpau-video
+pkgver=0.7.3.pre4
+pkgrel=1
+pkgdesc="VDPAU backend for VA API"
+arch=('i686' 'x86_64')
+url="http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/"
+license=('GPL')
+depends=('libva' 'libvdpau')
+makedepends=('mesa')
+options=('!libtool')
+source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/${pkgname}-${pkgver}.tar.gz)
+ #enable-glx.patch)
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+# patch -Np1 -i $srcdir/enable-glx.patch
+ autoreconf -fi
+ ./configure --prefix=/usr --enable-glx
+ make
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('704421ffd5b2ba33b1e1260fb7af9d4a')