2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-01-03 00:20:09 -07:00

libva-utils: new package at 2.6.0

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

8
xorg/libva-utils/build Executable file
View File

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

View File

@ -0,0 +1 @@
2249b5d08bffc3862bbdcc9a6a4827afd504330b8d101564d39fe1a1e7adc426 libva-utils-2.6.0.tar.bz2

1
xorg/libva-utils/depends Normal file
View File

@ -0,0 +1 @@
mesa make

1
xorg/libva-utils/sources Normal file
View File

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

1
xorg/libva-utils/version Normal file
View File

@ -0,0 +1 @@
2.6.0 1