| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
An additional access permission is needed to access the gvfs mount
point.
For the record, the "Right" (TM) way to do this is to use
GtkFileChooserNative dialog which will automatically use the flatpak
file chooser portal to access files. But this portal currently is
missing features that would cripple HandBrake. These features are:
1. Folder selection. We require this for destination selection and for
batch processing.
2. Set current highlighted file in file chooser browser. Without this,
a user processing a series of videos that are all in the same foder has
to navigate from the default "Recent files" selection to the folder
where their files are for each file.
Also note that GtkFileChooserNative transparently falls back to a
regular file chooser when the action requested is not supported. So
sometimes the user would have access to remote filesystems, and
sometimes not with no obvious reason for the difference. Not a good
user experience.
|
|
|
|
| |
Overrides a bad version number for ubuntu cosmic in launchpad
|
|
|
|
|
|
|
| |
The freedesktop platform doesn't supply the gvfs module. So add it to
the flatpak.
Fixes https://forum.handbrake.fr/viewtopic.php?f=13&t=38383
|
| |
|
| |
|
|
|
|
| |
Artful is obsolete and the PPA no longer accepts submissions for it.
|
|
|
|
| |
It fails to rebuild things that need to be rebuilt
|
|
|
| |
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.
|
|
|
|
|
| |
This allows differentiation between stable and development builds in a
flatpak repository
|
| |
|
|
|
|
|
| |
This allows us to add additional libraries or executables as separate
flatpak bundles
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
It's smaller
|
| |
|
|
|
|
| |
I should have only removed yasm. Not sure what I was thinking :-\
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
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'
|
|
|
|
|
| |
HandBrake-<version>.flatpak contains GUI and CLI
HandBrakeCLI-<version>.flatpak is CLI only
|
|
|
|
| |
new names conform better to current win/osx snapshot names
|
| |
|
|
|
|
|
| |
To sign flatpak during build:
make pkg.create.flatpak PGP_ID=<key id>
|
| |
|
|
|
|
|
| |
nasm is a build requirement that is not provided by any of the flatpak
SDKs
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
debuild it's too smart about extra whitespace
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
Found via `codespell -q 3 --skip="./gtk/po`
|
|
|
|
| |
Zesty is obsolete
|
| |
|
|
|
|
| |
x265 high-bit depth does not support i386 unless you disable asm.
|
|
|
|
| |
phase in the build system.
|
| |
|
|
|
|
| |
Compression method bzip2 is no longer supported by dpkg-deb
|
|
|
|
| |
Final 17.10 release is tomorrow...
|
|
|
|
| |
It's no longer supported by Ubuntu launchpad
|
|
|
|
| |
Yakkety is now obsolete, so the PPA rejects new build requests.
|
| |
|
|
|
|
| |
builds. It's no longer needed.
|
| |
|
| |
|
|
|
|
| |
Wily is EOL and PPA is no longer accepting packages for it.
|