Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,9 @@ +libX11.so.6 +libc.so.6 +libm.so.6 +libpthread.so.0 +libva-drm.so.1 +libva-wayland.so.1 +libva-x11.so.1 +libva.so.1 +libwayland-client.so.0 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,27 @@ +name : libva-utils +version : 1.8.2 +release : 1 +source : + - https://freedesktop.org/software/vaapi/releases/libva/libva-utils-1.8.2.tar.bz2 : 038cc320d6403a626d78a50aad6c8b70a13f2359cea1e0cf0ab773773135bf4c +license : MIT +component : xorg.display +summary : Libva-utils is a collection of tests for VA-API (VIdeo Acceleration API). +description: | + Libva-utils is a collection of tests for VA-API (VIdeo Acceleration API). +builddeps : + - pkgconfig(libdrm) + - pkgconfig(x11) + - pkgconfig(xext) + - pkgconfig(xfixes) + - pkgconfig(libva-x11) + - pkgconfig(wayland-client) + - pkgconfig(libva-wayland) +rundeps : + - libva +setup : | + %autogen --prefix=/usr \ + --disable-static +build : | + %make +install : | + %make_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,34 @@ + + + libva-utils + + Peter Cornelis + poltertec@gmail.com + + MIT + xorg.display + Libva-utils is a collection of tests for VA-API (VIdeo Acceleration API). + Libva-utils is a collection of tests for VA-API (VIdeo Acceleration API). + + https://solus-project.com/sources/README.Solus + + + libva-utils + Libva-utils is a collection of tests for VA-API (VIdeo Acceleration API). + Libva-utils is a collection of tests for VA-API (VIdeo Acceleration API). + + xorg.display + + /usr/bin + + + + + 2017-06-03 + 1.8.2 + Packaging update + Peter Cornelis + poltertec@gmail.com + + + \ No newline at end of file