milis/talimatname/genel/l/libva/talimat

22 lines
451 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Video Acceleration API to enable hardware accelerated video decode/encode.
# URL: http://freedesktop.org/wiki/Software/vaapi
# Paketçi: milisarge
# Gerekler: xorg-mesa
isim=libva
surum=1.8.2
devir=1
kaynak=(https://www.freedesktop.org/software/vaapi/releases/$isim/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure \
--prefix=/usr \
--disable-wayland \
--disable-dependency-tracking
make
make DESTDIR=$PKG install
}