From 5b123260cbcac66e38ee180a8f528f137fa04c96 Mon Sep 17 00:00:00 2001 From: suvari Date: Wed, 10 May 2017 20:29:01 +0300 Subject: [PATCH 1/4] chromium-browser: patched for gcc --- .../web/chromium-browser/files/skia-avx2.patch | 15 +++++++++++++++ network/web/chromium-browser/pspec.xml | 7 ++++--- 2 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 network/web/chromium-browser/files/skia-avx2.patch diff --git a/network/web/chromium-browser/files/skia-avx2.patch b/network/web/chromium-browser/files/skia-avx2.patch new file mode 100644 index 0000000000..27e994d2e7 --- /dev/null +++ b/network/web/chromium-browser/files/skia-avx2.patch @@ -0,0 +1,15 @@ +Disable AVX2 code to prevent build failure with GCC + +Bug: https://bugs.gentoo.org/608640 + +--- a/third_party/skia/include/core/SkPreConfig.h ++++ b/third_party/skia/include/core/SkPreConfig.h +@@ -125,7 +125,7 @@ + // These checks must be done in descending order to ensure we set the highest + // available SSE level. + #if defined(__AVX2__) +- #define SK_CPU_SSE_LEVEL SK_CPU_SSE_LEVEL_AVX2 ++ #define SK_CPU_SSE_LEVEL SK_CPU_SSE_LEVEL_AVX + #elif defined(__AVX__) + #define SK_CPU_SSE_LEVEL SK_CPU_SSE_LEVEL_AVX + #elif defined(__SSE4_2__) \ No newline at end of file diff --git a/network/web/chromium-browser/pspec.xml b/network/web/chromium-browser/pspec.xml index 97a1151c2b..fea5bdcdff 100644 --- a/network/web/chromium-browser/pspec.xml +++ b/network/web/chromium-browser/pspec.xml @@ -97,6 +97,7 @@ pisilinux/last_commit_position.patch chromium-58.0.3029.81-system_ffmpeg-1.patch chromium-gn-bootstrap-r2.patch + skia-avx2.patch @@ -166,7 +167,7 @@ - 2017-04-30 + 2017-05-10 58.0.3029.81 Version Bump Mustafa Cinasal @@ -193,7 +194,7 @@ Ergün Salman poyraz76@pisilinux.org - + 2016-09-06 53.0.2785.92 Version Bump. @@ -236,4 +237,4 @@ admin@pisilinux.org - + \ No newline at end of file From a261b087b2005689de54498cc63692225291f47d Mon Sep 17 00:00:00 2001 From: suvari Date: Wed, 10 May 2017 23:10:27 +0300 Subject: [PATCH 2/4] ctags:rebuild, list.. --- main_35_list.txt | 10 ---------- programming/tool/ctags/pspec.xml | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/main_35_list.txt b/main_35_list.txt index a898933faa..89ab492629 100644 --- a/main_35_list.txt +++ b/main_35_list.txt @@ -24,7 +24,6 @@ 2016-06-09 /programming/environment/eric6/pspec.xml 2016-12-13 /system/installer/Calamares/pspec.xml 2016-06-08 /system/installer/calamares-theme-pisilinux/pspec.xml -2016-06-09 /network/share/librsync/pspec.xml 2016-12-12 /network/web/chromium-browser/pspec.xml 2016-07-02 /network/analyzer/gnu-netcat/pspec.xml 2016-06-09 /network/analyzer/libpcap/pspec.xml @@ -70,13 +69,4 @@ 2016-11-20 /desktop/kde/applications/kdeaudio-thumbnailer/pspec.xml 2016-08-26 /desktop/pisilinux/pisilinux-welcome/pspec.xml 2016-07-04 /desktop/pisilinux/pisiplayer/pspec.xml -2016-12-12 /editor/bluefish/pspec.xml -2016-07-18 /editor/cutemarked/pspec.xml -2016-06-09 /editor/emacs/emacs-color-theme/pspec.xml -2016-06-09 /editor/emacs/emacs-mmm-mode/pspec.xml -2016-06-10 /editor/emacs/emacs-php-mode/pspec.xml -2016-06-09 /editor/emacs/emacs /pspec.xml -2016-06-09 /editor/emacs/emacs-python/pspec.xml -2016-06-09 /editor/emacs/pymacs/pspec.xml -2016-11-06 /editor/discount/pspec.xml 2014-03-05 /hardware/mobile/usbmuxd/pspec.xml diff --git a/programming/tool/ctags/pspec.xml b/programming/tool/ctags/pspec.xml index 7c86227283..4c929252bf 100644 --- a/programming/tool/ctags/pspec.xml +++ b/programming/tool/ctags/pspec.xml @@ -31,7 +31,7 @@ - 2017-04-10 + 2017-05-10 5.8 Version bump. Ertuğrul Erata @@ -52,4 +52,4 @@ groni@pisilinux.org - + \ No newline at end of file From 2515cfe17f1db5bf92555f5ccae54f1fbed33098 Mon Sep 17 00:00:00 2001 From: suvari Date: Wed, 10 May 2017 23:32:42 +0300 Subject: [PATCH 3/4] konversation:rebuild --- desktop/kde/applications/konversation/pspec.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/desktop/kde/applications/konversation/pspec.xml b/desktop/kde/applications/konversation/pspec.xml index 0bcf124cea..99ff290bd2 100644 --- a/desktop/kde/applications/konversation/pspec.xml +++ b/desktop/kde/applications/konversation/pspec.xml @@ -56,6 +56,7 @@ knotifyconfig kparts kio + kcrash libgcc ki18n sonnet @@ -89,7 +90,7 @@ - 2017-03-09 + 2017-05-10 16.12.0 Rebuild for new Toolchain. Stefan Gronewold(groni) @@ -117,4 +118,4 @@ groni@pisilinux.org - + \ No newline at end of file From b0ccbb40a904cea424513332f42dd860c773f6df Mon Sep 17 00:00:00 2001 From: suvari Date: Thu, 11 May 2017 00:31:42 +0300 Subject: [PATCH 4/4] chromium --- network/web/chromium-browser/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/web/chromium-browser/pspec.xml b/network/web/chromium-browser/pspec.xml index fea5bdcdff..aa6f8af208 100644 --- a/network/web/chromium-browser/pspec.xml +++ b/network/web/chromium-browser/pspec.xml @@ -167,7 +167,7 @@ - 2017-05-10 + 2017-05-11 58.0.3029.81 Version Bump Mustafa Cinasal