Commit dfd59a02 authored by bungeman's avatar bungeman Committed by Commit bot

Roll src/third_party/freetype2 495a23fce9cd:1dd5f5f4a90

Summary of changes available at:
https://chromium.googlesource.com/chromium/src/third_party/freetype2/+log/495a23fce9cd..1dd5f5f4a90

CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel

This updates from Precise FreeType 2.4.8-1ubuntu2.1 to 2.4.8-1ubuntu2.2.

BUG=454426

Review URL: https://codereview.chromium.org/1108843002

Cr-Commit-Position: refs/heads/master@{#327087}
parent 035c54c9
...@@ -414,7 +414,7 @@ deps_os = { ...@@ -414,7 +414,7 @@ deps_os = {
# Note that this is different from Android's freetype repo. # Note that this is different from Android's freetype repo.
'src/third_party/freetype2/src': 'src/third_party/freetype2/src':
Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + '495a23fce9cd125f715dc20643d14fed226d76ac', Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + '1dd5f5f4a909866f15c92a45c9702bce290a0151',
# Build tools for Chrome OS. # Build tools for Chrome OS.
'src/third_party/chromite': 'src/third_party/chromite':
......
Name: freetype2 Name: freetype2
URL: git://git.sv.nongnu.org/freetype/freetype2.git URL: git://git.sv.nongnu.org/freetype/freetype2.git
Version: 2.4.8-1ubuntu2.1 Version: 2.4.8-1ubuntu2.2
Security Critical: no Security Critical: no
License: BSD License: BSD
License File: NOT_SHIPPED License File: NOT_SHIPPED
...@@ -10,10 +10,22 @@ Description: ...@@ -10,10 +10,22 @@ Description:
This mirrors the version of Freetype2 that was distributed with Ubuntu Precise This mirrors the version of Freetype2 that was distributed with Ubuntu Precise
(Version 2.4.8, git hash 9d7f0957fbd10fdbabf9815e37857a910ad4f4ac, plus (Version 2.4.8, git hash 9d7f0957fbd10fdbabf9815e37857a910ad4f4ac, plus
applicable debian/patches-freetype as seen in applicable debian/patches-freetype as seen in
https://launchpad.net/ubuntu/lucid/+source/freetype ). On Ubuntu Precise https://launchpad.net/ubuntu/lucid/+source/freetype ).
this code should be the same as the result of
apt-get source freetype && cd freetype-2.4.8/ && ./debian/rules patch To get the code and patches:
sudo apt-add-repository -s "deb http://archive.ubuntu.com/ubuntu precise-security main"
sudo apt-key update
sudo apt-get update
apt-get source -t precise freetype=2.4.8-1ubuntu2.2
and then to apply the patches (quilt):
cd freetype-2.4.8/
./debian/rules patch
The tree produced by this should match the tree in this repo on the
chromium/ubuntu/precise branch.
The build files should approximate the output of The build files should approximate the output of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment