Hello community, here is the log from the commit of package libva for openSUSE:Factory checked in at 2017-04-18 13:47:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libva (Old) and /work/SRC/openSUSE:Factory/.libva.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libva" Tue Apr 18 13:47:59 2017 rev:35 rq:488624 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libva/libva-gl.changes 2017-01-18 21:32:12.574024747 +0100 +++ /work/SRC/openSUSE:Factory/.libva.new/libva-gl.changes 2017-04-18 13:48:00.686740145 +0200 @@ -1,0 +2,40 @@ +Sat Apr 15 21:32:25 UTC 2017 - [email protected] + +- 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 - [email protected] + +- SLE merge: + * update to latest version, Intel Stack release 2016Q1 + (fate #315643-315645, 319159-319161, 319618) + * latest updates for sle12 (fate #315643-315645, 319159-319161, + 319618) + +------------------------------------------------------------------- +Tue Apr 11 12:17:11 UTC 2017 - [email protected] + +- Removed libva-wayland1 from bqaselibs.conf; add it to + baselibs.conf during a wayland build only; ugly I know ... This + is needed since otherwise source validator + ("osc service run source_validator") fails on sle + +------------------------------------------------------------------- +Tue Apr 11 10:30:03 UTC 2017 - [email protected] + +- sync openSUSE Leap/SLE build by making use of %is_opensuse macro; + we don't build wayland on SLE, but enable it on Leap + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/libva/libva.changes 2017-01-18 21:32:12.626017393 +0100 +++ /work/SRC/openSUSE:Factory/.libva.new/libva.changes 2017-04-18 13:48:00.718735617 +0200 @@ -1,0 +2,40 @@ +Sat Apr 15 21:32:25 UTC 2017 - [email protected] + +- 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 - [email protected] + +- SLE merge: + * update to latest version, Intel Stack release 2016Q1 + (fate #315643-315645, 319159-319161, 319618) + * latest updates for sle12 (fate #315643-315645, 319159-319161, + 319618) + +------------------------------------------------------------------- +Tue Apr 11 12:17:11 UTC 2017 - [email protected] + +- Removed libva-wayland1 from bqaselibs.conf; add it to + baselibs.conf during a wayland build only; ugly I know ... This + is needed since otherwise source validator + ("osc service run source_validator") fails on sle + +------------------------------------------------------------------- +Tue Apr 11 10:30:03 UTC 2017 - [email protected] + +- sync openSUSE Leap/SLE build by making use of %is_opensuse macro; + we don't build wayland on SLE, but enable it on Leap + +------------------------------------------------------------------- Old: ---- libva-1.7.3.tar.bz2 New: ---- libva-1.8.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libva-gl.spec ++++++ --- /var/tmp/diff_new_pack.Mnc9dr/_old 2017-04-18 13:48:01.502624667 +0200 +++ /var/tmp/diff_new_pack.Mnc9dr/_new 2017-04-18 13:48:01.502624667 +0200 @@ -18,7 +18,7 @@ # -%if 0%{?suse_version} <= 1310 +%if 0%{?suse_version} <= 1315 && !0%{?is_opensuse} %bcond_with wayland %else %bcond_without wayland @@ -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 @@ 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 @@ -197,6 +197,15 @@ %prep %setup -q -n %{_name}-%{version} +# Add "libva-wayland1" to baselibs.conf when enabling wayland build; +# ugly I know ...This is needed since otherwise source validator +# +# osc service run source_validator +# +# fails on sle +%if %{with wayland} +echo libva-wayland1 >> $RPM_SOURCE_DIR/baselibs.conf +%endif %build [ -d m4 ] || mkdir m4 @@ -276,21 +285,21 @@ %{_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) ++++++ libva.spec ++++++ --- /var/tmp/diff_new_pack.Mnc9dr/_old 2017-04-18 13:48:01.526621270 +0200 +++ /var/tmp/diff_new_pack.Mnc9dr/_new 2017-04-18 13:48:01.530620704 +0200 @@ -18,7 +18,7 @@ # -%if 0%{?suse_version} <= 1310 +%if 0%{?suse_version} <= 1315 && !0%{?is_opensuse} %bcond_with wayland %else %bcond_without wayland @@ -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 @@ 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 @@ -197,6 +197,15 @@ %prep %setup -q -n %{_name}-%{version} +# Add "libva-wayland1" to baselibs.conf when enabling wayland build; +# ugly I know ...This is needed since otherwise source validator +# +# osc service run source_validator +# +# fails on sle +%if %{with wayland} +echo libva-wayland1 >> $RPM_SOURCE_DIR/baselibs.conf +%endif %build [ -d m4 ] || mkdir m4 @@ -276,21 +285,21 @@ %{_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) ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.Mnc9dr/_old 2017-04-18 13:48:01.562616176 +0200 +++ /var/tmp/diff_new_pack.Mnc9dr/_new 2017-04-18 13:48:01.562616176 +0200 @@ -2,7 +2,6 @@ libva-drm1 libva-egl1 libva-glx1 -libva-wayland1 libva-x11-1 libva-devel requires -libva-<targettype> ++++++ libva-1.7.3.tar.bz2 -> libva-1.8.0.tar.bz2 ++++++ ++++ 56178 lines of diff (skipped)
