libvdpau: opt -> xorg

This commit is contained in:
Danny Rawlins 2014-07-02 21:13:42 +10:00
parent 4c7623ef43
commit d1e634b0af
3 changed files with 0 additions and 42 deletions

View File

@ -1,19 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/etc/
-rw-r--r-- root/root usr/etc/vdpau_wrapper.cfg
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/vdpau/
-rw-r--r-- root/root usr/include/vdpau/vdpau.h
-rw-r--r-- root/root usr/include/vdpau/vdpau_x11.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libvdpau.la
lrwxrwxrwx root/root usr/lib/libvdpau.so -> libvdpau.so.1.0.0
lrwxrwxrwx root/root usr/lib/libvdpau.so.1 -> libvdpau.so.1.0.0
-rwxr-xr-x root/root usr/lib/libvdpau.so.1.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/vdpau.pc
drwxr-xr-x root/root usr/lib/vdpau/
-rwxr-xr-x root/root usr/lib/vdpau/libvdpau_trace.la
lrwxrwxrwx root/root usr/lib/vdpau/libvdpau_trace.so -> libvdpau_trace.so.1.0.0
lrwxrwxrwx root/root usr/lib/vdpau/libvdpau_trace.so.1 -> libvdpau_trace.so.1.0.0
-rwxr-xr-x root/root usr/lib/vdpau/libvdpau_trace.so.1.0.0

View File

@ -1 +0,0 @@
acf68adc8b8ff4f72be6e8679abc284e libvdpau-0.8.tar.gz

View File

@ -1,22 +0,0 @@
# Description: Video Decode and Presentation API for Unix provides a complete solution for decoding, post-processing, compositing, and displaying compressed or uncompressed video streams.
# URL: http://cgit.freedesktop.org/~aplattner/libvdpau
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
# Depends on: xorg-libxext xorg-dri2proto
name=libvdpau
version=0.8
release=1
source=(http://people.freedesktop.org/~aplattner/vdpau/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-dependency-tracking
make
make DESTDIR=$PKG install
}