2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

libva: new package at 2.6.0

This commit is contained in:
Dylan Araps 2020-01-20 22:37:11 +02:00
parent 5edc08fffb
commit e12510b718
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
4 changed files with 11 additions and 0 deletions

8
xorg/libva/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install

1
xorg/libva/checksums Normal file
View File

@ -0,0 +1 @@
486bb6b5761db6e5a9f4475bd187e0bfa7309944cfc9734d496d41930353d6c5 libva-2.6.0.tar.bz2

1
xorg/libva/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/01org/libva/releases/download/2.6.0/libva-2.6.0.tar.bz2

1
xorg/libva/version Normal file
View File

@ -0,0 +1 @@
2.6.0 1