-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpi-chromium-mods_20190103_armhf.deb
- Loading branch information
Showing
9 changed files
with
244 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
CHROMIUM_FLAGS="--disable-quic --enable-fast-unload --enable-tcp-fast-open --disable-gpu-compositing --ppapi-flash-version=26.0.0.151" | ||
|
||
if grep -q ARMv6 /proc/cpuinfo; then | ||
CHROMIUM_FLAGS="${CHROMIUM_FLAGS} --disable-quic --enable-tcp-fast-open --disable-gpu-compositing" | ||
else | ||
CHROMIUM_FLAGS="${CHROMIUM_FLAGS} --disable-quic --enable-tcp-fast-open --disable-gpu-compositing --ppapi-flash-path=/usr/lib/chromium-browser/libpepflashplayer.so --ppapi-flash-args=enable_stagevideo_auto=0 --ppapi-flash-version=" | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"description": "Pepper Flash Player", | ||
"name": "Flapper", | ||
"version": "32.0.0.114", | ||
"x-flapper-revision": "95390", | ||
"x-ppapi-arch": "ia32", | ||
"x-ppapi-os": "linux", | ||
"x-ppapi-required-interfaces": [ | ||
"PPB_AudioConfig;1.1|PPB_AudioConfig;1.0", | ||
"PPB_AudioInput(Dev);0.4|PPB_AudioInput(Dev);0.3", | ||
"PPB_Audio;1.1|PPB_Audio;1.0", | ||
"PPB_BrowserFont_Trusted;1.0", | ||
"PPB_Buffer(Dev);0.4", | ||
"PPB_CharSet(Dev);0.4", | ||
"PPB_Core;1.0", | ||
"PPB_Crypto(Dev);0.1", | ||
"PPB_CursorControl(Dev);0.4", | ||
"PPB_FileChooser(Dev);0.6|PPB_FileChooser(Dev);0.5", | ||
"PPB_FileChooserTrusted;0.6|PPB_FileChooserTrusted;0.5", | ||
"PPB_FileRef;1.2|PPB_FileRef;1.1|PPB_FileRef;1.0", | ||
"PPB_Flash_Clipboard;5.1|PPB_Flash_Clipboard;5.0|PPB_Flash_Clipboard;4.0", | ||
"PPB_Flash_File_FileRef;2", | ||
"PPB_Flash_File_ModuleLocal;3", | ||
"PPB_Flash_FontFile;0.2|PPB_Flash_FontFile;0.1|PPB_PDF;1", | ||
"PPB_FlashFullscreen;1.0|PPB_FlashFullscreen;0.1", | ||
"PPB_Flash;13.0|PPB_Flash;12.6|PPB_Flash;12.5|PPB_Flash;12.4", | ||
"PPB_Flash_Menu;0.2", | ||
"PPB_Graphics2D;1.1|PPB_Graphics2D;1.0", | ||
"PPB_Graphics3D;1.0", | ||
"PPB_ImageData;1.0", | ||
"PPB_IMEInputEvent(Dev);0.2|PPB_IMEInputEvent(Dev);0.1", | ||
"PPB_InputEvent;1.0", | ||
"PPB_Instance;1.0", | ||
"PPB_Memory(Dev);0.1", | ||
"PPB_NetAddress_Private;1.1|PPB_NetAddress_Private;1.0|PPB_NetAddress_Private;0.1", | ||
"PPB_OpenGLES2ChromiumMapSub;1.0|PPB_OpenGLES2ChromiumMapSub(Dev);1.0|PPB_GLESChromiumTextureMapping(Dev);0.1", | ||
"PPB_OpenGLES2;1.0", | ||
"PPB_TCPSocket_Private;0.5|PPB_TCPSocket_Private;0.4|PPB_TCPSocket_Private;0.3", | ||
"PPB_TextInput(Dev);0.2|PPB_TextInput(Dev);0.1", | ||
"PPB_UDPSocket_Private;0.4|PPB_UDPSocket_Private;0.3", | ||
"PPB_URLLoader;1.0", | ||
"PPB_URLLoaderTrusted;0.3", | ||
"PPB_URLRequestInfo;1.0", | ||
"PPB_URLResponseInfo;1.0", | ||
"PPB_URLUtil(Dev);0.7|PPB_URLUtil(Dev);0.6", | ||
"PPB_Var;1.2|PPB_Var;1.1|PPB_Var;1.0", | ||
"PPB_VideoCapture(Dev);0.3", | ||
"PPB_View;1.2|PPB_View;1.1|PPB_View;1.0" | ||
] | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,142 @@ | ||
rpi-chromium-mods (20190103) stretch; urgency=medium | ||
|
||
* Version 32.0.0.114 of Flash player included | ||
|
||
-- Simon Long <[email protected]> Thu, 03 Jan 2019 08:55:22 +0000 | ||
|
||
rpi-chromium-mods (20181204) stretch; urgency=medium | ||
|
||
* Version 32.0.0.101 of Flash player included | ||
|
||
-- Simon Long <[email protected]> Tue, 04 Dec 2018 14:46:34 +0000 | ||
|
||
rpi-chromium-mods (20181120) stretch; urgency=medium | ||
|
||
* Version 31.0.0.153 of Flash player included | ||
|
||
-- Simon Long <[email protected]> Tue, 20 Nov 2018 14:07:30 +0000 | ||
|
||
rpi-chromium-mods (20181108) stretch; urgency=medium | ||
|
||
* Version 31.0.0.148 of Flash player included | ||
|
||
-- Simon Long <[email protected]> Thu, 08 Nov 2018 15:22:47 +0000 | ||
|
||
rpi-chromium-mods (20181008) stretch; urgency=medium | ||
|
||
* Version 31.0.0.122 of Flash player included | ||
|
||
-- Simon Long <[email protected]> Mon, 08 Oct 2018 15:45:12 +0100 | ||
|
||
rpi-chromium-mods (20180910) stretch; urgency=medium | ||
|
||
* Version 31.0.0.108 of Flash player included | ||
|
||
-- Simon Long <[email protected]> Mon, 10 Sep 2018 13:06:00 +0100 | ||
|
||
rpi-chromium-mods (20180817) stretch; urgency=medium | ||
|
||
* Version 3.0.0.154 of Flash player included | ||
|
||
-- Simon Long <[email protected]> Fri, 17 Aug 2018 10:22:32 +0100 | ||
|
||
rpi-chromium-mods (20180706) stretch; urgency=medium | ||
|
||
* Version 30.0.0.134 of Flash player included | ||
|
||
-- Simon Long <[email protected]> Fri, 06 Jul 2018 07:35:05 +0100 | ||
|
||
rpi-chromium-mods (20180626) stretch; urgency=medium | ||
|
||
* Remove PepperFlash command-line args when on Pi 0 or 1 | ||
|
||
-- Simon Long <[email protected]> Tue, 26 Jun 2018 13:15:29 +0100 | ||
|
||
rpi-chromium-mods (20180605) stretch; urgency=medium | ||
|
||
* Version 30.0.0.113 of Flash player included | ||
|
||
-- Simon Long <[email protected]> Tue, 05 Jun 2018 09:23:11 +0100 | ||
|
||
rpi-chromium-mods (20180516) stretch; urgency=medium | ||
|
||
* Modifications for compatibility with Chromium 65 | ||
|
||
-- Simon Long <[email protected]> Wed, 16 May 2018 13:15:59 +0100 | ||
|
||
rpi-chromium-mods (20180509) stretch; urgency=medium | ||
|
||
* Version 29.0.0.171 of Flash player included | ||
|
||
-- Simon Long <[email protected]> Wed, 09 May 2018 07:30:12 +0100 | ||
|
||
rpi-chromium-mods (20180409) stretch; urgency=medium | ||
|
||
* Version 29.0.0.140 of Flash player included | ||
|
||
-- Simon Long <[email protected]> Mon, 09 Apr 2018 07:16:33 +0100 | ||
|
||
rpi-chromium-mods (20180302) stretch; urgency=medium | ||
|
||
* Version 29.0.0.113 of Flash player included | ||
|
||
-- Simon Long <[email protected]> Fri, 02 Mar 2018 08:39:04 +0000 | ||
|
||
rpi-chromium-mods (20180207) stretch; urgency=medium | ||
|
||
* Version 28.0.0.161 of Flash player included | ||
|
||
-- Simon Long <[email protected]> Wed, 07 Feb 2018 11:39:10 +0000 | ||
|
||
rpi-chromium-mods (20180112) stretch; urgency=medium | ||
|
||
* Version 28.0.0.137 of Flash player included | ||
|
||
-- Simon Long <[email protected]> Fri, 12 Jan 2018 10:54:42 +0000 | ||
|
||
rpi-chromium-mods (20171113) stretch; urgency=medium | ||
|
||
* Version 27.0.0.187 of Flash player included | ||
|
||
-- Simon Long <[email protected]> Mon, 13 Nov 2017 14:52:19 +0000 | ||
|
||
rpi-chromium-mods (20171107) stretch; urgency=medium | ||
|
||
* Correct Flash version number in command line vars | ||
|
||
-- Simon Long <[email protected]> Tue, 07 Nov 2017 15:04:25 +0000 | ||
|
||
rpi-chromium-mods (20171026) stretch; urgency=medium | ||
|
||
* Version 27.0.0.183 of Flash player included | ||
|
||
-- Simon Long <[email protected]> Thu, 26 Oct 2017 07:09:57 +0100 | ||
|
||
rpi-chromium-mods (20171017) stretch; urgency=medium | ||
|
||
* Version 27.0.0.170 of Flash player included | ||
|
||
-- Simon Long <[email protected]> Tue, 17 Oct 2017 08:46:42 +0100 | ||
|
||
rpi-chromium-mods (20171016) stretch; urgency=medium | ||
|
||
* Version 27.0.0.159 of Flash player included | ||
|
||
-- Simon Long <[email protected]> Mon, 16 Oct 2017 07:45:21 +0100 | ||
|
||
rpi-chromium-mods (20170913) stretch; urgency=medium | ||
|
||
* Various install tweaks for x86/x64 versions | ||
|
||
-- Simon Long <[email protected]> Wed, 13 Sep 2017 07:52:28 +0100 | ||
|
||
rpi-chromium-mods (20170911) stretch; urgency=medium | ||
|
||
* Version 27.0.0.130 of Flash player included | ||
* Location of i386 master_preferences file updated for Chromium 60 | ||
|
||
-- Simon Long <[email protected]> Mon, 11 Sep 2017 12:01:37 +0100 | ||
|
||
rpi-chromium-mods (20170809) stretch; urgency=medium | ||
|
||
* Add Flash player version flag to fix Chromium warning | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
Package: rpi-chromium-mods | ||
Version: 20170809 | ||
Version: 20190103 | ||
Architecture: armhf | ||
Maintainer: Simon Long <[email protected]> | ||
Installed-Size: 19974 | ||
Depends: debconf, libc6 (>= 2.15), libgcc1 (>= 1:4.4.0), libstdc++6 (>= 4.9), debconf (>= 0.5) | debconf-2.0, chromium-browser (>= 55) | ||
Installed-Size: 19667 | ||
Pre-Depends: dpkg (>= 1.15.7.2) | ||
Depends: debconf, libc6 (>= 2.15), libgcc1 (>= 1:3.5), libstdc++6 (>= 4.9), debconf (>= 0.5) | debconf-2.0, chromium-browser (>= 65), chromium-codecs-ffmpeg-extra | ||
Section: unknown | ||
Priority: optional | ||
Homepage: <insert the upstream URL, if relevant> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/bin/sh | ||
|
||
ARCH=$(dpkg --print-architecture) | ||
|
||
if [ "$ARCH" != "armhf" ] ; then | ||
if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" ]; then | ||
dpkg-divert --package rpi-chromium-mods --rename --remove /usr/share/chromium/master_preferences | ||
fi | ||
dpkg-maintscript-helper rm_conffile /etc/chromium/master_preferences 20170809 -- "$@" | ||
fi | ||
|
||
# Automatically added by dh_installdebconf | ||
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then | ||
. /usr/share/debconf/confmodule | ||
db_purge | ||
fi | ||
# End automatically added section | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/sh | ||
|
||
ARCH=$(dpkg --print-architecture) | ||
|
||
if [ "$ARCH" != "armhf" ] ; then | ||
dpkg-divert --package rpi-chromium-mods --divert /usr/share/chromium/master_preferences.bak --rename /usr/share/chromium/master_preferences | ||
dpkg-maintscript-helper rm_conffile /etc/chromium/master_preferences 20170809 -- "$@" | ||
fi | ||
|
||
|