Merge pull request #3524 from suvari/master
chromium-browser: patched for gcc
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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__)
|
||||
@@ -97,6 +97,7 @@
|
||||
<Patch level="1">pisilinux/last_commit_position.patch</Patch>
|
||||
<Patch level="1">chromium-58.0.3029.81-system_ffmpeg-1.patch</Patch>
|
||||
<Patch level="1">chromium-gn-bootstrap-r2.patch</Patch>
|
||||
<Patch level="1">skia-avx2.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
<Package>
|
||||
@@ -166,7 +167,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2017-04-30</Date>
|
||||
<Date>2017-05-10</Date>
|
||||
<Version>58.0.3029.81</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
@@ -193,7 +194,7 @@
|
||||
<Name>Ergün Salman</Name>
|
||||
<Email>poyraz76@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Update release="6">
|
||||
<Date>2016-09-06</Date>
|
||||
<Version>53.0.2785.92</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
@@ -236,4 +237,4 @@
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-04-10</Date>
|
||||
<Date>2017-05-10</Date>
|
||||
<Version>5.8</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
@@ -52,4 +52,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user