Accepting request 488127 from home:computersalat:devel:X11_XOrg

update to version 1.8.0

OBS-URL: https://build.opensuse.org/request/show/488127
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=84
This commit is contained in:
Stefan Dirsch 2017-04-16 20:04:37 +00:00 committed by Git OBS Bridge
parent a0a2922d65
commit 13c6e7f9f6
6 changed files with 79 additions and 45 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22bc139498065a7950d966dbdb000cad04905cbd3dc8f3541f80d36c4670b9d9
size 824490

3
libva-1.8.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb92f3dcbe3981df3575348377263b31361113c77b2c3745f23174d1f562d658
size 439905

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Apr 15 21:32:25 UTC 2017 - chris@computersalat.de
- update to version 1.8.0
* Bump VA API version to 0.40
* API: Change vaRenderPicture semantics that vaRenderPicture no
longer deletes the input buffer automatically.
* API: Add VA_FOURCC_I010 for 10bit surface
* API: Add vaSetErrorCallback and vaSetInfoCallback for error
and info message.
* va/drm: Update the support for Mesa Gallium driver
* va/drm: Fix authentication check for /dev/dri/card0
* Move all utilities and tests to libva-utils
(https://github.com/01org/libva-utils)
- disable obsolete vaapi-tools cause of move of all utilities to
libva-utils
-------------------------------------------------------------------
Tue Apr 11 14:38:45 UTC 2017 - sndirsch@suse.com

View File

@ -28,7 +28,7 @@
Name: libva-gl
%define _name libva
Version: 1.7.3
Version: 1.8.0
Release: 0
Summary: Video Acceleration (VA) API for Linux
License: MIT
@ -164,15 +164,15 @@ The library loads a hardware dependendent driver.
This package provides the development environment for libva.
%package -n vaapi-tools
Summary: Video Acceleration (VA) API for Linux
Group: System/Libraries
%description -n vaapi-tools
The libva library implements the Video Acceleration (VA) API for Linux.
The library loads a hardware dependendent driver.
This is a set of tools around vaapi livrary.
#%package -n vaapi-tools
#Summary: Video Acceleration (VA) API for Linux
#Group: System/Libraries
#
#%description -n vaapi-tools
#The libva library implements the Video Acceleration (VA) API for Linux.
#The library loads a hardware dependendent driver.
#
#This is a set of tools around vaapi livrary.
%if %{with wayland}
%package -n vaapi-wayland-tools
@ -285,21 +285,21 @@ find %{buildroot} -name '*.la' -delete -print
%{_libdir}/pkgconfig/libva*.pc
%else
%files -n vaapi-tools
%defattr(-,root,root,-)
%{_bindir}/vainfo
%{_bindir}/avcenc
%{_bindir}/h264encode
%{_bindir}/mpeg2vaenc
%{_bindir}/mpeg2vldemo
%{_bindir}/putsurface
%{_bindir}/loadjpeg
%{_bindir}/jpegenc
#%files -n vaapi-tools
#%defattr(-,root,root,-)
#%{_bindir}/vainfo
#%{_bindir}/avcenc
#%{_bindir}/h264encode
#%{_bindir}/mpeg2vaenc
#%{_bindir}/mpeg2vldemo
#%{_bindir}/putsurface
#%{_bindir}/loadjpeg
#%{_bindir}/jpegenc
%if %{with wayland}
%files -n vaapi-wayland-tools
%defattr(-,root,root)
%{_bindir}/putsurface_wayland
#%{_bindir}/putsurface_wayland
%files -n libva-wayland1
%defattr(-, root, root)

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Apr 15 21:32:25 UTC 2017 - chris@computersalat.de
- update to version 1.8.0
* Bump VA API version to 0.40
* API: Change vaRenderPicture semantics that vaRenderPicture no
longer deletes the input buffer automatically.
* API: Add VA_FOURCC_I010 for 10bit surface
* API: Add vaSetErrorCallback and vaSetInfoCallback for error
and info message.
* va/drm: Update the support for Mesa Gallium driver
* va/drm: Fix authentication check for /dev/dri/card0
* Move all utilities and tests to libva-utils
(https://github.com/01org/libva-utils)
- disable obsolete vaapi-tools cause of move of all utilities to
libva-utils
-------------------------------------------------------------------
Tue Apr 11 14:38:45 UTC 2017 - sndirsch@suse.com

View File

@ -28,7 +28,7 @@
Name: libva
%define _name libva
Version: 1.7.3
Version: 1.8.0
Release: 0
Summary: Video Acceleration (VA) API for Linux
License: MIT
@ -164,15 +164,15 @@ The library loads a hardware dependendent driver.
This package provides the development environment for libva.
%package -n vaapi-tools
Summary: Video Acceleration (VA) API for Linux
Group: System/Libraries
%description -n vaapi-tools
The libva library implements the Video Acceleration (VA) API for Linux.
The library loads a hardware dependendent driver.
This is a set of tools around vaapi livrary.
#%package -n vaapi-tools
#Summary: Video Acceleration (VA) API for Linux
#Group: System/Libraries
#
#%description -n vaapi-tools
#The libva library implements the Video Acceleration (VA) API for Linux.
#The library loads a hardware dependendent driver.
#
#This is a set of tools around vaapi livrary.
%if %{with wayland}
%package -n vaapi-wayland-tools
@ -285,21 +285,21 @@ find %{buildroot} -name '*.la' -delete -print
%{_libdir}/pkgconfig/libva*.pc
%else
%files -n vaapi-tools
%defattr(-,root,root,-)
%{_bindir}/vainfo
%{_bindir}/avcenc
%{_bindir}/h264encode
%{_bindir}/mpeg2vaenc
%{_bindir}/mpeg2vldemo
%{_bindir}/putsurface
%{_bindir}/loadjpeg
%{_bindir}/jpegenc
#%files -n vaapi-tools
#%defattr(-,root,root,-)
#%{_bindir}/vainfo
#%{_bindir}/avcenc
#%{_bindir}/h264encode
#%{_bindir}/mpeg2vaenc
#%{_bindir}/mpeg2vldemo
#%{_bindir}/putsurface
#%{_bindir}/loadjpeg
#%{_bindir}/jpegenc
%if %{with wayland}
%files -n vaapi-wayland-tools
%defattr(-,root,root)
%{_bindir}/putsurface_wayland
#%{_bindir}/putsurface_wayland
%files -n libva-wayland1
%defattr(-, root, root)