23 lines
587 B
Plaintext
23 lines
587 B
Plaintext
# Tanım: 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
|
||
# Paketçi: milisarge
|
||
# Gerekler: xorg-libxext xorg-dri2proto
|
||
|
||
isim=libvdpau
|
||
surum=1.1.1
|
||
devir=1
|
||
kaynak=(http://people.freedesktop.org/~aplattner/vdpau/$isim-$surum.tar.bz2)
|
||
|
||
derle() {
|
||
cd $isim-$surum
|
||
|
||
./configure \
|
||
--prefix=/usr \
|
||
--mandir=/usr/man \
|
||
--disable-dependency-tracking \
|
||
--disable-documentation
|
||
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|