milis/talimatname/genel/l/libvdpau-va-gl/talimat

18 lines
453 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: OpenGL/VAAPI destekli VDPAU sürücü
# URL: https://github.com/i-rinat/libvdpau-va-gl
# Paketçi: milisarge
# Gerekler: cmake libvdpau libva ffmpeg xorg-glu
# Grup: sürücü
isim=libvdpau-va-gl
surum=0.4.2
devir=1
kaynak=(https://github.com/i-rinat/libvdpau-va-gl/archive/v0.4.2.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR="$PKG" install
}