libvdpau
This commit is contained in:
parent
34ef2f10bf
commit
cdadc39958
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,12 @@
|
||||||
# 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.
|
# Tanım: video çözücü apisi
|
||||||
# URL: http://cgit.freedesktop.org/vdpau/libvdpau
|
# URL: http://cgit.freedesktop.org/vdpau/libvdpau
|
||||||
# Paketçi: milisarge
|
# Paketçi: milisarge
|
||||||
# Gerekler: xorg-libxext xorg-dri2proto
|
# Gerekler: xorg-libxext xorg-dri2proto
|
||||||
|
# Grup: kütüphane
|
||||||
|
|
||||||
isim=libvdpau
|
isim=libvdpau
|
||||||
surum=1.1.1
|
surum=1.1.1
|
||||||
devir=1
|
devir=2
|
||||||
kaynak=(http://people.freedesktop.org/~aplattner/vdpau/$isim-$surum.tar.bz2)
|
kaynak=(http://people.freedesktop.org/~aplattner/vdpau/$isim-$surum.tar.bz2)
|
||||||
|
|
||||||
derle() {
|
derle() {
|
||||||
|
@ -13,10 +14,9 @@ derle() {
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--mandir=/usr/man \
|
--sysconfdir=/etc \
|
||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking \
|
||||||
--disable-documentation
|
--disable-documentation
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue