automatic version update by autodist [release 51.0.2704.106-1mamba;Tue Jul 05 2016]
This commit is contained in:
parent
91fe6ee8a3
commit
bb24d29085
11
chromium-51.0.2704.106-PNGImageDecoder.patch
Normal file
11
chromium-51.0.2704.106-PNGImageDecoder.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cppg 2016-05-01 15:22:46.103607522 +0800
|
||||||
|
+++ b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp 2016-05-01 15:25:14.459753876 +0800
|
||||||
|
@@ -234,7 +234,7 @@
|
||||||
|
#endif
|
||||||
|
png_uint_32 profileLength = 0;
|
||||||
|
if (png_get_iCCP(png, info, &profileName, &compressionType, &profile, &profileLength)) {
|
||||||
|
- setColorProfileAndTransform(profile, profileLength, imageHasAlpha, false /* useSRGB */);
|
||||||
|
+ setColorProfileAndTransform((const char*)profile, profileLength, imageHasAlpha, false /* useSRGB */);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endif // PNG_iCCP_SUPPORTED
|
@ -1,6 +1,6 @@
|
|||||||
Name: chromium
|
Name: chromium
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
Version: 50.0.2661.94
|
Version: 51.0.2704.106
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An open-source browser project that aims to build a safer, faster, and more stable way to experience the web
|
Summary: An open-source browser project that aims to build a safer, faster, and more stable way to experience the web
|
||||||
Group: Graphical Desktop/Applications/Internet
|
Group: Graphical Desktop/Applications/Internet
|
||||||
@ -34,8 +34,9 @@ Patch16: chromium-34.0.1847.118-disable_depot_tools.patch
|
|||||||
Patch17: chromium-34.0.1847.137-glib-2.40.patch
|
Patch17: chromium-34.0.1847.137-glib-2.40.patch
|
||||||
Patch18: chromium-34.0.1847.137-gnome-keyring-3.12.patch
|
Patch18: chromium-34.0.1847.137-gnome-keyring-3.12.patch
|
||||||
Patch19: chromium-37.0.2062.120-chrome-wrapper-pepper-flash.patch
|
Patch19: chromium-37.0.2062.120-chrome-wrapper-pepper-flash.patch
|
||||||
Patch20: chromium-45.0.2454.101-fix-boringssl-posix.patch
|
Patch20: chromium-45.0.2454.101-fix-boringssl-posix.patch
|
||||||
Patch21: chromium-46.0.2490.86-buildfix.patch
|
Patch21: chromium-46.0.2490.86-buildfix.patch
|
||||||
|
Patch22: chromium-51.0.2704.106-PNGImageDecoder.patch
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libGConf-devel
|
BuildRequires: libGConf-devel
|
||||||
@ -194,6 +195,7 @@ Chromium is an open-source browser project that aims to build a safer, faster, a
|
|||||||
#%patch18 -p2
|
#%patch18 -p2
|
||||||
%patch19 -p1
|
%patch19 -p1
|
||||||
%patch21 -p1
|
%patch21 -p1
|
||||||
|
%patch22 -p1
|
||||||
#(
|
#(
|
||||||
#cd third_party/boringssl/src/
|
#cd third_party/boringssl/src/
|
||||||
#%patch20 -p1
|
#%patch20 -p1
|
||||||
@ -217,7 +219,7 @@ ln -sf %{_bindir}/llvm-symbolizer third_party/llvm-build/Release+Asserts/bin/
|
|||||||
sed -i '/-Wno-absolute-value/d' \
|
sed -i '/-Wno-absolute-value/d' \
|
||||||
build/common.gypi \
|
build/common.gypi \
|
||||||
third_party/ffmpeg/ffmpeg.gyp
|
third_party/ffmpeg/ffmpeg.gyp
|
||||||
|
#_EOF
|
||||||
#%ifarch x86_64
|
#%ifarch x86_64
|
||||||
#ln -sf %{_bindir}/ld.gold third_party/gold/gold64
|
#ln -sf %{_bindir}/ld.gold third_party/gold/gold64
|
||||||
#%else
|
#%else
|
||||||
@ -457,6 +459,9 @@ fi
|
|||||||
%{_mandir}/man1/chromium.1*
|
%{_mandir}/man1/chromium.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 05 2016 Automatic Build System <autodist@mambasoft.it> 51.0.2704.106-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu May 05 2016 Automatic Build System <autodist@mambasoft.it> 50.0.2661.94-1mamba
|
* Thu May 05 2016 Automatic Build System <autodist@mambasoft.it> 50.0.2661.94-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user