libvdpau.paketlendi
This commit is contained in:
parent
d32611038e
commit
8147510ae0
|
@ -0,0 +1,22 @@
|
|||
# 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/vdpau/libvdpau
|
||||
# Packager: milisarge
|
||||
# Depends on: xorg-libxext xorg-dri2proto
|
||||
|
||||
name=libvdpau
|
||||
version=1.1.1
|
||||
release=1
|
||||
source=(http://people.freedesktop.org/~aplattner/vdpau/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--disable-dependency-tracking \
|
||||
--disable-documentation
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
# Description: X DRI2 protocol headers
|
||||
# URL: http://xorg.freedesktop.org
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
name=xorg-dri2proto
|
||||
version=2.8
|
||||
release=1
|
||||
source=(http://xorg.freedesktop.org/releases/individual/proto/dri2proto-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd dri2proto-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -f $PKG/usr/share/doc/dri2proto/dri2proto.txt
|
||||
rmdir $PKG/usr/share/{doc/dri2proto,doc,}
|
||||
}
|
Loading…
Reference in New Issue