Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15
freshplayerplugin
freshplayerplugin.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File freshplayerplugin.changes of Package freshplayerplugin
------------------------------------------------------------------- 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.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor