Package Release Info

freshplayerplugin-0.3.7-bp150.2.3

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

freshplayerplugin

Change Logs

Version: 0.3.7-bp150.2.2
* Tue Aug 01 2017 i@marguerite.su
- Due to redhat#1402582, ragel's colm can't build and core dumps
  on non-x86_64 arch. As ragel is just a code generator, we
  can downgrade the buildrequires to ragel-6 (6.10) with no harm.
* Sun Jun 04 2017 sor.alexei@meowr.ru
- Update to version 0.3.7:
  * graphics: Add more fullscreen _NET_WM controls.
  * misc: drop libpdf and NaCl wrappers.
  * misc: Search for PepperFlash in Chrome component update
    directories.
* Thu Nov 17 2016 sor.alexei@meowr.ru
- Update to version 0.3.6:
  * graphics: Fix the off-by-one pixel issue in fullscreen scaling
    mode.
  * graphics: Try to flicker less.
  * misc: Use ICU for character set conversion, use WhatWG
    canonical encoding name conversion.
  * misc: Guess the default character encoding from a locale name.
  * misc: Guess GTK+ major version at run time.
- Rename clean.patch to freshplayerplugin-drop-angle.patch and
  simplify to ease maintainership.
* Sun Jul 03 2016 mpluskal@suse.com
- Conflict with flash-player as having them both installed is
  confusing firefox
* Tue Apr 26 2016 hpj@urpla.net
- Update to v0.3.5:
  * video: try /dev/video* instead of /dev/v4l/by-path/*
  * network: fix byte order in PPB_NetAddress
  * network: partially implement PPB_HostResolver;1.0 and
  PPB_UDPSocket;1.2
  * mics: keep task order in PPB_MessageLoop
- refresh clean patch
* Sat Dec 26 2015 mpluskal@suse.com
- Use cmake macro
* Sat Dec 26 2015 sor.alexei@meowr.ru
- Update to 0.3.4:
  * graphics: add non-XRender fallback paths.
  * graphics: use ANGLE GLES2 emulation layer by default.
  * graphics: restore mouse pointer when moved outside.
  * audio: request reduced latency when capturing via PulseAudio.
  * input: detect and handle mouse double clicks.
  * misc: add `make install` rule.
  * misc: add option to show version in context menu.
  * misc: call gdb for crash debugging.
  * misc: stop using -fvisibility directives.
- Use system libGLESv2.
- Rebase clean.patch.
- Remove cmake-install.patch: hardly reasonable now.
- Remove Chromium Pepper Flash path appending: handled upstream.
* Fri Nov 06 2015 sor.alexei@meowr.ru
- Provide flash-plugin instead of flash-player in PMBS.
- Install freshplayerplugin if both MozillaFirefox and
  chromium-pepper-flash are installed.
* Mon Oct 05 2015 sor.alexei@meowr.ru
- Update to 0.3.3:
  * graphics: update fullscreen size at the very end of transition.
  * net: implement PPB_NetAddress;1.0 inferface.
  * audio: add "noaudio" backend which only provide sync events.
  * misc: track origin threads of callbacks.
  * misc: drop libconfig dependency, use own config parser.
  * misc: avoid calling Javascript in NPP_SetWindow().
  * misc: fix -fvisibility=hidden build issue.
  * misc: rename file name to libfreshwrapper-flashplayer.so.
- Rebase clean.patch and cmake-install.patch.
* Mon Sep 21 2015 olaf@aepfle.de
- Add BuildRequires pkgconfig(vdpau)
* Tue Aug 18 2015 sor.alexei@meowr.ru
- Update to 0.3.2:
  * Fix fullscreen geometry issues (black screen with a tiny video
    in top left corner).
  * Synchronize with vertical blank in fullscreen mode.
  * Add autoconnect and server autostart configuration for JACK
    output.
  * Add NPAPI:AudioControl support.
- Do not build libpdf and NaCl plugins after all as they do not
  work (placeholders).
* Sat Aug 01 2015 sor.alexei@meowr.ru
- Don't provide flash-player outside PMBS to prevent accidental
  install with a possible lack of chromium-pepper-flash.
* Thu Jul 23 2015 sor.alexei@meowr.ru
- Update to 0.3.1:
  * Add video decoding through VDPAU.
  * Bugfixes.
* Wed Jul 08 2015 i@marguerite.su
- add clean.patch
  * 3rdparty/angle has license problem, so strip it from source
    fix boo#937244
* Mon Jul 06 2015 olaf@aepfle.de
- Disable Gtk3 support, it is not used
* Fri Jun 26 2015 olaf@aepfle.de
- Use pkgconfig as BuildRequires because it is used by cmake
* Sat Jun 13 2015 i@marguerite.su
- merge changelog w/ packman's. prepared for linking.
- add cmake-install.patch for installation options
- configuraion tweaks
  * src/config_pepperflash.c modification is outdated.
  * use append intead of replace for pepperflash_path,
    in case some users have Google Chrome installed.
  * enable hardware decoding for packman builds
  * enable KDE Plasma 5 option after package installaion.
- build libpdf.so and nacl plguins too
* Thu Jun 11 2015 sor.alexei@meowr.ru
- Update to 0.3.0:
  * Add audio capture support.
  * Implement UDP sockets and host resolver interfaces.
  * Stop postponing already started screen saver.
  * Implement custom cursors.
  * Add GLES2 shader translator from ANGLE.
  * Add video capture support.
  * Add H.264 video decode via VA-API.
- Switch to Gtk3.
* Sun Apr 26 2015 sor.alexei@meowr.ru
- Update to 0.2.4:
  * 3D (accelerated rendering) is enabled by default.
  * IMEs support (ibus and fcitx were tested).
  * Mouse wheel events support.
  * Screensaver inhibition fixes.
  * Playing audio through JACK.
  * High DPI screens support via device_scale parameter.
* Tue Feb 17 2015 sor.alexei@meowr.ru
- Update to 0.2.3:
  * Various bugfixes.
  * Implement ppb_x509_certificate interface (is required by
    prezi.com).
Version: 0.3.11-bp154.2.35
* Thu Aug 19 2021 Jan Engelhardt <jengelh@inai.de>
- Switch from ragel6 to ragel7
Version: 0.3.11-bp152.2.11
* Sat Feb 22 2020 Alexei Sorokin <sor.alexei@meowr.ru>
- Require flash-player-ppapi instead of chromium-pepper-flash.
* Tue Oct 29 2019 Luigi Baldoni <aloisio@gmx.com>
- Fix Factory build
* Thu Sep 12 2019 Luigi Baldoni <aloisio@gmx.com>
- 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 2018 sor.alexei@meowr.ru
- 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.