Merge pull request #7029 from Rmys/master

chromium-browser:ver. bump
This commit is contained in:
Rmys
2019-08-28 12:22:47 +03:00
committed by GitHub
3 changed files with 20 additions and 16 deletions
+5 -4
View File
@@ -20,10 +20,11 @@ def setup():
shelltools.system("mkdir -p third_party/node/linux/node-linux-x64/bin")
shelltools.system("ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/")
for LIB in ["freetype", "flac", "ffmpeg", "fontconfig", "harfbuzz-ng", "libdrm", "libjpeg", "libxml" ,"libxslt", "libwebp", "opus", "re2", "snappy", "yasm"]:
shelltools.system('find -type f -path "*third_party/$LIB/*" \! -path "*third_party/$LIB/chromium/*" \! -path "*third_party/$LIB/google/*" \! -regex ".*\.\(gn\|gni\|isolate\|py\)" -delete')
shelltools.system("build/linux/unbundle/replace_gn_files.py --system-libraries flac ffmpeg fontconfig freetype harfbuzz-ng libdrm libjpeg libxml libxslt libwebp opus re2 snappy yasm")
#for LIB in ["freetype", "flac", "ffmpeg", "fontconfig", "harfbuzz-ng", "libdrm", "libjpeg", "libxml" ,"libxslt", "libwebp", "opus", "re2", "snappy", "yasm"]:
#shelltools.system('find -type f -path "*third_party/$LIB/*" \! -path "*third_party/$LIB/chromium/*" \! -path "*third_party/$LIB/google/*" \! -regex ".*\.\(gn\|gni\|isolate\|py\)" -delete')
#shelltools.system("build/linux/unbundle/replace_gn_files.py --system-libraries flac ffmpeg fontconfig freetype harfbuzz-ng libdrm libjpeg libxml libxslt libwebp opus re2 snappy yasm")
shelltools.system("sed -i -e 's/\<xmlMalloc\>/malloc/' -e 's/\<xmlFree\>/free/' \
third_party/blink/renderer/core/xml/*.cc \
+5 -4
View File
@@ -1,12 +1,13 @@
--- third_party/skia/src/ports/SkFontHost_FreeType.cpp.orig 2019-01-20 10:54:56.415239030 +0000
+++ third_party/skia/src/ports/SkFontHost_FreeType.cpp 2019-01-20 10:55:05.695307733 +0000
@@ -121,8 +121,8 @@ public:
--- third_party/skia/src/ports/SkFontHost_FreeType.cpp.orig 2019-07-19 11:08:34.770972665 +0000
+++ third_party/skia/src/ports/SkFontHost_FreeType.cpp 2019-07-19 11:08:44.274442065 +0000
@@ -128,9 +128,9 @@ public:
: fGetVarDesignCoordinates(nullptr)
, fGetVarAxisFlags(nullptr)
, fLibrary(nullptr)
- , fIsLCDSupported(false)
- , fLCDExtra(0)
+ , fIsLCDSupported(true)
, fLightHintingIsYOnly(false)
- , fLCDExtra(0)
+ , fLCDExtra(2)
{
if (FT_New_Library(&gFTMemory, &fLibrary)) {
+10 -8
View File
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA>
<Summary>A WebKit powered web browser</Summary>
<Description>Chromium-browser is an open-source web browser, powered by WebKit.</Description>
<Archive type="tarxz" sha1sum="80b6f953dc16af024e584ff36d1f1a39e79cc0c1">http://gsdview.appspot.com/chromium-browser-official/chromium-75.0.3770.144.tar.xz</Archive>
<Archive type="tarxz" sha1sum="89d022608b8c7a13752563ed3bbd9e5931b2d289">http://gsdview.appspot.com/chromium-browser-official/chromium-76.0.3809.111.tar.xz</Archive>
<BuildDependencies>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>at-spi2-atk-devel</Dependency>
@@ -94,13 +94,8 @@
<Dependency>libopus-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">chromium-fix-window-flash-for-some-WMs.patch</Patch>
<Patch level="0">chromium-skia-harmony.patch</Patch>
<!-- <Patch level="1">chromium-system-icu.patch</Patch> -->
<Patch level="1">chromium-widevine.patch</Patch>
<Patch level="1">libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch</Patch>
<Patch level="1">disallow-partial-swaps-for-linux-based-on-gl_version.patch</Patch>
<Patch level="1">chromium-non-const-deltas.patch</Patch>
</Patches>
</Source>
<Package>
@@ -180,8 +175,15 @@
</Package>
<History>
<Update release="15">
<Date>2019-08-16</Date>
<Version>76.0.3809.111</Version>
<Comment>Version Bump.</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="14">
<Date>2019-07-26</Date>
<Date>2019-07-22</Date>
<Version>75.0.3770.144</Version>
<Comment>Version Bump.</Comment>
<Name>Idris Kalp</Name>
@@ -286,4 +288,4 @@
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>