summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Update to mingw-w64-build 9.2.0 (GCC 10.2 and friends).Bradley Sepos2020-12-121-127/+136
|
* scripts: Update to mac-toolchain-build 2.5.0.Bradley Sepos2020-10-181-21/+32
|
* flatpak: make manifest creation script python 3 compatibleJohn Stebbins2020-02-051-12/+12
|
* scripts: Update to mac-toolchain-build 2.1.0.Bradley Sepos2020-01-301-10/+10
|
* scripts: Update to mac-toolchain-build 2.0.0.Bradley Sepos2019-10-181-68/+156
| | | | Adds `--list` and `--jobs` options. Plus various improvements under the hood.
* scripts: Update to mingw-w64-build 8.0.0.Bradley Sepos2019-10-181-105/+218
| | | | Adds `--list`, `--force`, and `--jobs` options. Prevents Spotlight on macOS from indexing source and build directories (thousands of files during build). Plus various improvements under the hood.
* scripts: Update to mac-toolchain-build 1.2.0.Bradley Sepos2019-10-131-5/+5
|
* scripts: Update to mingw-w64-build 7.1.0.Bradley Sepos2019-10-131-13/+15
| | | | GCC 9.2.0.
* scripts: Update to mac-toolchain-build 1.1.0.Bradley Sepos2019-10-051-10/+14
| | | | Minor fixes and improvements to progress output.
* scripts: Update to mac-toolchain-build 1.0.0.Bradley Sepos2019-10-051-121/+473
| | | | Closes #2337.
* scripts: Update Mac toolchain to CMake 3.15.3.Bradley Sepos2019-09-241-8/+8
|
* scripts: Include meson and ninja in mac toolchain.Justin Bull2019-09-171-2/+27
|
* scripts: update builtin preset scriptJohn Stebbins2019-09-121-1/+1
| | | | | Script now puts the built-in preset header in the new header file location libhb/handbrake/
* scripts: Update mac-toolchain-buildNomis1012019-07-041-24/+24
| | | | Update mac-toolchain-build to newest versions of automake, cmake and nasm
* scripts: Update to mingw-w64-build 7.0.0.Bradley Sepos2019-06-241-70/+64
| | | | GCC 9.1, GDB 8.3.
* scripts: Update to mingw-w64-build 6.0.1.Bradley Sepos2019-03-311-2/+2
| | | | Fixes an issue with GDB makeinfo path.
* Update to mingw-w64-build 6.0.0.Bradley Sepos2019-03-311-63/+189
| | | | Adds winpthreads and gdb. Disable gdb with --disable-gdb.
* flatpak: add Intel MediaSDK pluginJohn Stebbins2019-03-071-3/+23
| | | | | | | | | | | | | | | | | | | | | Defines a flatpak manifest that is used to download and build all the dependencies for MediaSDK 19.1.pre2. These are built into a flatpak plugin that can be installed independently from the main HandBrake flatpak. When the plugin is installed, HandBrake gains the ability to do QSV encoding with the latest MediaSDK and VA drivers. When HandBrake is configured with '--flatpak --enable-qsv' and 'make pkg.create.flatpak' is run, both the HandBrake flatpak and the MediaSDK plugin will be built. The name of the MediaSDK plugin file is: fr.handbrake.plugin.IntelMediaSDK-$(HB.version)-$(HB.machine).flatpak I've also changed the the name of the HandBrake flatpak file to conform better with flatpak naming: fr.handbrake.ghb-$(HB.version)-$(HB.machine).flatpak fr.handbrake.HandBrakeCLI-$(HB.version)-$(HB.machine).flatpak
* flatpak: allow building with QSV enabledJohn Stebbins2019-03-071-4/+13
|
* configure: gtk: make: scripts: Make scripts compatible with Python 3.Bradley Sepos2019-02-251-6/+7
|
* scripts: Update to mingw-w64-build 5.0.0.Bradley Sepos2019-01-251-10/+11
| | | | Bump to mingw-w64 6.0.0, gcc 8.2.0 and friends.
* scripts: Update to mingw-w64-build 4.1.1.Bradley Sepos2019-01-071-12/+36
| | | | Improves error reporting and allows use of sha256sum on systems without shasum.
* flatpak: improve manifest creation scriptJohn Stebbins2018-06-191-1/+1
| | | | make script compatible with multiple modules
* flatpak: use freedesktop platform instead gnomeJohn Stebbins2018-06-191-2/+3
| | | | It's smaller
* flatpak: sort manifest entries by using OrderedDictJohn Stebbins2018-06-191-15/+10
|
* scripts: Update to mingw-w64-build 4.1.0.Bradley Sepos2018-06-171-2/+2
| | | | Removes yasm dependency.
* contrib: gtk: libhb: make: scripts: Remove yasm contrib.Bradley Sepos2018-06-171-15/+1
|
* scripts: add script for creating flatpak manifestsJohn Stebbins2018-06-061-0/+154
| | | | | | | This script can generate manifests that are suitable for submitting to flathub for publishing to their repository. It can also be used for generating manifests suitable for building local flatpak bundles and is used during 'make pkg.create.flatpak'
* scripts: Update to mingw-w64-build 4.0.1.Bradley Sepos2018-05-101-3/+3
| | | | Downgrades binutils to workaround https://sourceware.org/bugzilla/show_bug.cgi?id=22762 until a new version is released. Fixes #1330.
* scripts: Update to mingw-w64-build 4.0.0.Bradley Sepos2018-05-071-50/+90
| | | | GCC 7.3.0, continuous output (keep alive for Travis), and more.
* scripts: Handle exit conditions more robustly in mac-toolchain-build.Bradley Sepos2018-05-071-1/+5
|
* scripts: Remove unnecessary exit message from mac-toolchain-build.Bradley Sepos2018-05-071-1/+0
|
* scripts: Make mac-toolchain-build dot crawl print only every 15 seconds.Bradley Sepos2018-05-071-1/+1
|
* scripts: Print continuous output while mac-toolchain-build runs.Bradley Sepos2018-05-071-158/+188
| | | | | | Avoid timeouts due to long running processes and lack of output on slow automated build systems like Travis. For some reason the git and GitHub aren't displaying this diff in an intuitive way; not much has changed in the main section.
* scripts: Improve mac-toolchain-build curl parameters.Bradley Sepos2018-04-221-7/+7
| | | | Follow links, force overwrite files (in the temp dir), and set a connect timeout of 30 seconds; same as mingw-w64-build.
* scripts: Update mac-toolchain-build NASM url.Bradley Sepos2018-04-221-1/+1
| | | | Upstream switched to https recently, breaking the download script.
* Misc. typosluz.paz2018-02-201-1/+1
| | | Found via `codespell -q 3 --skip="./gtk/po`
* scripts: Update to mingw-w64-build 3.1.1.Bradley Sepos2018-01-231-2/+4
|
* scripts: Enable sections and lto for nasm.Bradley Sepos2018-01-101-3/+3
| | | | Pass a couple standard variables since make sometimes makes zero sense.
* scripts: Update mac-toolchain-build to add nasm.Bradley Sepos2018-01-101-3/+17
|
* scripts: Append to log files instead of overwriting.Bradley Sepos2017-12-281-12/+12
|
* scripts: Fix typo in Mac deps build script.Bradley Sepos2017-12-281-1/+1
|
* scripts: Fix typo in 0a049afce. #1075Bradley Sepos2017-12-271-1/+1
|
* scripts: Export prefix bin path while building Mac deps.Bradley Sepos2017-12-271-0/+6
| | | | Fixes #1075.
* scripts: Fix sudo invocation in mac-toolchain-build.Bradley Sepos2017-12-261-7/+7
|
* scripts: Update to mingw-w64-build 3.1.0.Bradley Sepos2017-12-141-13/+13
| | | | Bumps to mingw-w64 5.0.3 and gcc 7.2.0.
* scripts: Update mac-toolchain-build dependencies.Bradley Sepos2017-12-141-23/+23
|
* build: Additional hashbang compatibility for BSD-like systems.Bradley Sepos2017-12-035-5/+5
| | | | Fixes #1040.
* build: Make hashbangs more compatible.Bradley Sepos2017-12-025-5/+5
|
* scripts: Periodically update sudo timeout while building Mac toolchain.Bradley Sepos2017-08-041-0/+6
| | | | Should help avoid excessive password prompts should certain tools (CMake) take awhile to build.