diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -98,6 +98,7 @@ libva.so.1:va_FoolEnd libva.so.1:va_FoolInit libva.so.1:va_FoolMapBuffer +libva.so.1:va_MessagingInit libva.so.1:va_TracePutSurface libva.so.1:va_errorMessage libva.so.1:va_infoMessage diff --git a/abi_symbols32 b/abi_symbols32 --- a/abi_symbols32 +++ b/abi_symbols32 @@ -98,6 +98,7 @@ libva.so.1:va_FoolEnd libva.so.1:va_FoolInit libva.so.1:va_FoolMapBuffer +libva.so.1:va_MessagingInit libva.so.1:va_TracePutSurface libva.so.1:va_errorMessage libva.so.1:va_infoMessage diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : libva -version : 1.8.1 -release : 6 +version : 1.8.3 +release : 7 source : - - https://freedesktop.org/software/vaapi/releases/libva/libva-1.8.1.tar.bz2 : c1d5d85b6b40b76f37993b4da33388d3d73b64998dcbc160b7578e24ed775c73 + - https://github.com/01org/libva/releases/download/1.8.3/libva-1.8.3.tar.bz2 : 56ee129deba99b06eb4a8d4f746b117c5d1dc2ec5b7a0bfc06971fca1598ab9b license : MIT component : xorg.display summary : Video Acceleration (VA) API for Linux @@ -20,8 +20,7 @@ - libstdc++-32bit emul32 : yes setup : | - %configure --prefix=/usr \ - --disable-static + %configure --disable-static build : | %make install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ libva - Ikey Doherty - ikey@solus-project.com + Joey Riches + josephriches@gmail.com MIT xorg.display @@ -19,7 +19,6 @@ xorg.display - /usr/lib64/dri/dummy_drv_video.so /usr/lib64/lib*.so.* @@ -30,10 +29,9 @@ emul32 - libva + libva - /usr/lib32/ /usr/lib32/lib*.so.* @@ -44,8 +42,8 @@ programming.devel - libva-devel - libva-32bit + libva-devel + libva-32bit /usr/lib32/lib*.so @@ -59,7 +57,7 @@ programming.devel - libva + libva /usr/include/ @@ -68,12 +66,12 @@ - - 2017-04-12 - 1.8.1 + + 2017-09-16 + 1.8.3 Packaging update - Ikey Doherty - ikey@solus-project.com + Joey Riches + josephriches@gmail.com \ No newline at end of file