shaka-packager/build/linux/unbundle
Kongqun Yang 0f24c7f9ac Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
..
README Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
expat.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
ffmpeg.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
flac.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
harfbuzz.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
icu.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
jsoncpp.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
libevent.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
libjpeg.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
libpng.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
libusb.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
libvpx.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
libwebp.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
libxml.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
libxslt.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
openssl.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
opus.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
re2.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
replace_gyp_files.py Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
snappy.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
speex.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
sqlite.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
v8.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
zlib.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00

README

This directory contains files that make it possible to use system libraries.

For more info please read the following:

 - https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries
 - https://wiki.gentoo.org/wiki/Why_not_bundle_dependencies
 - http://www.debian.org/doc/debian-policy/ch-source.html#s-embeddedfiles

For more Chromium-specific context please read
http://spot.livejournal.com/312320.html .

This directory is provided in the source tree to follow above guidelines.
It is a compromise solution which takes into account Chromium developers
who want to avoid the perceived burden of more conditional code in gyp,
and expectations of Open Source community, where using system-provided
libraries is the norm.

Usage:

replace_gyp_files.py <gyp-flags>

For example: replace_gyp_files.py -Duse_system_harfbuzz=1

The script ignores flags other than -D for convenience. This makes it possible
to have a variable e.g. ${myconf} with all the options, and execute:

build/linux/unbundle/replace_gyp_files.py ${myconf}
build/gyp_chromium ${myconf}