Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pkg: remove ubuntu 17.10 (Artful) from snapshots | John Stebbins | 2018-08-07 | 1 | -15/+0 |
| | | | | Artful is obsolete and the PPA no longer accepts submissions for it. | ||||
* | flatpak: disable flatpak-builder cache | John Stebbins | 2018-07-09 | 1 | -2/+2 |
| | | | | It fails to rebuild things that need to be rebuilt | ||||
* | Specify flatpak branch when building the bundle | Frederick Ding | 2018-07-04 | 1 | -2/+2 |
| | | | Fixes a bug introduced in 70a0ad3b0088f86fa26e3f8fe9006834155c7d4d. Branch must be either `development` or `stable`, can't rely on defaults. See http://docs.flatpak.org/en/latest/flatpak-command-reference.html#flatpak-build-bundle for CLI reference. | ||||
* | flatpak: set the branch for flatpak bundles | John Stebbins | 2018-07-01 | 2 | -2/+7 |
| | | | | | This allows differentiation between stable and development builds in a flatpak repository | ||||
* | flatpak: fix CLI flatpak platform dependency | John Stebbins | 2018-07-01 | 1 | -3/+3 |
| | |||||
* | flatpak: add flatpak extensions support | John Stebbins | 2018-06-26 | 1 | -0/+14 |
| | | | | | This allows us to add additional libraries or executables as separate flatpak bundles | ||||
* | flatpak: fix missing directory for flathub target | John Stebbins | 2018-06-19 | 2 | -1/+3 |
| | |||||
* | flatpak: prebuild some dependencies | John Stebbins | 2018-06-19 | 2 | -0/+46 |
| | | | | | | | | Rather than using HandBrake's build for libass, fontconfig, freetype, fribidi, harfbuzz. The runtime platform already has fontconfig, freetype and harfbuzz. We just need to add libass and fribidi. | ||||
* | flatpak: use freedesktop platform instead gnome | John Stebbins | 2018-06-19 | 1 | -4/+3 |
| | | | | It's smaller | ||||
* | flatpak: add notifications permission | John Stebbins | 2018-06-19 | 1 | -0/+1 |
| | |||||
* | LinGui: add cmake back to debian control file | John Stebbins | 2018-06-18 | 2 | -2/+2 |
| | | | | I should have only removed yasm. Not sure what I was thinking :-\ | ||||
* | LinGui: remove unused dependencies from debian control files | John Stebbins | 2018-06-17 | 2 | -2/+2 |
| | |||||
* | flatpak: add --filesystem=host to sandbox permissions | John Stebbins | 2018-06-08 | 2 | -6/+6 |
| | | | | | | | | | GtkFileChooserNative is required in order to use the document portal. Using this file chooser will require significant rework of source selection, so enable host filesystem access until I can do this. The CLI will need host filesystem access anyway since it can't use the document portal. | ||||
* | flatpak: disable update checks | John Stebbins | 2018-06-07 | 1 | -1/+1 |
| | |||||
* | scripts: add script for creating flatpak manifests | John Stebbins | 2018-06-06 | 4 | -30/+23 |
| | | | | | | | 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' | ||||
* | flatpak: keep CLI in GUI package | John Stebbins | 2018-06-05 | 1 | -1/+0 |
| | | | | | HandBrake-<version>.flatpak contains GUI and CLI HandBrakeCLI-<version>.flatpak is CLI only | ||||
* | flatpak: change package names | John Stebbins | 2018-06-05 | 1 | -4/+4 |
| | | | | new names conform better to current win/osx snapshot names | ||||
* | flatpak: uses fr.handbrake.ghb app id consistently | John Stebbins | 2018-06-05 | 1 | -2/+2 |
| | |||||
* | LinGui: make flatpak pgp signature optional | John Stebbins | 2018-06-04 | 2 | -4/+8 |
| | | | | | To sign flatpak during build: make pkg.create.flatpak PGP_ID=<key id> | ||||
* | LinGui: update flatpak gnome sdk version to 3.28 | John Stebbins | 2018-06-04 | 2 | -2/+2 |
| | |||||
* | flatpak: add nasm to modules | John Stebbins | 2018-06-04 | 2 | -0/+26 |
| | | | | | nasm is a build requirement that is not provided by any of the flatpak SDKs | ||||
* | LinGui: add liblzma dependency for Ubuntu nightly builds | John Stebbins | 2018-05-29 | 4 | -4/+4 |
| | |||||
* | LinGui: remove Ubuntu xenial and trusty from nightly builds | John Stebbins | 2018-05-29 | 3 | -32/+2 |
| | | | | | | Neither of these support a recent enough version of nasm to build x265 with assembly optimizations. Running without assembly optimizations isn't acceptable, so just stop building these releases. | ||||
* | LinGui: add libspeex dependency for Ubuntu nightly builds | John Stebbins | 2018-05-29 | 4 | -4/+4 |
| | |||||
* | LinGui: fix extra space in debian changelog entry | John Stebbins | 2018-05-22 | 1 | -4/+4 |
| | | | | debuild it's too smart about extra whitespace | ||||
* | LinGui: set the build date in the debian changelog | John Stebbins | 2018-05-21 | 1 | -4/+6 |
| | | | | | | | | Ubuntu build servers appear to set the build machine date/time from this. So hard coding it to some random date is suboptimal. Fixes incorrect build date in the HandBrake version line of the activity log. | ||||
* | LinGui: add Ubuntu Bionic to nightly builds | John Stebbins | 2018-04-11 | 3 | -0/+130 |
| | |||||
* | Misc. typos | luz.paz | 2018-02-20 | 1 | -2/+2 |
| | | | Found via `codespell -q 3 --skip="./gtk/po` | ||||
* | LinGui: remove Ubuntu Zesty nightly build | John Stebbins | 2018-01-25 | 1 | -15/+0 |
| | | | | Zesty is obsolete | ||||
* | build: Force HFS+ for Mac CLI package. | Bradley Sepos | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | LinGui: disable i386 releases | John Stebbins | 2017-11-07 | 4 | -8/+8 |
| | | | | x265 high-bit depth does not support i386 unless you disable asm. | ||||
* | MacGui: remove the i386 architecture from Growl framework, and the strip ↵ | Damiano Galassi | 2017-11-04 | 1 | -3/+0 |
| | | | | phase in the build system. | ||||
* | build: explicitly select HFS+ as the dmg filesystem. | Damiano Galassi | 2017-10-28 | 1 | -1/+1 |
| | |||||
* | LinGui: fix Ubuntu 17.10 snapshots | John Stebbins | 2017-10-19 | 1 | -1/+1 |
| | | | | Compression method bzip2 is no longer supported by dpkg-deb | ||||
* | LinGui: add Ubuntu 17.10 (artful) to snapshots | John Stebbins | 2017-10-18 | 3 | -0/+130 |
| | | | | Final 17.10 release is tomorrow... | ||||
* | LinGui: remove Ubuntu 15.04 (vivid) snapshots | John Stebbins | 2017-10-17 | 1 | -15/+0 |
| | | | | It's no longer supported by Ubuntu launchpad | ||||
* | LinGui: remove Ubuntu 16.10 snapshot builds | John Stebbins | 2017-07-22 | 1 | -15/+0 |
| | | | | Yakkety is now obsolete, so the PPA rejects new build requests. | ||||
* | LinGui: add Ubuntu Zesty nightly builds | John Stebbins | 2017-04-09 | 3 | -3/+133 |
| | |||||
* | Build: Fix to the build scripts to no longer include font directory in mingw ↵ | sr55 | 2017-03-24 | 1 | -2/+0 |
| | | | | builds. It's no longer needed. | ||||
* | build: Update Sparkle minimum Mac system version to 10.7.0. | Bradley Sepos | 2016-12-18 | 1 | -1/+1 |
| | |||||
* | build: Update Mac release package name. | Bradley Sepos | 2016-12-18 | 1 | -6/+4 |
| | |||||
* | LinGui: remove ubuntu 15.10 from nighly snapshots | John Stebbins | 2016-12-13 | 1 | -15/+0 |
| | | | | Wily is EOL and PPA is no longer accepting packages for it. | ||||
* | LinGui: change ubuntu changelog reference from trac to github | John Stebbins | 2016-10-20 | 1 | -5/+5 |
| | |||||
* | LinGui: add nightly builds for ubuntu 16.10 | John Stebbins | 2016-10-19 | 3 | -0/+130 |
| | |||||
* | pkg: add opus to ubuntu package dependencies | John Stebbins | 2016-09-02 | 4 | -4/+4 |
| | |||||
* | LinGui: Add flatpak support (#231) | John Stebbins | 2016-08-30 | 6 | -7/+134 |
| | | | | | | | | | | | | | | | | | | | | | | | * LinGui: add --flatpak configure option For building a linux flatpak bundle * LinGui: add rules to build flatpak repo and bundles * LinGui: add flatpak compatible icon * LinGui: add flatpak compatible desktop file * LinGui: add flatpak appdata xml * pkg: disable building LinGui when creating cli flatpak * pkg: clean flatpak build cache when updating source package * pkg: fix source package build dependencies Fixes errors when the git ref being packaged changes and you have not manually deleted stage and pkg build directories. | ||||
* | build: fix references to documents (e.g. NEWS -> NEWS.markdown) | John Stebbins | 2016-06-11 | 2 | -9/+11 |
| | |||||
* | lingui: fix mispelling | John Stebbins | 2016-04-10 | 1 | -14/+14 |
| | |||||
* | lingui: fix file name | John Stebbins | 2016-04-09 | 1 | -0/+0 |
| | |||||
* | lingui: add ubuntu xenial to nightly builds | John Stebbins | 2016-04-09 | 3 | -0/+130 |
| |