commit: 35506c7c014973e97a1d4234d055dd018bb5d769
Author: Pawel Hajdan, Jr <phajdan.jr <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 7 21:18:42 2015 +0000
Commit: Paweł Hajdan <phajdan.jr <AT> gentoo <DOT> org>
CommitDate: Mon Dec 7 21:19:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35506c7c
www-client/chromium: beta channel bump (48.0.2564.23)
Package-Manager: portage-2.2.20.1
www-client/chromium/Manifest | 2 +-
...omium-48.0.2560.0.ebuild => chromium-48.0.2564.23.ebuild} | 12 ++++++++++--
www-client/chromium/files/chromium-system-icu-r0.patch | 11 +++++++++++
3 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index a87f49d..c84129c 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,3 +1,3 @@
DIST chromium-47.0.2526.73-lite.tar.xz 317476384 SHA256
f1b79a5c8dffc4606076fa6c1797aac0da2f3d0c41457eb271769413820987b0 SHA512
3a7d27d258c7b15a26f5a009c58d1d8a1b0ff181b427d63e01d610846eda94bf16c90bbbab5939dbdef187b90cbfb4b1ba1663d7b32804a6414399f96c274bc8
WHIRLPOOL
87b450ab5849baeb98738d47d43cf478db58072a0dcf7f54b9ffd0f2f479cb4aeff1bd3fb857383f9c4be80196589cd355186576c2d60d4f81f65f28ac9df1ea
-DIST chromium-48.0.2560.0.tar.xz 395160400 SHA256
d2c1b9ad53dcaa08302d1dbfa74dc5d003c3c62ce1cd4b6eaf05d274d1af462b SHA512
422b09b0cfafc8761d6addb178b065a7de8f72d0c312b2288a991916536c06403a819b4ec6e3bc37ff0c2fd1ba8b8929f4e43b57a732a03bd5531208cc48e10f
WHIRLPOOL
76bff863a212de3a74696e83924f9b5d4c70c045b9d309b0d25267458228761eee4505e2f5b93ac037358f14bc704a41ae03970c7f2ba96192a738fec611dae8
DIST chromium-48.0.2564.10.tar.xz 432060420 SHA256
1902d75d49d46c32a8c33f6de53c9253a63a364b85eb4ada1e8a9ba7c0f523d0 SHA512
7753dc19a50c862211c10975b3ad64a0408e3645df7b0ea548f8437c4c5380ad0bb350920eb8c6791e0685ae7ec921c6be720e337a17dffe4b73c56b74a2bc9a
WHIRLPOOL
a9ccb2872ad639886288581e1c7d9244f16965ef924395531701289cc69c5a9dfdc4a25175151d27b150acc8e4398c8d91ca5f8f3e623c3c85c8b99d913c4f00
+DIST chromium-48.0.2564.23.tar.xz 1099898120 SHA256
e9a5eeaedb1975a93d37bc865d3122cf28b7e3a246c06ba19204edaefbce1266 SHA512
72b253f39b561e53c0ef2220402ae15e8d2cdd1af8eab4d5fa8480316919df9059dddf4f4c0d027f78fd0db924b7cbd23d29d406808d18fa047ccddffb6701b3
WHIRLPOOL
c133e8e389b560efcc239e2f24bb3befd3fe8731bb2529aeee3f2ae04bf09e5d815ef805750c48dd549fb0b94c1ab77d94b03a0b8245cd537bdb204c79393761
diff --git a/www-client/chromium/chromium-48.0.2560.0.ebuild
b/www-client/chromium/chromium-48.0.2564.23.ebuild
similarity index 98%
rename from www-client/chromium/chromium-48.0.2560.0.ebuild
rename to www-client/chromium/chromium-48.0.2564.23.ebuild
index 2f6e233..49ea972 100644
--- a/www-client/chromium/chromium-48.0.2560.0.ebuild
+++ b/www-client/chromium/chromium-48.0.2564.23.ebuild
@@ -190,12 +190,13 @@ pkg_setup() {
}
src_prepare() {
- epatch "${FILESDIR}/${PN}-system-ffmpeg-r0.patch"
+ epatch "${FILESDIR}/${PN}-system-ffmpeg-r1.patch"
epatch "${FILESDIR}/${PN}-system-jinja-r7.patch"
epatch "${FILESDIR}/${PN}-widevine-r1.patch"
- epatch "${FILESDIR}/${PN}-werror-r0.patch"
epatch "${FILESDIR}/${PN}-last-commit-position-r0.patch"
epatch "${FILESDIR}/${PN}-snapshot-toolchain-r0.patch"
+ epatch "${FILESDIR}/${PN}-rpath-r0.patch"
+ epatch "${FILESDIR}/${PN}-system-icu-r0.patch"
epatch_user
@@ -334,6 +335,9 @@ src_configure() {
local myconf_gyp=""
local myconf_gn=""
+ # GN needs explicit config for Debug/Release as opposed to inferring it
from build directory.
+ myconf_gn+=" is_debug=false"
+
# Never tell the build system to "enable" SSE2, it has a few unexpected
# additions, bug #336871.
myconf_gyp+=" -Ddisable_sse2=1"
@@ -633,6 +637,10 @@ src_install() {
doins out/Release/*.bin || die
doins out/Release/*.pak || die
+ if use gn; then
+ doins out/Release/icudtl.dat || die
+ fi
+
doins -r out/Release/locales || die
doins -r out/Release/resources || die
diff --git a/www-client/chromium/files/chromium-system-icu-r0.patch
b/www-client/chromium/files/chromium-system-icu-r0.patch
new file mode 100644
index 0000000..e1e2135
--- /dev/null
+++ b/www-client/chromium/files/chromium-system-icu-r0.patch
@@ -0,0 +1,11 @@
+--- components/autofill/core/common/autofill_l10n_util.cc.orig 2015-12-07
11:46:37.738740329 +0000
++++ components/autofill/core/common/autofill_l10n_util.cc 2015-12-07
11:46:44.574878953 +0000
+@@ -22,7 +22,7 @@
+ // library. This could be due to a device-specific issue (has been seen in
+ // the wild on Android devices). In the failure case, |collator_| will be
+ // null. See http://crbug.com/558625.
+- icu_54::UnicodeString name;
++ icu::UnicodeString name;
+ std::string locale_name;
+ locale.getDisplayName(name).toUTF8String(locale_name);
+ LOG(ERROR) << "Failed to initialize the ICU Collator for "