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

Unified Diff: third_party/xvfb/building/fetch-source

Issue 9600031: Move xvfb. Add llvmpipe.so. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 8 years, 10 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
Index: third_party/xvfb/building/fetch-source
===================================================================
--- third_party/xvfb/building/fetch-source (revision 0)
+++ third_party/xvfb/building/fetch-source (working copy)
@@ -4,10 +4,9 @@
# found in the LICENSE file.
# This is here to record where we fetched the source packages.
-
function getxfromy() {
if [ \! -f "$1" ] ; then
- wget "$2"/"$1"
+ wget -O "$1" "$2"/"${3-${1}}"
fi
}
@@ -33,6 +32,8 @@
http://xorg.freedesktop.org/releases/individual/xserver
getxfromy libdrm-2.4.26.tar.gz http://dri.freedesktop.org/libdrm
-getxfromy MesaGLUT-7.11.tar.gz ftp://ftp.freedesktop.org/pub/mesa/7.11
-getxfromy MesaLib-7.11.tar.gz ftp://ftp.freedesktop.org/pub/mesa/7.11
+
getxfromy libXmu-1.0.5.tar.gz http://ftp.x.org/pub/individual/lib
+
+mesa=${MESA_VER-8.0.1}
+getxfromy MesaLib-${mesa}.tar.gz ftp://ftp.freedesktop.org/pub/mesa/${mesa}

Powered by Google App Engine
This is Rietveld 408576698