milis/talimatname/genel/l/libva/talimat

22 lines
459 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
name=libva
version=1.8.2
release=1
source=(https://www.freedesktop.org/software/vaapi/releases/$name/$name-$version.tar.bz2)
derle() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-wayland \
--disable-dependency-tracking
make
make DESTDIR=$PKG install
}