5494a5faea
- Switch from ragel6 to ragel7 so it can be deleted from factory OBS-URL: https://build.opensuse.org/request/show/913282 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/freshplayerplugin?expand=0&rev=36
271 lines
9.7 KiB
Plaintext
271 lines
9.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Aug 19 21:23:13 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Switch from ragel6 to ragel7
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 22 15:48:43 UTC 2020 - Alexei Sorokin <sor.alexei@meowr.ru>
|
|
|
|
- Require flash-player-ppapi instead of chromium-pepper-flash.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 29 16:00:08 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
- Fix Factory build
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 12 17:36:16 UTC 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 15:45:18 UTC 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 1 01:34:26 UTC 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 4 22:14:00 UTC 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 20:12:20 UTC 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 3 17:13:04 UTC 2016 - mpluskal@suse.com
|
|
|
|
- Conflict with flash-player as having them both installed is
|
|
confusing firefox
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 26 16:10:00 UTC 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 21:14:56 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Use cmake macro
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 26 18:01:34 UTC 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 6 19:00:45 UTC 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 5 14:45:54 UTC 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 07:12:22 UTC 2015 - olaf@aepfle.de
|
|
|
|
- Add BuildRequires pkgconfig(vdpau)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 18 14:51:38 UTC 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 1 11:31:32 UTC 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 11:32:54 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.3.1:
|
|
* Add video decoding through VDPAU.
|
|
* Bugfixes.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 8 14:02:12 UTC 2015 - i@marguerite.su
|
|
|
|
- add clean.patch
|
|
* 3rdparty/angle has license problem, so strip it from source
|
|
fix boo#937244
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 6 11:43:19 UTC 2015 - olaf@aepfle.de
|
|
|
|
- Disable Gtk3 support, it is not used
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 26 06:44:29 UTC 2015 - olaf@aepfle.de
|
|
|
|
- Use pkgconfig as BuildRequires because it is used by cmake
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 13 07:48:40 UTC 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 09:12:10 UTC 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 13:42:20 UTC 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 20:26:48 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.2.3:
|
|
* Various bugfixes.
|
|
* Implement ppb_x509_certificate interface (is required by
|
|
prezi.com).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 13 21:39:50 UTC 2015 - sor.alexei@meowr.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 18:13:32 UTC 2014 - joerg.lorenzen@ki.tng.de
|
|
|
|
- Removed some unneeded dependencies to enable build on
|
|
armv6l/armv6hl.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 11 21:58:57 UTC 2014 - joerg.lorenzen@ki.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 17:53:44 UTC 2014 - dmitry_r@opensuse.org
|
|
|
|
- Update to 0.2.1:
|
|
* No changelog available.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 6 08:31:48 UTC 2014 - dmitry_r@opensuse.org
|
|
|
|
- Update to 0.2:
|
|
* No changelog available.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 18 16:45:49 UTC 2014 - sor.alexei@meowr.ru
|
|
|
|
- Initial package.
|