From 196420259fe0001749de0efcbccb184c1e8fb47c Mon Sep 17 00:00:00 2001 From: brad kittenbrink <brad@lindenlab.com> Date: Tue, 18 May 2010 11:55:00 -0700 Subject: [PATCH] VPLAT-237: Added windows and mac build of google_breakpad. A new library package for crash reporting. --- install.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/install.xml b/install.xml index 0c2fc60d3a1..1ac6f7d918f 100644 --- a/install.xml +++ b/install.xml @@ -583,6 +583,32 @@ </map> </map> </map> + <key>google_breakpad</key> + <map> + <key>copyright</key> + <string>Copyright (c) 2006, Google Inc.</string> + <key>description</key> + <string>An open-source multi-platform crash reporting system </string> + <key>license</key> + <string>bsd</string> + <key>packages</key> + <map> + <key>darwin</key> + <map> + <key>md5sum</key> + <string>34bb9d8dd8247fdbe238cf96813f333b</string> + <key>url</key> + <uri>http://viewer-source-downloads.s3.amazonaws.com/install_pkgs/google_breakpad-0.0.0-rev599-darwin-20100517.tar.bz2</uri> + </map> + <key>windows</key> + <map> + <key>md5sum</key> + <string>0dc3f96299a182cad538ff134547a2e3</string> + <key>url</key> + <uri>http://viewer-source-downloads.s3.amazonaws.com/install_pkgs/google_breakpad-0.0.0-rev599-windows-20100518.tar.bz2</uri> + </map> + </map> + </map> <key>googlemock</key> <map> <key>copyright</key> @@ -950,7 +976,7 @@ anguage Infrstructure (CLI) international standard</string> <key>md5sum</key> <string>1956228a93537f250b92f2929fa4ea40</string> <key>url</key> - <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/llqtwebkit-4.6+cookies-darwin-20100415.tar.bz2</uri> + <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/llqtwebkit-4.6+cookies-darwin-20100415.tar.bz2</uri> </map> <key>linux</key> <map> -- GitLab