milis/talimatname/genel/l/libvdpau/talimat

23 lines
587 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# 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.
2017-07-25 02:05:43 +02:00
# URL: http://cgit.freedesktop.org/vdpau/libvdpau
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: xorg-libxext xorg-dri2proto
2017-07-25 02:05:43 +02:00
2017-10-28 14:10:23 +02:00
isim=libvdpau
surum=1.1.1
devir=1
kaynak=(http://people.freedesktop.org/~aplattner/vdpau/$isim-$surum.tar.bz2)
2017-07-25 02:05:43 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-07-25 02:05:43 +02:00
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-dependency-tracking \
--disable-documentation
make
make DESTDIR=$PKG install
}