Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mpv for openSUSE:Factory checked in at 2022-01-21 01:25:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mpv (Old) and /work/SRC/openSUSE:Factory/.mpv.new.1938 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mpv" Fri Jan 21 01:25:32 2022 rev:109 rq:947638 version:0.34.1+git.20220117T134844.22b0bac28e Changes: -------- --- /work/SRC/openSUSE:Factory/mpv/mpv.changes 2021-11-24 23:54:50.452404831 +0100 +++ /work/SRC/openSUSE:Factory/.mpv.new.1938/mpv.changes 2022-01-21 01:26:06.806302032 +0100 @@ -1,0 +2,21 @@ +Wed Jan 19 08:38:14 UTC 2022 - Enrico Belleri <[email protected]> + +- Update to version 0.34.1+git.20220117T134844.22b0bac28e: + * native pipewire AO + * Dolby Vision support + * player: fix autofit/geometry related segfault + * ao_oss: add missing PATH_DEV_MIXER define + * egl_helpers: fix context creation if GLES 3 is not available + * audio: stop corrupting audio on underreads + * wayland: fix a potential segfault on surface enter + * vo_gpu: opengl: fix wrong glMemoryBarrier call + * vo_gpu: opengl: create context at version 4.4 again + * af_lavcac3enc: fix memory leak on no-op + * subprocess: unblock/reset signals before running child process + * wayland: avoid doing unneccesary window resizes + + * See https://github.com/mpv-player/mpv/compare/9ca9066d05..22b0bac28e + or https://git.srsfckn.biz/mpv/log/?qt=range&q=9ca9066d05..22b0bac28e + for the complete changelog. + +------------------------------------------------------------------- Old: ---- mpv-0.34.0+git.20211101T154439.9ca9066d05.obscpio waf-2.0.20 New: ---- mpv-0.34.1+git.20220117T134844.22b0bac28e.obscpio waf-2.0.23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mpv.spec ++++++ --- /var/tmp/diff_new_pack.85HRi6/_old 2022-01-21 01:26:07.390298028 +0100 +++ /var/tmp/diff_new_pack.85HRi6/_new 2022-01-21 01:26:07.394298000 +0100 @@ -1,7 +1,7 @@ # # spec file for package mpv # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2015 Packman Team <[email protected]> # Copyright (c) 2012 Jiri Slaby <[email protected]> # Copyright (c) 2011-2012 Pascal Bleser <[email protected]> @@ -19,15 +19,15 @@ # -%define _waf_ver 2.0.20 -%define lname libmpv1 +%define _waf_ver 2.0.23 +%define lname libmpv2 Name: mpv -Version: 0.34.0+git.20211101T154439.9ca9066d05 +Version: 0.34.1+git.20220117T134844.22b0bac28e Release: 0 Summary: Advanced general-purpose multimedia player License: GPL-2.0-or-later Group: Productivity/Multimedia/Video/Players -URL: http://mpv.io/ +URL: http://mpv.io Source: %{name}-%{version}.tar.xz Source1: https://waf.io/waf-%{_waf_ver} Source2: %{name}.changes @@ -75,6 +75,7 @@ BuildRequires: pkgconfig(libv4l2) BuildRequires: pkgconfig(libva) >= 1.1.0 BuildRequires: pkgconfig(libva-x11) >= 1.1.0 +BuildRequires: pkgconfig(lua5.1) # Testing framework: disabled for now as it runs just 1 test # BuildRequires: pkgconfig(cmocka) >= 0.4.1 BuildRequires: pkgconfig(python3) @@ -106,11 +107,6 @@ %if 0%{?suse_version} >= 1550 || 0%{?sle_version} > 150300 BuildRequires: pkgconfig(mujs) %endif -%if 0%{?suse_version} >= 1500 -BuildRequires: pkgconfig(lua5.1) -%else -BuildRequires: pkgconfig(lua) -%endif %if 0%{?suse_version} > 1500 BuildRequires: pkgconfig(libva-wayland) >= 1.1.0 BuildRequires: pkgconfig(vulkan) >= 1.0.61 @@ -121,16 +117,15 @@ BuildRequires: pkgconfig(wayland-scanner) BuildRequires: pkgconfig(wayland-server) %endif +%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150300 +BuildRequires: pkgconfig(libpipewire-0.3) +%endif # JIT for lua. -%if 0%{?suse_version} >= 1500 %ifarch aarch64 %{ix86} x86_64 BuildRequires: pkgconfig(luajit) %else BuildRequires: pkgconfig(lua5.1) %endif -%else -BuildRequires: pkgconfig(lua) -%endif %description mpv is a movie player based on MPlayer and mplayer2. It supports a wide variety @@ -221,6 +216,9 @@ --enable-gl-wayland \ --enable-vulkan \ %endif +%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150300 + --enable-pipewire \ +%endif --enable-gl-x11 \ --enable-egl-x11 \ --enable-egl-drm \ @@ -237,16 +235,6 @@ # remove shebang sed -i -e '1d' %{buildroot}%{_datadir}/bash-completion/completions/mpv -%if 0%{?suse_version} < 1330 -%post -%desktop_database_post -%icon_theme_cache_post - -%postun -%desktop_database_postun -%icon_theme_cache_postun -%endif - %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig ++++++ _service ++++++ --- /var/tmp/diff_new_pack.85HRi6/_old 2022-01-21 01:26:07.434297726 +0100 +++ /var/tmp/diff_new_pack.85HRi6/_new 2022-01-21 01:26:07.438297699 +0100 @@ -3,8 +3,8 @@ <param name="url">https://github.com/mpv-player/mpv.git</param> <param name="scm">git</param> <param name="filename">mpv</param> - <param name="revision">v0.34.0</param> <!-- SET REVISION TO TAG, REMOVE THIS LINE TO UPDATE TO THE LAST COMMIT --> - <param name="versionprefix">0.34.0+git</param> + <param name="revision">22b0bac28e6c51651dedc7c270fc009309f2cb6b</param> <!-- SET REVISION TO TAG, REMOVE THIS LINE TO UPDATE TO THE LAST COMMIT --> + <param name="versionprefix">0.34.1+git</param> <param name="versionformat">%ci.%h</param> <param name="changesgenerate">enable</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.85HRi6/_old 2022-01-21 01:26:07.466297507 +0100 +++ /var/tmp/diff_new_pack.85HRi6/_new 2022-01-21 01:26:07.470297480 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/mpv-player/mpv.git</param> - <param name="changesrevision">9ca9066d052acecb5b05369141a76993a753ee1e</param></service></servicedata> + <param name="changesrevision">22b0bac28e6c51651dedc7c270fc009309f2cb6b</param></service></servicedata> (No newline at EOF) ++++++ mpv-0.34.0+git.20211101T154439.9ca9066d05.obscpio -> mpv-0.34.1+git.20220117T134844.22b0bac28e.obscpio ++++++ /work/SRC/openSUSE:Factory/mpv/mpv-0.34.0+git.20211101T154439.9ca9066d05.obscpio /work/SRC/openSUSE:Factory/.mpv.new.1938/mpv-0.34.1+git.20220117T134844.22b0bac28e.obscpio differ: char 49, line 1 ++++++ mpv.obsinfo ++++++ --- /var/tmp/diff_new_pack.85HRi6/_old 2022-01-21 01:26:07.510297205 +0100 +++ /var/tmp/diff_new_pack.85HRi6/_new 2022-01-21 01:26:07.514297178 +0100 @@ -1,6 +1,5 @@ name: mpv -version: 0.34.0+git.20211101T154439.9ca9066d05 -mtime: 1635777879 -commit: 9ca9066d052acecb5b05369141a76993a753ee1e - +version: 0.34.1+git.20220117T134844.22b0bac28e +mtime: 1642456124 +commit: 22b0bac28e6c51651dedc7c270fc009309f2cb6b
