* [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-system-icu-r0.patch
@ 2010-10-07 6:39 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-10-07 6:39 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/10/07 06:39:19
Added: chromium-system-icu-r0.patch
Log:
Version bump for dev channel release. Dropped support for system SSL, chromium now does not compile with it.
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.1 www-client/chromium/files/chromium-system-icu-r0.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch?rev=1.1&content-type=text/plain
Index: chromium-system-icu-r0.patch
===================================================================
--- webkit/glue/plugins/pepper_private.cc.orig 2010-10-06 01:20:05.000000000 +0200
+++ webkit/glue/plugins/pepper_private.cc 2010-10-06 01:20:39.000000000 +0200
@@ -6,13 +6,14 @@
#include "webkit/glue/plugins/pepper_private.h"
+#include "unicode/usearch.h"
+
#include "app/resource_bundle.h"
#include "base/utf_string_conversions.h"
#include "grit/webkit_resources.h"
#include "grit/webkit_strings.h"
#include "skia/ext/platform_canvas.h"
#include "third_party/skia/include/core/SkBitmap.h"
-#include "third_party/icu/public/i18n/unicode/usearch.h"
#include "webkit/glue/webkit_glue.h"
#include "webkit/glue/plugins/pepper_image_data.h"
#include "webkit/glue/plugins/pepper_plugin_module.h"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-system-icu-r0.patch
@ 2011-03-01 14:41 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-03-01 14:41 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/03/01 14:41:18
Added: chromium-system-icu-r0.patch
Log:
Version bump for dev channel release.
(Portage version: 2.1.9.25/cvs/Linux i686)
Revision Changes Path
1.3 www-client/chromium/files/chromium-system-icu-r0.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch?r1=1.2&r2=1.3
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-system-icu-r0.patch
@ 2013-09-28 22:31 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2013-09-28 22:31 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 13/09/28 22:31:44
Modified: chromium-system-icu-r0.patch
Log:
Fix the patch and apply it, bug #486342 by floppym.
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 30427902)
Revision Changes Path
1.12 www-client/chromium/files/chromium-system-icu-r0.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch?r1=1.11&r2=1.12
Index: chromium-system-icu-r0.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- chromium-system-icu-r0.patch 28 Sep 2013 03:54:54 -0000 1.11
+++ chromium-system-icu-r0.patch 28 Sep 2013 22:31:44 -0000 1.12
@@ -1,14 +1,26 @@
---- build/linux/unbundle/icu.gyp.orig 2013-05-08 16:16:58.989728264 +0000
-+++ build/linux/unbundle/icu.gyp 2013-05-08 16:18:07.910115715 +0000
-@@ -7,6 +7,11 @@
+--- build/linux/unbundle/icu.gyp.orig 2013-09-27 18:18:50.531839532 +0000
++++ build/linux/unbundle/icu.gyp 2013-09-27 18:19:08.301950500 +0000
+@@ -7,6 +7,7 @@
{
'target_name': 'system_icu',
'type': 'none',
-+ 'direct_dependent_settings': {
-+ 'defines': [
-+ 'U_USING_ICU_NAMESPACE=0',
-+ ],
-+ },
- 'link_settings': {
- 'ldflags': [
- '<!@(icu-config --ldflags)',
++ 'toolsets': ['host', 'target'],
+ 'direct_dependent_settings': {
+ 'defines': [
+ 'U_USING_ICU_NAMESPACE=0',
+@@ -30,6 +31,7 @@
+ {
+ 'target_name': 'icui18n',
+ 'type': 'none',
++ 'toolsets': ['host', 'target'],
+ 'dependencies': ['system_icu'],
+ 'export_dependent_settings': ['system_icu'],
+ 'variables': {
+@@ -116,6 +118,7 @@
+ {
+ 'target_name': 'icuuc',
+ 'type': 'none',
++ 'toolsets': ['host', 'target'],
+ 'dependencies': ['system_icu'],
+ 'export_dependent_settings': ['system_icu'],
+ 'variables': {
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-09-28 22:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-01 14:41 [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-system-icu-r0.patch PaweA Hajdan (phajdan.jr)
-- strict thread matches above, loose matches on Subject: below --
2013-09-28 22:31 PaweA Hajdan (phajdan.jr)
2010-10-07 6:39 PaweA Hajdan (phajdan.jr)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox