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/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 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