Hello community, here is the log from the commit of package freshplayerplugin for openSUSE:Leap:15.2 checked in at 2020-02-21 10:52:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/freshplayerplugin (Old) and /work/SRC/openSUSE:Leap:15.2/.freshplayerplugin.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "freshplayerplugin" Fri Feb 21 10:52:39 2020 rev:10 rq:777459 version:0.3.11 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/freshplayerplugin/freshplayerplugin.changes 2020-01-15 14:55:55.873605137 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.freshplayerplugin.new.26092/freshplayerplugin.changes 2020-02-21 10:53:07.567390297 +0100 @@ -1,0 +2,27 @@ +Tue Oct 29 16:00:08 UTC 2019 - Luigi Baldoni <[email protected]> + +- Fix Factory build + +------------------------------------------------------------------- +Thu Sep 12 17:36:16 UTC 2019 - Luigi Baldoni <[email protected]> + +- Update to version 0.3.11 + * misc: build compatibility with newer FFmpeg (AV-prefixed + macros); + * misc: stop using __thread for thread-local variables; + * graphics: add explicit fullscreen window position + configuration; + * misc: fix tests on big-endian machines; + * misc: mention that v0.3.10 existed, but without a changelog + entry. + +------------------------------------------------------------------- +Tue Aug 14 15:45:18 UTC 2018 - [email protected] + +- Update to version 0.3.9 (changes since 0.3.7): + * misc: Add NPN_PluginThreadAsyncCall emulation for Firefox 58. + * network: Stop using files with NPN_PostURL. +- Add freshplayerplugin-fix-no-hwdec.patch: Fix compilation with no + hardware acceleration. + +------------------------------------------------------------------- Old: ---- freshplayerplugin-0.3.7.tar.gz New: ---- freshplayerplugin-0.3.11.tar.gz freshplayerplugin-fix-no-hwdec.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ freshplayerplugin.spec ++++++ --- /var/tmp/diff_new_pack.AGAYZc/_old 2020-02-21 10:53:07.875390973 +0100 +++ /var/tmp/diff_new_pack.AGAYZc/_new 2020-02-21 10:53:07.879390982 +0100 @@ -1,7 +1,7 @@ # # spec file for package freshplayerplugin # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,21 +12,23 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %bcond_with restricted Name: freshplayerplugin -Version: 0.3.7 +Version: 0.3.11 Release: 0 Summary: PPAPI2NPAPI compatibility layer License: MIT Group: Productivity/Networking/Web/Browsers -Url: https://github.com/i-rinat/freshplayerplugin +URL: https://github.com/i-rinat/freshplayerplugin Source: https://github.com/i-rinat/freshplayerplugin/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE freshplayerplugin-drop-angle.patch bsc#937244 [email protected] Patch0: freshplayerplugin-drop-angle.patch +# PATCH-FIX-UPSTREAM freshplayerplugin-fix-no-hwdec.patch -- Fix compilation with no hardware acceleration. +Patch1: freshplayerplugin-fix-no-hwdec.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig @@ -40,6 +42,7 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(icu-uc) BuildRequires: pkgconfig(jack) +BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(libevent) BuildRequires: pkgconfig(libevent_pthreads) BuildRequires: pkgconfig(libpulse) @@ -85,6 +88,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 # Enable hardware accelerated decoding for PMBS. %if %{with restricted} @@ -117,8 +121,8 @@ %postun -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc ChangeLog COPYING README.md LICENSE +%license COPYING LICENSE +%doc ChangeLog README.md %config %{_sysconfdir}/freshwrapper.conf %{_libdir}/browser-plugins/libfreshwrapper-flashplayer.so ++++++ freshplayerplugin-0.3.7.tar.gz -> freshplayerplugin-0.3.11.tar.gz ++++++ ++++ 8758 lines of diff (skipped) ++++++ freshplayerplugin-fix-no-hwdec.patch ++++++ --- a/src/tables.c +++ b/src/tables.c @@ -38,7 +38,9 @@ #include <string.h> #include <time.h> #include <unistd.h> +#if HAVE_HWDEC #include <va/va_x11.h> +#endif NPNetscapeFuncs npn; struct display_s display;
