libva-intel: initial import

This commit is contained in:
Thomas Penteker 2013-04-12 02:16:55 +02:00
parent 482298f2a4
commit 65b616b0c1
3 changed files with 24 additions and 0 deletions

5
libva-intel/.footprint Normal file
View File

@ -0,0 +1,5 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/dri/
-rwxr-xr-x root/root usr/lib/dri/i965_drv_video.la
-rwxr-xr-x root/root usr/lib/dri/i965_drv_video.so

1
libva-intel/.md5sum Normal file
View File

@ -0,0 +1 @@
55b8e5d1126cc0f7e9df968017d21468 libva-intel-driver-1.0.20.tar.bz2

18
libva-intel/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: libva video acceleration for newer intel based setups
# URL: http://freedesktop.org/wiki/Software/vaapi
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libva
name=libva-intel
version=1.0.20
release=1
source=(http://freedesktop.org/software/vaapi/releases/$name-driver/$name-driver-${version}.tar.bz2)
build() {
cd $name-driver-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}