summaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Collapse)AuthorAgeFilesLines
...
* flatpak: use freedesktop platform instead gnomeJohn Stebbins2018-06-191-4/+3
| | | | It's smaller
* flatpak: add notifications permissionJohn Stebbins2018-06-191-0/+1
|
* LinGui: add cmake back to debian control fileJohn Stebbins2018-06-182-2/+2
| | | | I should have only removed yasm. Not sure what I was thinking :-\
* LinGui: remove unused dependencies from debian control filesJohn Stebbins2018-06-172-2/+2
|
* flatpak: add --filesystem=host to sandbox permissionsJohn Stebbins2018-06-082-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 checksJohn Stebbins2018-06-071-1/+1
|
* scripts: add script for creating flatpak manifestsJohn Stebbins2018-06-064-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 packageJohn Stebbins2018-06-051-1/+0
| | | | | HandBrake-<version>.flatpak contains GUI and CLI HandBrakeCLI-<version>.flatpak is CLI only
* flatpak: change package namesJohn Stebbins2018-06-051-4/+4
| | | | new names conform better to current win/osx snapshot names
* flatpak: uses fr.handbrake.ghb app id consistentlyJohn Stebbins2018-06-051-2/+2
|
* LinGui: make flatpak pgp signature optionalJohn Stebbins2018-06-042-4/+8
| | | | | To sign flatpak during build: make pkg.create.flatpak PGP_ID=<key id>
* LinGui: update flatpak gnome sdk version to 3.28John Stebbins2018-06-042-2/+2
|
* flatpak: add nasm to modulesJohn Stebbins2018-06-042-0/+26
| | | | | nasm is a build requirement that is not provided by any of the flatpak SDKs
* LinGui: add liblzma dependency for Ubuntu nightly buildsJohn Stebbins2018-05-294-4/+4
|
* LinGui: remove Ubuntu xenial and trusty from nightly buildsJohn Stebbins2018-05-293-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 buildsJohn Stebbins2018-05-294-4/+4
|
* LinGui: fix extra space in debian changelog entryJohn Stebbins2018-05-221-4/+4
| | | | debuild it's too smart about extra whitespace
* LinGui: set the build date in the debian changelogJohn Stebbins2018-05-211-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 buildsJohn Stebbins2018-04-113-0/+130
|
* Misc. typosluz.paz2018-02-201-2/+2
| | | Found via `codespell -q 3 --skip="./gtk/po`
* LinGui: remove Ubuntu Zesty nightly buildJohn Stebbins2018-01-251-15/+0
| | | | Zesty is obsolete
* build: Force HFS+ for Mac CLI package.Bradley Sepos2017-12-201-1/+1
|
* LinGui: disable i386 releasesJohn Stebbins2017-11-074-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 Galassi2017-11-041-3/+0
| | | | phase in the build system.
* build: explicitly select HFS+ as the dmg filesystem.Damiano Galassi2017-10-281-1/+1
|
* LinGui: fix Ubuntu 17.10 snapshotsJohn Stebbins2017-10-191-1/+1
| | | | Compression method bzip2 is no longer supported by dpkg-deb
* LinGui: add Ubuntu 17.10 (artful) to snapshotsJohn Stebbins2017-10-183-0/+130
| | | | Final 17.10 release is tomorrow...
* LinGui: remove Ubuntu 15.04 (vivid) snapshotsJohn Stebbins2017-10-171-15/+0
| | | | It's no longer supported by Ubuntu launchpad
* LinGui: remove Ubuntu 16.10 snapshot buildsJohn Stebbins2017-07-221-15/+0
| | | | Yakkety is now obsolete, so the PPA rejects new build requests.
* LinGui: add Ubuntu Zesty nightly buildsJohn Stebbins2017-04-093-3/+133
|
* Build: Fix to the build scripts to no longer include font directory in mingw ↵sr552017-03-241-2/+0
| | | | builds. It's no longer needed.
* build: Update Sparkle minimum Mac system version to 10.7.0.Bradley Sepos2016-12-181-1/+1
|
* build: Update Mac release package name.Bradley Sepos2016-12-181-6/+4
|
* LinGui: remove ubuntu 15.10 from nighly snapshotsJohn Stebbins2016-12-131-15/+0
| | | | Wily is EOL and PPA is no longer accepting packages for it.
* LinGui: change ubuntu changelog reference from trac to githubJohn Stebbins2016-10-201-5/+5
|
* LinGui: add nightly builds for ubuntu 16.10John Stebbins2016-10-193-0/+130
|
* pkg: add opus to ubuntu package dependenciesJohn Stebbins2016-09-024-4/+4
|
* LinGui: Add flatpak support (#231)John Stebbins2016-08-306-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 Stebbins2016-06-112-9/+11
|
* lingui: fix mispellingJohn Stebbins2016-04-101-14/+14
|
* lingui: fix file nameJohn Stebbins2016-04-091-0/+0
|
* lingui: add ubuntu xenial to nightly buildsJohn Stebbins2016-04-093-0/+130
|
* MacGui: fix build. There is no need to thin sparkle anymore.Damiano Galassi2016-02-121-3/+0
|
* LinGui: try fixing debian version number againJohn Stebbins2015-11-091-6/+6
| | | | debian version numbering sort order is byzantine.
* LinGui: Force override ubuntu package versionsJohn Stebbins2015-11-091-6/+6
| | | | | | | Idiot ubuntu packagers add a suffix to the "upstream" version number that causes their handbrake packages to be seen as "more recent" than our packages. So add "zhb" suffix to our version number to force our packages to be seen a "more recent".
* LinGui: add Ubuntu 15.10 Wily to nightly buildsJohn Stebbins2015-11-093-0/+130
|
* build: Revise libhb package name.Bradley Sepos2015-09-271-1/+1
|
* build: Fix arch in Win CLI package name.Bradley Sepos2015-09-271-1/+1
|
* build: Remove arch from OS X package names.Bradley Sepos2015-09-261-4/+4
|
* build: Use more concise and consistent package names.Bradley Sepos2015-09-253-20/+21
|