2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: OpenGL/VAAPI destekli VDPAU sürücüleri
|
2017-09-22 20:50:29 +02:00
|
|
|
|
# URL: https://github.com/i-rinat/libvdpau-va-gl
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: cmake libvdpau libva ffmpeg xorg-glu
|
2017-09-22 20:50:29 +02:00
|
|
|
|
|
|
|
|
|
name=libvdpau-va-gl
|
|
|
|
|
version=0.4.2
|
|
|
|
|
release=1
|
|
|
|
|
source=(https://github.com/i-rinat/libvdpau-va-gl/archive/v0.4.2.tar.gz::$name-$version.tar.gz)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-09-22 20:50:29 +02:00
|
|
|
|
cd $name-$version
|
|
|
|
|
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR="$PKG" install
|
|
|
|
|
}
|