Commit Graph

5 Commits

Author SHA1 Message Date
robxnano 1ba1f05230 NetBSD: Build fixes
- Update python versions
- Add libjpeg-turbo to modules to avoid conflict
- Fix failure to make metainfo file
2023-07-20 11:21:29 +02:00
Ryo ONODERA f1f175ba15
configure: More verbose selection of python interpreters.
python3.7, python3.6 and python2.7 are common under NetBSD.
2019-06-18 10:40:27 -04:00
Bradley Sepos 7f06081aeb
make: Update python_launcher to accept Python 3. 2019-02-26 16:19:48 -05:00
Bradley Sepos 11c4d909c7
build: Make hashbangs more compatible. 2017-12-02 15:49:23 -05:00
KonaBlend 24d3dc934d 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.
2016-05-25 15:45:03 -04:00