Changelog for
freshplayerplugin-debuginfo-0.3.6-25.1.x86_64.rpm :
Thu Nov 17 13:00:00 2016 sor.alexeiAATTmeowr.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 3 14:00:00 2016 mpluskalAATTsuse.com
- Conflict with flash-player as having them both installed is
confusing firefox
Tue Apr 26 14:00:00 2016 hpjAATTurpla.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 13:00:00 2015 mpluskalAATTsuse.com
- Use cmake macro
Sat Dec 26 13:00:00 2015 sor.alexeiAATTmeowr.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 6 13:00:00 2015 sor.alexeiAATTmeowr.ru
- Provide flash-plugin instead of flash-player in PMBS.
- Install freshplayerplugin if both MozillaFirefox and
chromium-pepper-flash are installed.
Mon Oct 5 14:00:00 2015 sor.alexeiAATTmeowr.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 14:00:00 2015 olafAATTaepfle.de
- Add BuildRequires pkgconfig(vdpau)
Tue Aug 18 14:00:00 2015 sor.alexeiAATTmeowr.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 1 14:00:00 2015 sor.alexeiAATTmeowr.ru
- Don\'t provide flash-player outside PMBS to prevent accidental
install with a possible lack of chromium-pepper-flash.
Thu Jul 23 14:00:00 2015 sor.alexeiAATTmeowr.ru
- Update to 0.3.1:
* Add video decoding through VDPAU.
* Bugfixes.
Wed Jul 8 14:00:00 2015 iAATTmarguerite.su
- add clean.patch
* 3rdparty/angle has license problem, so strip it from source
fix boo#937244
Mon Jul 6 14:00:00 2015 olafAATTaepfle.de
- Disable Gtk3 support, it is not used
Fri Jun 26 14:00:00 2015 olafAATTaepfle.de
- Use pkgconfig as BuildRequires because it is used by cmake
Sat Jun 13 14:00:00 2015 iAATTmarguerite.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 14:00:00 2015 sor.alexeiAATTmeowr.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 14:00:00 2015 sor.alexeiAATTmeowr.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 13:00:00 2015 sor.alexeiAATTmeowr.ru
- Update to 0.2.3:
* Various bugfixes.
* Implement ppb_x509_certificate interface (is required by
prezi.com).
Tue Jan 13 13:00:00 2015 sor.alexeiAATTmeowr.ru
- Update to 0.2.2:
* Implement Flash DRM interface (Desktop PepperFlash does not
use it, you need one from ChromeOS).
* Fix malfunctioning nested submenus.
* Implement file chooser dialog.
* Fullscreen fixups, stop crashing on Alt-F4.
* Rework ALSA code, add optional PulseAudio support.
* Implement screen saver inhibition interface.
* Use GLX to create GL context, for both GL and GLES.
* Fix hangs caused by wrong nested message loop handling.
* Add quiet config option to decrease amount of output.
* Fix Referer bug.
- Build freshplayerplugin with libpulse.
- Fix path to Pepper Flash in library itself as well.
Sat Dec 13 13:00:00 2014 joerg.lorenzenAATTki.tng.de
- Removed some unneeded dependencies to enable build on
armv6l/armv6hl.
Thu Dec 11 13:00:00 2014 joerg.lorenzenAATTki.tng.de
- Update to 0.2.1.git20141204:
* Fix indentation.
* Remove xinerama from dependencies.
* Added dependencies to enable build on ARM CPU.
Thu Oct 23 14:00:00 2014 dmitry_rAATTopensuse.org
- Update to 0.2.1:
* No changelog available.
Sat Sep 6 14:00:00 2014 dmitry_rAATTopensuse.org
- Update to 0.2:
* No changelog available.
Sun May 18 14:00:00 2014 sor.alexeiAATTmeowr.ru
- Initial package.