Commit graph

76 commits

Author SHA1 Message Date
heitbaum
da41c0997a chrome: update to 96.0.4664.45 and addon (111) 2021-11-16 20:02:05 +11:00
Guillaume LECERF
d28bb7c9fb chrome: update changelog 2021-10-30 23:50:02 +02:00
Guillaume LECERF
d073e49aa3 chrome: allow setting a custom user-agent 2021-10-30 23:49:49 +02:00
Guillaume LECERF
8f290b41dc chrome: versions >=91 use new flags to enable hardware accelerated video decode 2021-10-30 23:49:40 +02:00
Guillaume LECERF
03e5973a68 chrome: fix dark mode toggle
Fixes: 788fcf6
2021-10-30 23:49:19 +02:00
Guillaume LECERF
73b0cec823 chrome: use pulseaudio when available 2021-10-30 23:49:15 +02:00
heitbaum
a9b7bef782 chrome: update to 95.0.4638.54 and addon (109) 2021-10-25 01:06:19 +11:00
heitbaum
cecf46eb3e chrome: update to 93.0.4577.63 and addon (108) 2021-10-02 21:58:02 +10:00
heitbaum
6774471e60 chrome: update to 92.0.4515.107 (107)
https://www.chromestatus.com/features/schedule
2021-07-22 12:41:28 +00:00
CvH
9080c900ff chrome: update to 91.0.4472.114 2021-06-20 12:57:56 +02:00
heitbaum
d9b32ac075 chrome-libxshmfence: initial package 2021-04-05 11:42:41 +00:00
heitbaum
3f11a26d56 chrome: update to 89.0.4389.114 and fix gtk3 compile issues and addon (105) 2021-04-04 08:04:18 +00:00
Ian Leonard
eeab3d92b4 addons: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:41 +00:00
heitbaum
5f16926560 chrome: update dependancy from harfbuzz to harfbuzz-icu 2021-01-01 10:39:11 +00:00
mglae
4f26cde439 chrome: downloader fixes 2020-12-10 20:09:35 +01:00
CvH
4887950c28 chrome: cleanup package 2020-11-30 15:40:30 +01:00
CvH
0066322453 chrome: update to 87.0.4280 2020-11-30 15:40:30 +01:00
CvH
53db15507a chrome: add libxkbcommon 2020-11-22 23:02:43 +01:00
mglae
2e7c831e8b chrome: default.py cleanup
- don't import expensive 'oe' module for a log function with wrong module name printout.
- fix "WARNING <general>: CPythonInvoker(1, /storage/.kodi/addons/browser.chrome/default.py): the python script "/storage/.kodi/addons/browser.chrome/default.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE"
2020-11-16 23:49:33 +01:00
mglae
d0a4824728 chrome: fix getting default audio device
Setting "audiooutput.audiodevice" was not found any more because
settings format has be changed to version 2.

Read the setting value via Kodi json RPC.
2020-11-16 23:49:31 +01:00
ToniCipriani
788fcf60ed chrome: add Dark Mode Toggle 2020-06-14 21:38:19 +02:00
CvH
c52e4a0726 chrome: add missing lib to addon 2020-06-14 21:34:31 +02:00
Andre Heider
b7c1a9dd6e chrome: cleanup and use the "sysroot" build flag
As with system-tools before.

Use PKG_DEPENDS_CONFIG where appropriate.
2020-02-10 08:53:39 +01:00
Andre Heider
af26416f08 cups: disable installing to sysroot 2019-12-31 11:26:49 +01:00
Andre Heider
3c8862a701 build: add and use get_install_dir()
Don't hardcode get_build_dir()/.install_pkg in multiple places.
2019-12-31 11:26:49 +01:00
Christian Hewitt
e5dedd7ff3
Merge pull request #3993 from MilhouseVH/le10_get_addon_id
LibreELEC-settings: make it easier to disable, or use alternative
2019-12-11 13:53:02 +08:00
MilhouseVH
855c547f77 chrome: avoid hard coding settings addon id 2019-11-17 20:50:33 +00:00
MilhouseVH
eb8225aba3 chrome: python3 2019-11-17 00:24:19 +00:00
MilhouseVH
d4f6326142 packages: align source code licence usage with project licence 2019-03-26 18:05:50 +00:00
CvH
fae9504387 chrome-deps: don't copy to toolchain 2018-08-25 08:27:21 +02:00
CvH
2e5c2f0239 chrome: change lib paths 2018-08-23 22:49:46 +02:00
CvH
a0114d6fea chrome: fix download url 2018-08-10 14:30:23 +02:00
CvH
55de318596
chromium: build only for x86_64 2018-08-02 13:38:15 +02:00
CvH
ca33bf8cd7 spdx: packages/addons 2018-07-17 23:58:49 +02:00
CvH
0fb68be5d5 chromium: initial package (broken) 2018-06-25 16:33:03 +02:00
CvH
6b4eac3ba1 chrome: initial add-on 2018-06-25 16:33:03 +02:00
Lukas Rusak
3c24cd2e78 chromium: remove package 2018-06-25 16:31:36 +02:00
Matthias Reichl
e730bdb6a7 chromium: drop lto build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Sascha Kuehndel (InuSasha)
8827a540aa
buildsystem: add BUILD_FLAG support
- replace strip_lto/strip_gold (only allowed to disable)
- add flag for PIC feature
- add flag to stop build parallel
- add support for hardening option (initial copy from debian 9)

All build parameters, are added in setup_toolchain.
`PKG_[FLAG]_[HOST/TARGET]_ENABLED` variable is introduced for checking the flag (yes/no) in the package.mk

Thanks to @MilhouseVH, for support and fixing
2018-03-07 18:35:01 +01:00
Sascha Kuehndel (InuSasha)
a335383993
chromium: security fix to 63.0.3239.108 2017-12-18 22:52:01 +01:00
Sascha Kuehndel (InuSasha)
65364d0d3e
chromium: update to 63.0.3239.84 2017-12-14 16:48:20 +01:00
Sascha Kuehndel (InuSasha)
9796b59ceb
chromium: update to 62.0.3202.62 2017-12-14 16:48:20 +01:00
Sascha Kuehndel (InuSasha)
9d2b6be4e0
chromium: improve start script 2017-12-14 16:48:20 +01:00
Sascha Kuehndel (InuSasha)
de77a797a4
chromium: update to 61.0.3163.100 2017-12-14 16:48:20 +01:00
Sascha Kuehndel (InuSasha)
776887610a
chromium: fix settings dialog 2017-12-14 16:48:20 +01:00
Sascha Kuehndel (InuSasha)
f5b1d15e19
chromium: add sources of patches 2017-12-14 16:48:20 +01:00
Sascha Kuehndel (InuSasha)
8347aa342d
chromium: finalize update 2017-12-14 16:48:20 +01:00
Sascha Kuehndel (InuSasha)
60469b5e67
chromium: drop pre_make_target
we have make_target, already
2017-12-14 16:48:20 +01:00
Sascha Kuehndel (InuSasha)
78fcd39445
chromium: update to 61.0.3163.91 2017-12-14 16:48:20 +01:00
Sascha Kuehndel (InuSasha)
48830d24e3
chromium: move startparameter logic
from the kodi-plugin to the start-wrapper (no change from kodi, but easier for testing from console
2017-12-14 16:48:20 +01:00