packages: chromium-browser/chromium-daily-tarball.sh - update from http://s...

glen glen at pld-linux.org
Sun Sep 20 12:23:29 CEST 2009


Author: glen                         Date: Sun Sep 20 10:23:29 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- update from http://spot.fedorapeople.org/chromium/F12/chromium-4.0.212.0-0.1.20090916svn26424.fc12.src.rpm

---- Files affected:
packages/chromium-browser:
   chromium-daily-tarball.sh (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/chromium-browser/chromium-daily-tarball.sh
diff -u packages/chromium-browser/chromium-daily-tarball.sh:1.2 packages/chromium-browser/chromium-daily-tarball.sh:1.3
--- packages/chromium-browser/chromium-daily-tarball.sh:1.2	Sun Sep 20 12:11:21 2009
+++ packages/chromium-browser/chromium-daily-tarball.sh	Sun Sep 20 12:23:24 2009
@@ -118,7 +118,16 @@
    printf "[VERBOSE]: Removing unnecessary third_party bits\n"
 fi
 pushd src/third_party
-rm -rf bzip2/ libevent/ libjpeg/ libpng/ libxml/ libxslt/ nss/ nspr/ zlib/
+
+# First, just take out the sources for the items which have already been conditionalized so we're sure we're not using them.
+# We need to leave the .gyp files since this is how it finds the system libs.
+rm -rf bzip2/*.c bzip2/*.h bzip2/LICENSE libjpeg/*.c libjpeg/README* libpng/*.c libpng/*.h libpng/README* libpng/LICENSE zlib/*.c zlib/*.h zlib/contrib/ zlib/README*
+
+# Next, nuke the whole directories for things not yet conditionalized:
+rm -rf libevent/ libxml/ libxslt/ nss/ nspr/ icu/
+
+# Lastly, get rid of the ffmpeg binaries
+rm -rf ffmpeg/binaries
 popd
 
 # Get rid of .svn bits to save space
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/chromium-browser/chromium-daily-tarball.sh?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list