From 24d3dc934dbc4ec979c6376d3ed4f07607ba7bcd Mon Sep 17 00:00:00 2001 From: KonaBlend Date: Tue, 27 Oct 2015 17:52:39 -0400 Subject: Build: refactor fetch for contrib tarballs Fetch is now python-based and runs on the same version as does configure. The source script is make/fetch.py. New features: MD5 hash tracking for tarballs. Data values for all contribs added. Upon download, the file will be verified, and only then will it be moved into place inside downloads/ . Files that exist before the build system does a fetch will not be md5-checked. Multiple URLs for tarballs. Each module may specify one or more URLs and by convention the official HandBrake should be first when possible. Each URL is tried in sequence, and if it fails for any reason, the next URL is tried. If no URL succeeds, a hard-error is reported. Network fetching may be disabled via configure options. --disable-fetch will hard-error if a fetch is attempted. --accept-fetch-url=SPEC and --deny-fetch-url=SPEC offer an ACL-style mechanism using regex to match against URLs. For example, --accept-fecth-url='.*/download.handbrake.fr/.*' would skip any non-matching URLs. Build dependencies have been lightened. wget and curl are no longer required. TODO: GTK packaging should also be able to remove those deps. --- contrib/automake/module.defs | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/automake') diff --git a/contrib/automake/module.defs b/contrib/automake/module.defs index 72d39e6b0..d42542aad 100644 --- a/contrib/automake/module.defs +++ b/contrib/automake/module.defs @@ -2,3 +2,4 @@ $(eval $(call import.MODULE.defs,AUTOMAKE,automake,AUTOCONF)) $(eval $(call import.CONTRIB.defs,AUTOMAKE)) AUTOMAKE.FETCH.url = http://download.handbrake.fr/handbrake/contrib/automake-1.13.1.tar.bz2 +AUTOMAKE.FETCH.md5 = c66595aafe79e4e5455b4b3491fe6b05 -- cgit v1.2.3