Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(390)

Unified Diff: third_party/freetype2/README.chromium

Issue 1108843002: Roll src/third_party/freetype2 495a23fce9cd:1dd5f5f4a90 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/freetype2/README.chromium
diff --git a/third_party/freetype2/README.chromium b/third_party/freetype2/README.chromium
index 9442685dedae1704cbf6b2e7956d13fc9a4827f1..f1afa521c7e45d98b6630792b91dba7ba6ef7baa 100644
--- a/third_party/freetype2/README.chromium
+++ b/third_party/freetype2/README.chromium
@@ -1,6 +1,6 @@
Name: freetype2
URL: git://git.sv.nongnu.org/freetype/freetype2.git
-Version: 2.4.8-1ubuntu2.1
+Version: 2.4.8-1ubuntu2.2
Security Critical: no
License: BSD
License File: NOT_SHIPPED
@@ -10,10 +10,22 @@ Description:
This mirrors the version of Freetype2 that was distributed with Ubuntu Precise
(Version 2.4.8, git hash 9d7f0957fbd10fdbabf9815e37857a910ad4f4ac, plus
applicable debian/patches-freetype as seen in
-https://launchpad.net/ubuntu/lucid/+source/freetype ). On Ubuntu Precise
-this code should be the same as the result of
+https://launchpad.net/ubuntu/lucid/+source/freetype ).
-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
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698