Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

freshplayerplugin-0.3.11-bp153.1.20 RPM for x86_64

From OpenSuSE Leap 15.3 for x86_64

Name: freshplayerplugin Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.3.11 Vendor: openSUSE
Release: bp153.1.20 Build date: Sat Mar 6 10:38:48 2021
Group: Productivity/Networking/Web/Browsers Build host: sheep85
Size: 592057 Source RPM: freshplayerplugin-0.3.11-bp153.1.20.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/i-rinat/freshplayerplugin
Summary: PPAPI2NPAPI compatibility layer
The main goal of this project is to get PPAPI (Pepper) Flash player
working in Firefox. This wrapper implements some kind of adapter
which will look like browser to PPAPI plugin and look like NPAPI
plugin for browser.

Provides

Requires

License

MIT

Changelog

* 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.
* 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).
* Tue Jan 13 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 2014 joerg.lorenzen@ki.tng.de
  - Removed some unneeded dependencies to enable build on
    armv6l/armv6hl.
* Thu Dec 11 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 2014 dmitry_r@opensuse.org
  - Update to 0.2.1:
    * No changelog available.

Files

/etc/freshwrapper.conf
/usr/lib64/browser-plugins/libfreshwrapper-flashplayer.so
/usr/share/doc/packages/freshplayerplugin
/usr/share/doc/packages/freshplayerplugin/ChangeLog
/usr/share/doc/packages/freshplayerplugin/README.md
/usr/share/licenses/freshplayerplugin
/usr/share/licenses/freshplayerplugin/COPYING
/usr/share/licenses/freshplayerplugin/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 14:54:44 2024