Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts: Update to mingw-w64-build 9.2.0 (GCC 10.2 and friends). | Bradley Sepos | 2020-12-12 | 1 | -127/+136 |
| | |||||
* | scripts: Update to mac-toolchain-build 2.5.0. | Bradley Sepos | 2020-10-18 | 1 | -21/+32 |
| | |||||
* | flatpak: make manifest creation script python 3 compatible | John Stebbins | 2020-02-05 | 1 | -12/+12 |
| | |||||
* | scripts: Update to mac-toolchain-build 2.1.0. | Bradley Sepos | 2020-01-30 | 1 | -10/+10 |
| | |||||
* | scripts: Update to mac-toolchain-build 2.0.0. | Bradley Sepos | 2019-10-18 | 1 | -68/+156 |
| | | | | Adds `--list` and `--jobs` options. Plus various improvements under the hood. | ||||
* | scripts: Update to mingw-w64-build 8.0.0. | Bradley Sepos | 2019-10-18 | 1 | -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 Sepos | 2019-10-13 | 1 | -5/+5 |
| | |||||
* | scripts: Update to mingw-w64-build 7.1.0. | Bradley Sepos | 2019-10-13 | 1 | -13/+15 |
| | | | | GCC 9.2.0. | ||||
* | scripts: Update to mac-toolchain-build 1.1.0. | Bradley Sepos | 2019-10-05 | 1 | -10/+14 |
| | | | | Minor fixes and improvements to progress output. | ||||
* | scripts: Update to mac-toolchain-build 1.0.0. | Bradley Sepos | 2019-10-05 | 1 | -121/+473 |
| | | | | Closes #2337. | ||||
* | scripts: Update Mac toolchain to CMake 3.15.3. | Bradley Sepos | 2019-09-24 | 1 | -8/+8 |
| | |||||
* | scripts: Include meson and ninja in mac toolchain. | Justin Bull | 2019-09-17 | 1 | -2/+27 |
| | |||||
* | scripts: update builtin preset script | John Stebbins | 2019-09-12 | 1 | -1/+1 |
| | | | | | Script now puts the built-in preset header in the new header file location libhb/handbrake/ | ||||
* | scripts: Update mac-toolchain-build | Nomis101 | 2019-07-04 | 1 | -24/+24 |
| | | | | Update mac-toolchain-build to newest versions of automake, cmake and nasm | ||||
* | scripts: Update to mingw-w64-build 7.0.0. | Bradley Sepos | 2019-06-24 | 1 | -70/+64 |
| | | | | GCC 9.1, GDB 8.3. | ||||
* | scripts: Update to mingw-w64-build 6.0.1. | Bradley Sepos | 2019-03-31 | 1 | -2/+2 |
| | | | | Fixes an issue with GDB makeinfo path. | ||||
* | Update to mingw-w64-build 6.0.0. | Bradley Sepos | 2019-03-31 | 1 | -63/+189 |
| | | | | Adds winpthreads and gdb. Disable gdb with --disable-gdb. | ||||
* | flatpak: add Intel MediaSDK plugin | John Stebbins | 2019-03-07 | 1 | -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 enabled | John Stebbins | 2019-03-07 | 1 | -4/+13 |
| | |||||
* | configure: gtk: make: scripts: Make scripts compatible with Python 3. | Bradley Sepos | 2019-02-25 | 1 | -6/+7 |
| | |||||
* | scripts: Update to mingw-w64-build 5.0.0. | Bradley Sepos | 2019-01-25 | 1 | -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 Sepos | 2019-01-07 | 1 | -12/+36 |
| | | | | Improves error reporting and allows use of sha256sum on systems without shasum. | ||||
* | flatpak: improve manifest creation script | John Stebbins | 2018-06-19 | 1 | -1/+1 |
| | | | | make script compatible with multiple modules | ||||
* | flatpak: use freedesktop platform instead gnome | John Stebbins | 2018-06-19 | 1 | -2/+3 |
| | | | | It's smaller | ||||
* | flatpak: sort manifest entries by using OrderedDict | John Stebbins | 2018-06-19 | 1 | -15/+10 |
| | |||||
* | scripts: Update to mingw-w64-build 4.1.0. | Bradley Sepos | 2018-06-17 | 1 | -2/+2 |
| | | | | Removes yasm dependency. | ||||
* | contrib: gtk: libhb: make: scripts: Remove yasm contrib. | Bradley Sepos | 2018-06-17 | 1 | -15/+1 |
| | |||||
* | scripts: add script for creating flatpak manifests | John Stebbins | 2018-06-06 | 1 | -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 Sepos | 2018-05-10 | 1 | -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 Sepos | 2018-05-07 | 1 | -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 Sepos | 2018-05-07 | 1 | -1/+5 |
| | |||||
* | scripts: Remove unnecessary exit message from mac-toolchain-build. | Bradley Sepos | 2018-05-07 | 1 | -1/+0 |
| | |||||
* | scripts: Make mac-toolchain-build dot crawl print only every 15 seconds. | Bradley Sepos | 2018-05-07 | 1 | -1/+1 |
| | |||||
* | scripts: Print continuous output while mac-toolchain-build runs. | Bradley Sepos | 2018-05-07 | 1 | -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 Sepos | 2018-04-22 | 1 | -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 Sepos | 2018-04-22 | 1 | -1/+1 |
| | | | | Upstream switched to https recently, breaking the download script. | ||||
* | Misc. typos | luz.paz | 2018-02-20 | 1 | -1/+1 |
| | | | Found via `codespell -q 3 --skip="./gtk/po` | ||||
* | scripts: Update to mingw-w64-build 3.1.1. | Bradley Sepos | 2018-01-23 | 1 | -2/+4 |
| | |||||
* | scripts: Enable sections and lto for nasm. | Bradley Sepos | 2018-01-10 | 1 | -3/+3 |
| | | | | Pass a couple standard variables since make sometimes makes zero sense. | ||||
* | scripts: Update mac-toolchain-build to add nasm. | Bradley Sepos | 2018-01-10 | 1 | -3/+17 |
| | |||||
* | scripts: Append to log files instead of overwriting. | Bradley Sepos | 2017-12-28 | 1 | -12/+12 |
| | |||||
* | scripts: Fix typo in Mac deps build script. | Bradley Sepos | 2017-12-28 | 1 | -1/+1 |
| | |||||
* | scripts: Fix typo in 0a049afce. #1075 | Bradley Sepos | 2017-12-27 | 1 | -1/+1 |
| | |||||
* | scripts: Export prefix bin path while building Mac deps. | Bradley Sepos | 2017-12-27 | 1 | -0/+6 |
| | | | | Fixes #1075. | ||||
* | scripts: Fix sudo invocation in mac-toolchain-build. | Bradley Sepos | 2017-12-26 | 1 | -7/+7 |
| | |||||
* | scripts: Update to mingw-w64-build 3.1.0. | Bradley Sepos | 2017-12-14 | 1 | -13/+13 |
| | | | | Bumps to mingw-w64 5.0.3 and gcc 7.2.0. | ||||
* | scripts: Update mac-toolchain-build dependencies. | Bradley Sepos | 2017-12-14 | 1 | -23/+23 |
| | |||||
* | build: Additional hashbang compatibility for BSD-like systems. | Bradley Sepos | 2017-12-03 | 5 | -5/+5 |
| | | | | Fixes #1040. | ||||
* | build: Make hashbangs more compatible. | Bradley Sepos | 2017-12-02 | 5 | -5/+5 |
| | |||||
* | scripts: Periodically update sudo timeout while building Mac toolchain. | Bradley Sepos | 2017-08-04 | 1 | -0/+6 |
| | | | | Should help avoid excessive password prompts should certain tools (CMake) take awhile to build. |